mirror of
https://github.com/strapi/strapi.git
synced 2025-12-26 14:44:31 +00:00
Reorder documentation guide and fix CSS
This commit is contained in:
parent
4fec48fee1
commit
86fa933f5e
@ -16,8 +16,10 @@
|
||||
* [Table of contents](concepts/concepts.md)
|
||||
|
||||
### Guides
|
||||
* [Authentification](guides/authentification.md)
|
||||
* [Configurations](configurations/configurations.md)
|
||||
* [Controllers](guides/controllers.md)
|
||||
* [Deployment](guides/deployment.md)
|
||||
* [Filters](guides/filters.md)
|
||||
* [Internationalization](guides/i18n.md)
|
||||
* [Models](guides/models.md)
|
||||
@ -27,8 +29,6 @@
|
||||
* [Responses](guides/responses.md)
|
||||
* [Routing](guides/routing.md)
|
||||
* [Services](guides/services.md)
|
||||
* [Authentification](guides/authentification.md)
|
||||
* [Deployment](guides/deployment.md)
|
||||
|
||||
### Plugins
|
||||
* [Quick start](plugins/quick-start.md)
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
color: #ffffff;
|
||||
font-size: 12px;
|
||||
line-height: 20px;
|
||||
background: #E78C29;
|
||||
background: #0097f7;
|
||||
border-radius: 3px;
|
||||
transition: transform .3s ease-in-out;
|
||||
white-space: pre;
|
||||
|
||||
@ -93,7 +93,7 @@
|
||||
.secondary {
|
||||
// height: 32px !important;
|
||||
color: #F64D0A !important;
|
||||
border: 0.1rem solid #F64D0A;
|
||||
border: 0.1rem solid #F64D0A !important;
|
||||
position: relative;
|
||||
border-radius: 3px;
|
||||
overflow: hidden;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user