Skip to content

Commit 6cb123f

Browse files
committed
edits
1 parent 3382c2a commit 6cb123f

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed
3.21 KB
Loading

docs/project/wiki/wiki-update-offline.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Your wiki repository stores pages, images, attachments, and the sequence of page
5353

5454
:::image type="content" source="media/wiki/copy-clone-url-to-clipboard.png" alt-text="Screenshot that shows the wiki repository to clone in the Clone repository dialog.":::
5555

56-
Paste the URL into your browser. The Git repository page opens where you can view the files defined under the wikiMain branch. The following example shows the files in the Git repo for the CanaryBuilds project:
56+
1. Paste the URL into your browser. The Git repository page opens where you can view the files defined under the wikiMain branch. The following example shows the files in the Git repo for the CanaryBuilds project:
5757

5858
:::image type="content" source="media/wiki/work-offline-wikiMain-files.png" alt-text="Screenshot that shows the Git repository page with the files defined under the wikiMain branch.":::
5959

@@ -82,8 +82,6 @@ You can add pages at the top of the wiki structure in the root (`\`) folder and
8282

8383
1. Update the _.order_ file in the same folder where you placed the new page file. The entry text for the page is the file name without the Markdown extension (_.md_). The CanaryBuilds project example adds the new page "How to contribute," which corresponds to the entry text _How-to-contribute_:
8484

85-
For example:
86-
8785
```
8886
Welcome
8987
Roadmap
@@ -104,9 +102,7 @@ You can also create subpages for a page in your wiki:
104102

105103
:::image type="content" source="media/wiki/add-sub-pages.png" alt-text="Screenshot that shows the How-to-contribute folder in the CanaryBuilds project with new subpages.":::
106104

107-
1. Create a _.order_ file in the parent page folder to define the sequence for the subpages as they should display in the wiki.
108-
109-
For example, the file has the following subpages:
105+
1. Create a _.order_ file in the parent page folder to define the sequence for the subpages as they should display in the wiki. The example shows a possible order of subpages:
110106

111107
```
112108
Request-extensions
@@ -123,9 +119,9 @@ The added pages and subpages appear immediately in your wiki. The following exam
123119

124120
:::image type="content" source="media/wiki/wiki-tree-updated-offline.png" alt-text="Screenshot that shows the updated wiki structure for the CanaryBuilds project.":::
125121

126-
If there are any errors in the process, the pages appear in your wiki with a warning symbol:
122+
If there are any errors in the process, the page appears in your wiki file list with a **Warning** symbol:
127123

128-
:::image type="content" source="media/wiki/wiki-offline-order-warning.png" alt-text="Screenshot that shows a page with an error indicated by the Warning symbol.":::
124+
:::image type="content" source="media/wiki/wiki-offline-order-warning.png" alt-text="Screenshot that shows a page with an error as indicated by the Warning symbol.":::
129125

130126
## Related content
131127

0 commit comments

Comments
 (0)