You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/project/wiki/wiki-update-offline.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Your wiki repository stores pages, images, attachments, and the sequence of page
53
53
54
54
:::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.":::
55
55
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:
57
57
58
58
:::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.":::
59
59
@@ -82,8 +82,6 @@ You can add pages at the top of the wiki structure in the root (`\`) folder and
82
82
83
83
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_:
84
84
85
-
For example:
86
-
87
85
```
88
86
Welcome
89
87
Roadmap
@@ -104,9 +102,7 @@ You can also create subpages for a page in your wiki:
104
102
105
103
:::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.":::
106
104
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:
110
106
111
107
```
112
108
Request-extensions
@@ -123,9 +119,9 @@ The added pages and subpages appear immediately in your wiki. The following exam
123
119
124
120
:::image type="content" source="media/wiki/wiki-tree-updated-offline.png" alt-text="Screenshot that shows the updated wiki structure for the CanaryBuilds project.":::
125
121
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:
127
123
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.":::
0 commit comments