English | 中文
This project depends on docsify-cli scaffold to quickly create a project structure, preview documents locally, use Disqus add comments.
.
├── .gitignore // git ignore config
├── README.md // repository doc.
├── README.zh-CN.md // repository doc. Chinese version
└── docs // Docsify Initialize the directory
├── _coverpage.md // Cover page configuration
├── _navbar.md // Navbar configuration file
├── _sidebar.md // Sidebar configuration file
├── .nojekyll // Used to prevent GitHub Pages from ignoring files that start with an underscore
├── index.html // Entry file, also a configuration file
├── README.md // Render homepage content(must exist!)
├── advanced // Articles - Advanced Front End
├── base // Articles - Front End Basics
├── book // Articles - Books
├── es6 // Articles - ES6 basics
├── interesting // Articles - interesting topics
├── vue2 // Articles - Vue.js 2
└── ... // Articles - xxx
docsify serve ./docs -o
This project is deployed on GitHub Pages. GitHub Pages supports reading files from the project's docs/ folder.