strapi/docs/3.x.x/en/SUMMARY.md

60 lines
1.9 KiB
Markdown
Raw Normal View History

2017-10-10 11:15:24 +02:00
# Summary
## Useful links
* [Strapi Website](http://strapi.io)
* [GitHub Repository](https://github.com/strapi/strapi)
* [Contributing Guide](https://github.com/strapi/strapi/blob/master/CONTRIBUTING.md)
2017-10-10 11:15:24 +02:00
### Getting started
* [Installation](getting-started/installation.md)
* [Quick start](getting-started/quick-start.md)
### CLI
* [Command line interface](cli/CLI.md)
### Concepts
* [Table of contents](concepts/concepts.md)
### Guides
* [Authentication](guides/authentication.md)
2017-10-10 11:15:24 +02:00
* [Configurations](configurations/configurations.md)
* [Controllers](guides/controllers.md)
* [Deployment](guides/deployment.md)
2018-06-19 13:30:28 +02:00
* [Email](guides/email.md)
2018-03-07 15:44:50 +01:00
* [File Upload](guides/upload.md)
2017-10-12 11:22:30 +02:00
* [Filters](guides/filters.md)
2018-04-18 16:03:51 +02:00
* [GraphQL](guides/graphql.md)
2017-10-11 17:06:45 +02:00
* [Internationalization](guides/i18n.md)
2017-10-10 11:15:24 +02:00
* [Models](guides/models.md)
* [Policies](guides/policies.md)
* [Public Assets](guides/public-assets.md)
* [Requests](guides/requests.md)
* [Responses](guides/responses.md)
* [Routing](guides/routing.md)
* [Services](guides/services.md)
2018-01-10 11:32:24 +01:00
### Plugin Development
* [Quick start](plugin-development/quick-start.md)
* [Plugin Folders and Files Architecture](plugin-development/plugin-architecture.md)
2018-01-10 13:36:24 +01:00
* [Back-end Development](plugin-development/backend-development.md)
* [Front-end Development](plugin-development/frontend-development.md)
* [Front-end Use Cases](plugin-development/frontend-use-cases.md)
* [Front-end Helpers](plugin-development/utils.md)
* [Front-end UI Components](plugin-development/ui-components.md)
2017-10-10 11:15:24 +02:00
2017-10-11 15:21:29 +02:00
### Advanced Usage
* [Admin panel](advanced/customize-admin.md)
2017-10-10 11:15:24 +02:00
* [Logging](advanced/logging.md)
2017-10-12 12:30:06 +02:00
* [Hooks](advanced/hooks.md)
2017-10-10 11:15:24 +02:00
* [Middlewares](advanced/middlewares.md)
2018-05-28 15:27:57 +02:00
* [Tracking usage](advanced/usage-tracking.md)
2017-10-10 11:15:24 +02:00
### API Reference
* [Table of contents](api-reference/reference.md)
### Tutorials
2018-02-12 12:07:36 +01:00
* [Table of contents](tutorials/README.md)
2017-10-10 11:15:24 +02:00
### Migration
2018-06-19 14:03:42 +02:00
* [Migration guides](https://github.com/strapi/strapi/wiki)