不要怂,就是干,撸起袖子干!

Commit f70a7134 by Jonas Zhang Committed by Sushant

docs(readme): add translation section and rearrange docs (#8662)

1 parent 2afd48a1
Showing with 19 additions and 11 deletions
...@@ -17,8 +17,8 @@ Sequelize is a promise-based Node.js ORM for Postgres, MySQL, SQLite and Microso ...@@ -17,8 +17,8 @@ Sequelize is a promise-based Node.js ORM for Postgres, MySQL, SQLite and Microso
## Table of Contents ## Table of Contents
- [Installation](#installation) - [Installation](#installation)
- [Features](#features) - [Features](#features)
- [Documentation](#documentation)
- [Responsible disclosure](#responsible-disclosure) - [Responsible disclosure](#responsible-disclosure)
- [Documentation](#documentation)
- [Resources](#resources) - [Resources](#resources)
## Installation ## Installation
...@@ -48,22 +48,30 @@ Sequelize follows [SEMVER](http://semver.org). Supports Node v4 and above to use ...@@ -48,22 +48,30 @@ Sequelize follows [SEMVER](http://semver.org). Supports Node v4 and above to use
- Migrations - Migrations
- CLI ([sequelize-cli](https://github.com/sequelize/cli)) - CLI ([sequelize-cli](https://github.com/sequelize/cli))
## Documentation
- [Stable v4 documentation](http://docs.sequelizejs.com)
- [Upgrading from v3 to v4](http://docs.sequelizejs.com/manual/tutorial/upgrade-to-v4.html)
- [v3 documentation](https://sequelize.readthedocs.io/en/v3/)
## Responsible disclosure ## Responsible disclosure
If you have any security issue to report, contact project maintainers privately. You can find contact information [here](https://github.com/sequelize/sequelize/blob/master/CONTACT.md) If you have any security issue to report, contact project maintainers privately. You can find contact information [here](https://github.com/sequelize/sequelize/blob/master/CONTACT.md)
## Documentation
- [Contributing](https://github.com/sequelize/sequelize/blob/master/CONTRIBUTING.md)
- [v4 Documentation](http://docs.sequelizejs.com)
- [v3 Documentation](https://sequelize.readthedocs.io/en/v3/)
- [v3 to v4 Upgrade Guide](http://docs.sequelizejs.com/manual/tutorial/upgrade-to-v4.html)
## Resources ## Resources
- [Changelog](https://github.com/sequelize/sequelize/releases) - [Changelog](https://github.com/sequelize/sequelize/releases)
- [Getting Started](http://docs.sequelizejs.com/manual/installation/getting-started)
- [Contributing](https://github.com/sequelize/sequelize/blob/master/CONTRIBUTING.md)
- [Express Example](https://github.com/sequelize/express-example)
- [Documentation](http://docs.sequelizejs.com)
- [Slack](http://sequelize-slack.herokuapp.com/) - [Slack](http://sequelize-slack.herokuapp.com/)
- [Google Groups](https://groups.google.com/forum/#!forum/sequelize) - [Google Groups](https://groups.google.com/forum/#!forum/sequelize)
### Tools
- [Add-ons & Plugins](https://github.com/sequelize/sequelize/wiki/Add-ons-&-Plugins) - [Add-ons & Plugins](https://github.com/sequelize/sequelize/wiki/Add-ons-&-Plugins)
- [Sequelize & TypeScript](https://github.com/RobinBuschmann/sequelize-typescript) - [Sequelize & TypeScript](https://github.com/RobinBuschmann/sequelize-typescript)
### Learning
- [Getting Started](http://docs.sequelizejs.com/manual/installation/getting-started)
- [Express Example](https://github.com/sequelize/express-example)
### Translations
- [English v4](http://docs.sequelizejs.com) (OFFICIAL)
- [中文文档 v4](https://github.com/demopark/sequelize-docs-Zh-CN) (UNOFFICIAL)
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!