Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Reorganize and nest docs navigation for readability #1115

Merged
merged 4 commits into from
Sep 20, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 29 additions & 24 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,29 +25,29 @@ nav:
- Create new project: './installation/create-new-project.md'
- Usage: './usage.md'
- Project Layout: './project-layout.md'
- FAQ: './faq.md'
- Learning Resources: './learning-resources.md'
- API: './api.md'
- Configuration API: './webpack-chain.md'
- Customization: './customization.md'
- Creating Presets: './creating-presets.md'
- Configuration: './webpack-chain.md'
- Migration Guide: './migration-guide.md'
- Presets: './presets.md'
- Middleware: './middleware.md'
- Packages:
- Web: './packages/web.md'
- React: './packages/react.md'
- Preact: './packages/preact.md'
- Vue: './packages/vue.md'
- Presets:
- What are presets?: './presets.md'
- Web Projects:
- React: './packages/react.md'
- Preact: './packages/preact.md'
- Vue: './packages/vue.md'
- Web: './packages/web.md'
- Node.js: './packages/node.md'
- Library: './packages/library.md'
- React Components: './packages/react-components.md'
- Airbnb: './packages/airbnb.md'
- Airbnb Base: './packages/airbnb-base.md'
- StandardJS: './packages/standardjs.md'
- Karma: './packages/karma.md'
- Mocha: './packages/mocha.md'
- Jest: './packages/jest.md'
- Libraries: './packages/library.md'
- Linting:
- Airbnb: './packages/airbnb.md'
- StandardJS: './packages/standardjs.md'
- Airbnb Base: './packages/airbnb-base.md'
- Testing:
- Jest: './packages/jest.md'
- Karma: './packages/karma.md'
- Mocha: './packages/mocha.md'
- Middleware:
- What is middleware?: './middleware.md'
- banner: './packages/banner.md'
- clean: './packages/clean.md'
- compile-loader: './packages/compile-loader.md'
Expand All @@ -64,11 +64,16 @@ nav:
- style-loader: './packages/style-loader.md'
- style-minify: './packages/style-minify.md'
- stylelint: './packages/stylelint.md'
- v8 Documentation: 'https://neutrinojs.org/'
- v7 Documentation: 'https://release-v7.neutrinojs.org/'
- v6 Documentation: 'https://github.com/neutrinojs/neutrino/tree/release/v6/docs'
- v5 Documentation: 'https://github.com/neutrinojs/neutrino/tree/release/v5/docs'
- v4 Documentation: 'https://github.com/neutrinojs/neutrino/tree/release/v4/docs'
- API: './api.md'
- Creating Presets: './creating-presets.md'
- Previous Versions:
- v8 Documentation: 'https://neutrinojs.org/'
- v7 Documentation: 'https://release-v7.neutrinojs.org/'
- v6 Documentation: 'https://github.com/neutrinojs/neutrino/tree/release/v6/docs'
- v5 Documentation: 'https://github.com/neutrinojs/neutrino/tree/release/v5/docs'
- v4 Documentation: 'https://github.com/neutrinojs/neutrino/tree/release/v4/docs'
- FAQ: './faq.md'
- Learning Resources: './learning-resources.md'
- Contributing:
- Overview: './contributing/index.md'
- Development Process: './contributing/development.md'
Expand Down