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: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ It also assumes you already have a docs directory in a project and you want to t
28
28
29
29
This project's own site is built on _DocsifyJS_ so serves as a good example. It serves from the `docs` directory. There is no main application to separate from `docs` directory, so serving from that directory is just convenient.
30
30
31
-
See also the [Nested Example](/nested_example/README.md) section on the repo for understanding links in markdown and the sidebar.
31
+
See also the [Nested Example](/nested-example/README.md) section on the repo for understanding links in markdown and the sidebar.
Copy file name to clipboardExpand all lines: nested-example/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,4 @@
2
2
3
3
The files in this directory demonstrate what file linking and nested docs structure look like when using a custom sidebar such as [_sidebar.md](_sidebar.md).
4
4
5
-
This [nested_example](/nested_example) directory was tested using a _Docsify_ server, but was reduced to just the content and sidebar file to serve as a lean example that does not run (it has no `index.html` file).
5
+
This [nested-example](/nested-example) directory was tested using a _Docsify_ server, but was reduced to just the content and sidebar file to serve as a lean example that does not run (it has no `index.html` file).
0 commit comments