Use a new MkDocs site

This commit is contained in:
Achilleas Pipinellis
2017-02-28 17:15:29 +01:00
parent 4536498c46
commit 48f7b16f3d
22 changed files with 75 additions and 2569 deletions

View File

@ -1,29 +1 @@
site_name: MkDocs
site_url: https://pages.gitlab.io/mkdocs
site_description: Project documentation with Markdown.
site_author: MkDocs Team
repo_url: https://gitlab.com/pages/mkdocs
pages:
- Home: index.md
- User Guide:
- Writing Your Docs: user-guide/writing-your-docs.md
- Styling Your Docs: user-guide/styling-your-docs.md
- Configuration: user-guide/configuration.md
- Deploying Your Docs: user-guide/deploying-your-docs.md
- Custom Themes: user-guide/custom-themes.md
- About:
- Release Notes: about/release-notes.md
- Contributing: about/contributing.md
- License: about/license.md
extra_css:
- css/extra.css
markdown_extensions:
- toc:
permalink:
- admonition:
copyright: Copyright &copy; 2014 <a href="/release-notes/">Tom Christie</a>, Maintained by the <a href="/about/release-notes/#maintenance-team">MkDocs Team</a>.
site_name: My Docs by GitLab Pages