1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-18 02:51:18 +02:00

add docs first draft

This commit is contained in:
Kushagra Gour
2017-12-13 13:16:19 +05:30
parent e29a9afafc
commit 9e9efc9807
8 changed files with 563 additions and 0 deletions

23
docs/_sidebar.md Normal file
View File

@@ -0,0 +1,23 @@
- Getting started
- [Quick start](quickstart.md)
- [Writing more pages](more-pages.md)
- [Custom navbar](custom-navbar.md)
- [Cover page](cover.md)
- Customization
- [Configuration](configuration.md)
- [Themes](themes.md)
- [List of Plugins](plugins.md)
- [Write a Plugin](write-a-plugin.md)
- [Markdown configuration](markdown.md)
- [Language highlighting](language-highlight.md)
- Guide
- [Deploy](deploy.md)
- [Helpers](helpers.md)
- [Vue compatibility](vue.md)
- [CDN](cdn.md)
- [Offline Mode(PWA)](pwa.md)
- [Server-client renderer(SSR)](ssr.md)
- [Changelog](changelog.md)