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
-[Docsify JS Tutorial](https://michaelcurrin.github.io/docsify-js-tutorial/#/)docs site for this repo.
11
-
-[Docsify JS Template](https://github.com/MichaelCurrin/docsify-js-template) - a separate repo which accompanies this tutorial and can be reused easily through _Use this template_ button.
10
+
-[Docsify JS Tutorial](https://michaelcurrin.github.io/docsify-js-tutorial/#/) site - docs for this repo.
11
+
-[Docsify JS Template](https://github.com/MichaelCurrin/docsify-js-template)repo - a separate repo which accompanies this tutorial and can be reused easily through _Use this template_ button.
12
12
13
13
This project will guide you on how to convert your project's docs folder into a pretty and elegant docs website. This project's own docs site is built on _Docsify-JS_ so serves as a good example.
14
14
@@ -49,3 +49,9 @@ See also the [Nested Example](/nested_example/README.md) section for understandi
49
49
## Contributing
50
50
51
51
The repo is open for accepting contributions through a Pull Request.
Convert your docs folder into a pretty docs website using [Docsify-JS](https://docsify.js.org/) and some minimal setup instructions. This project's doc site itself is also running on _Docsify_.
9
9
@@ -40,7 +40,7 @@ Once you have that setup in _docs_ directory and have pushed to Github, you can
40
40
41
41
### Linking to pages
42
42
43
-
Instructions for creating valid Docsify links in your markdown files.
43
+
Instructions for creating valid _Docsify_ links in your markdown files.
44
44
45
45
The _Docsify_ site is served from the `docs` directory with restrictions on links between files. Therefore you must ensure your markdown files (including the [sidebar](#sidebar)) are valid.
0 commit comments