Fix package lock and other things

This commit is contained in:
Jim LAURIE 2019-03-08 18:48:35 +01:00
parent 698a6d2ad8
commit d7e88cf676
5 changed files with 11607 additions and 73 deletions

1
.gitignore vendored
View File

@ -95,6 +95,7 @@ node_modules
.node_history
package-lock.json
**/package-lock.json
!docs/package-lock.json
############################

View File

@ -143,7 +143,7 @@ module.exports = {
'Contributing guide',
],
'/3.x.x/migration-guide/',
'/3.x.x/tutorials/',
'/3.x.x/articles/',
'/3.x.x/community',
],
},

View File

@ -1,70 +0,0 @@
# 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)
### 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
- [API Documentation](guides/api-documentation.md)
- [Authentication](guides/authentication.md)
- [Configurations](configurations/configurations.md)
- [Controllers](guides/controllers.md)
- [Deployment](guides/deployment.md)
- [Email](guides/email.md)
- [File Upload](guides/upload.md)
- [Filters](guides/filters.md)
- [GraphQL](guides/graphql.md)
- [Internationalization](guides/i18n.md)
- [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)
### Plugin Development
- [Quick start](plugin-development/quick-start.md)
- [Plugin Folders and Files Architecture](plugin-development/plugin-architecture.md)
- [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)
### Advanced Usage
- [Admin panel](advanced/customize-admin.md)
- [Logging](advanced/logging.md)
- [Hooks](advanced/hooks.md)
- [Middlewares](advanced/middlewares.md)
- [Tracking usage](advanced/usage-tracking.md)
### API Reference
- [Table of contents](api-reference/reference.md)
### Tutorials
- [Table of contents](tutorials/README.md)
### Migration
- [Migration guides](https://github.com/strapi/strapi/wiki)

View File

@ -1,4 +1,4 @@
# Tutorials
# Articles
Go further with Strapi, official and community tutorials are here to help you:
@ -12,7 +12,7 @@ Go further with Strapi, official and community tutorials are here to help you:
- [Building a static blog using Gatsby and Strapi (official)](https://hackernoon.com/building-a-static-blog-using-gatsby-and-strapi-8b5acfc82ad8)
- [🍝 Cooking a Deliveroo clone with Nuxt (Vue.js), GraphQL, Strapi and Stripe (official)](https://blog.strapi.io/cooking-a-deliveroo-clone-with-nuxt-vue-js-graphql-strapi-and-stripe-setup-part-1-7)
- [🍝 Cooking a Deliveroo clone with Next.js (React), GraphQL, Strapi and Stripe](https://blog.strapi.io/strapi-next-setup)
### Deployment
- [Using mLab with Strapi (official)](https://medium.com/@strapi/using-mlab-with-strapi-e3f968a9c530)

11603
docs/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff