Update doc menu

This commit is contained in:
Jim LAURIE 2018-10-13 19:07:25 +01:00
parent 9b1c2c2b0d
commit 54a0748931
5 changed files with 26 additions and 79 deletions

View File

@ -49,25 +49,39 @@ module.exports = {
docsDir: 'docs',
editLinks: true,
editLinkText: 'Improve this page',
// base: '/',
// host: 'localhost',
serviceWorker: true,
sidebar: {
'/3.x.x/': [
{
collapsable: false,
title: 'UsefulLinks',
title: 'Getting started',
children: [
['/3.x.x/', 'Introduction'],
['https://strapi.io', 'Strapi Website'],
['https://github.com/strapi/strapi', 'GitHub Repository'],
['https://github.com/strapi/strapi/blob/master/CONTRIBUTING.md', 'Contribution Guide'],
'/3.x.x/getting-started/installation',
'/3.x.x/getting-started/quick-start',
'/3.x.x/concepts/concepts',
],
},
{
collapsable: false,
title: 'Getting started',
children: ['/3.x.x/getting-started/installation', '/3.x.x/getting-started/quick-start'],
title: 'Guides',
children: [
'/3.x.x/guides/authentication.md',
'/3.x.x/configurations/configurations.md',
'/3.x.x/guides/controllers.md',
'/3.x.x/guides/deployment.md',
'/3.x.x/guides/email.md',
'/3.x.x/guides/upload.md',
'/3.x.x/guides/filters.md',
'/3.x.x/guides/graphql.md',
'/3.x.x/guides/i18n.md',
'/3.x.x/guides/models.md',
'/3.x.x/guides/policies.md',
'/3.x.x/guides/public-assets.md',
'/3.x.x/guides/requests.md',
'/3.x.x/guides/responses.md',
'/3.x.x/guides/routing.md',
'/3.x.x/guides/services.md',
],
},
{
collapsable: false,
@ -75,27 +89,9 @@ module.exports = {
children: [
'/3.x.x/api-reference/reference',
'/3.x.x/cli/CLI',
'/3.x.x/concepts/concepts',
'/3.x.x/configurations/configurations',
],
},
{
collapsable: false,
title: 'Guides',
children: [
'/3.x.x/guides/authentication',
'/3.x.x/guides/controllers',
'/3.x.x/guides/deployment',
'/3.x.x/guides/email',
'/3.x.x/guides/filters',
'/3.x.x/guides/graphql',
'/3.x.x/guides/i18n',
'/3.x.x/guides/models',
'/3.x.x/guides/policies',
'/3.x.x/guides/public-assets',
'/3.x.x/guides/requests',
],
},
{
collapsable: false,
title: 'Advanced',
@ -109,8 +105,9 @@ module.exports = {
},
{
collapsable: false,
title: 'Help',
title: 'Resources',
children: [
['https://github.com/strapi/strapi/blob/master/CONTRIBUTING.md', 'Contributing guide'],
['https://github.com/strapi/strapi/wiki', 'Migration guides'],
'/3.x.x/tutorials/',
],

View File

@ -11,28 +11,3 @@ The most advanced open-source Content Management Framework to build powerful API
[![Heroku Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/strapi/strapi-heroku-app)<!-- {height=20} -->
<!-- {p:.flex.justify-around} -->
:::
## v3@alpha.14.2 is available!
We've been working on a major update for Strapi during the past months, rewriting the core framework and the dashboard.
This documentation is only related to Strapi v3@alpha.14.2 ([v1 documentation is still available](http://strapi.io/documentation/1.x.x)).
**[Get Started](getting-started/installation.md)**<br />
Learn how to install Strapi and start developing your API.
**[Command Line Interface](cli/CLI.md)**<br />
Get to know our CLI to make features the hacker way!
**[Concepts](concepts/concepts.md)**<br />
Get to know more about Strapi and how it works.
**[Guides](configurations/configurations.md)**<br />
Get familiar with Strapi. Discover concrete examples on how to develop the features you need.
**[Plugin Development](plugin-development/quick-start.md)**<br />
Understand how to develop your own plugin.
**[API Reference](api-reference/reference.md)**<br />
Learn about Strapi's API, the `strapi` object that is available in your backend.
**[Migration guide](migration/migration-guide.md)**<br />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 875 KiB

View File

@ -1,25 +0,0 @@
li.header{
color: #101622 !important;
font-weight: 600;
letter-spacing: 0.07rem;
-webkit-font-smoothing: subpixel-antialiased;
}
li.chapter > a{
transition: background-color 0.15s ease;
-webkit-transition: background-color 0.15s ease;
}
li.chapter:hover > a{
background: #eee !important;
text-decoration: none !important;
}
.versions-select select{
height: 36px;
border: 1px solid #ccc;
}
.book-summary{
background-color: #f7f7f7 !important;
}

File diff suppressed because one or more lines are too long