Skip to content

Commit 3c4afb3

Browse files
authored
Revise added note, markdown for code
Updated the date and improved clarity in the wiki file structure documentation.
1 parent cd39655 commit 3c4afb3

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs/project/wiki/wiki-file-structure.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.topic: concept-article
88
ms.author: chcomley
99
ms.reviewer: gopinach
1010
author: chcomley
11-
ms.date: 05/29/2025
11+
ms.date: 09/25/2025
1212
#customer intent: As an Azure DevOps developer, I want to understand the wiki file and folder structure in the Git repository, so I can follow the naming and location conventions.
1313
---
1414

@@ -49,18 +49,18 @@ The file name for each wiki page corresponds to the wiki page title. In the file
4949
The _.order_ file defines the wiki page sequence. Git looks for this file in each folder to identify the sequence to present files at that location. The default page sequence is alphabetical order (A to Z) by file name.
5050

5151
> [!IMPORTANT]
52-
> If a parent folder contains only subfolders and no files of its own, the wiki will display the parent folder as blank—even if the subfolders contain markdown files. To ensure that markdown files within subfolders are visible, always include at least one file (such as a .order file or any other file with content) in the parent folder.
53-
54-
```
55-
|- parent-folder
56-
|-- sub-folder1
57-
| |-- file1.md
58-
| |-- file2.md
59-
|-- sub-folder2
60-
| |-- file3.md
61-
| |-- file4.md
62-
|-- .order
63-
```
52+
> When a parent folder contains only subfolders and no files of its own, the wiki displays the parent folder as blank—even if the subfolders include markdown files. To ensure visibility of markdown files within subfolders, always place at least one file (such as a `.order` file or any other file with content) in the parent folder.
53+
>
54+
>```
55+
>|- parent-folder
56+
>|-- sub-folder1
57+
>| |-- file1.md
58+
>| |-- file2.md
59+
>|-- sub-folder2
60+
>| |-- file3.md
61+
>| |-- file4.md
62+
>|-- .order
63+
>```
6464
6565
### Define custom page sequence
6666
@@ -103,4 +103,4 @@ If a folder has a custom sequence, you can revert the sort method to alphabetica
103103
104104
- [Set up wiki vs. publish code as wiki](provisioned-vs-published-wiki.md)
105105
- [Create a wiki for your team project](wiki-create-repo.md)
106-
- [Publish a Git repository to a wiki](publish-repo-to-wiki.md)
106+
- [Publish a Git repository to a wiki](publish-repo-to-wiki.md)

0 commit comments

Comments
 (0)