mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Refactor docs (#2344)
The homepage has been redesigned. The "Installation" and "Getting Started" sections were moved to their own respective pages. Then, the homepage was restyled so that the list of features appear as a grid of cards. The developer specific pages were moved to a new section: `dev-guide`. Any old URLs redirect to the new ones.
This commit is contained in:
17
mkdocs.yml
17
mkdocs.yml
@@ -15,13 +15,19 @@ theme:
|
||||
|
||||
nav:
|
||||
- Home: index.md
|
||||
- Getting Started: getting-started.md
|
||||
- User Guide:
|
||||
- Overview: user-guide/index.md
|
||||
- Installation: user-guide/installation.md
|
||||
- Writing Your Docs: user-guide/writing-your-docs.md
|
||||
- Styling Your Docs: user-guide/styling-your-docs.md
|
||||
- Choosing Your Theme: user-guide/choosing-your-theme.md
|
||||
- Customizing Your Theme: user-guide/customizing-your-theme.md
|
||||
- Configuration: user-guide/configuration.md
|
||||
- Deploying Your Docs: user-guide/deploying-your-docs.md
|
||||
- Custom Themes: user-guide/custom-themes.md
|
||||
- Plugins: user-guide/plugins.md
|
||||
- Developer Guide:
|
||||
- Overview: dev-guide/index.md
|
||||
- Themes: dev-guide/themes.md
|
||||
- Plugins: dev-guide/plugins.md
|
||||
- About:
|
||||
- Release Notes: about/release-notes.md
|
||||
- Contributing: about/contributing.md
|
||||
@@ -44,3 +50,8 @@ google_analytics: ['UA-27795084-5', 'mkdocs.org']
|
||||
|
||||
plugins:
|
||||
- search
|
||||
- redirects:
|
||||
redirect_maps:
|
||||
user-guide/plugins.md: dev-guide/plugins.md
|
||||
user-guide/custom-themes.md: dev-guide/themes.md
|
||||
user-guide/styling-your-docs.md: user-guide/choosing-your-theme.md
|
||||
|
||||
Reference in New Issue
Block a user