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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,9 @@ The tutorial is available in two forms:
12
12
- Github Pages: [docs site](https://michaelcurrin.github.io/docsify-template/#/). This also live demo of the kind of site you would have after completing the tutorial.
13
13
- Project docs: View the docs as plain markdown format in the repo, either locally or on Github. See the [docs](/docs) directory.
14
14
15
-
The tutorial references the [quickstart](/quickstart) at the project root.
15
+
The tutorial references the [quickstart](/quickstart) directory at the project root.
16
+
17
+
See also the [Nested Example](/nested_example/README.md) section for understanding links in markdown and the sidebar.
This directory contains an example of the structure of a Docsify docs directory that uses two levels of markdown files. This links in the sidebar file and the markdown files demonstrate proper use of links.
3
+
The files in this directory demonstrate what file linking and nested docs structure look like when using a custom sidebar.
4
+
5
+
This [nested_example](/nested_example) 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.
0 commit comments