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

Commit 99582930 by Sushant

docs: redirect to new site

1 parent 018f4069
Showing with 32 additions and 28 deletions
......@@ -70,7 +70,8 @@ jobs:
script:
- npm run semantic-release
before_deploy:
- npm run docs
- mkdir esdoc
- npm run docs-routing
deploy:
provider: surge
project: ./esdoc/
......
301 /en/v3/ https://sequelize.readthedocs.io/en/v3/
301 /en/v3/:foo https://sequelize.readthedocs.io/en/v3/:foo
301 /en/v3/:foo/:bar https://sequelize.readthedocs.io/en/v3/:foo/:bar
301 /en/v3/:foo/:bar/:baz https://sequelize.readthedocs.io/en/v3/:foo/:bar/:baz
301 /en/v3/:foo/:bar/:baz/:quz https://sequelize.readthedocs.io/en/v3/:foo/:bar/:baz/:quz
301 /en/v3/ https://sequelize.org/v3/
301 /en/v3/:foo https://sequelize.org/v3/:foo
301 /en/v3/:foo/:bar https://sequelize.org/v3/:foo/:bar
301 /en/v3/:foo/:bar/:baz https://sequelize.org/v3/:foo/:bar/:baz
301 /en/v3/:foo/:bar/:baz/:quz https://sequelize.org/v3/:foo/:bar/:baz/:quz
301 /en/latest /
301 /en/latest/ /
301 /en/latest https://sequelize.org/master
301 /en/latest/ https://sequelize.org/master/
301 /en/latest/docs/getting-started/ /manual/getting-started.html
301 /en/latest/docs/:section/ /manual/:section.html
301 /en/latest/docs/getting-started/ https://sequelize.org/master/manual/getting-started.html
301 /en/latest/docs/:section/ https://sequelize.org/master/manual/:section.html
301 /en/latest/api/sequelize/ /class/lib/sequelize.js~Sequelize.html
301 /en/latest/api/model/ /class/lib/model.js~Model.html
301 /en/latest/api/instance/ /class/lib/model.js~Model.html
301 /en/latest/api/associations/ /class/lib/associations/base.js~Association.html
301 /en/latest/api/associations/belongs-to/ /class/lib/associations/belongs-to.js~BelongsTo.html
301 /en/latest/api/associations/belongs-to-many/ /class/lib/associations/belongs-to-.many.js~BelongsToMany.html
301 /en/latest/api/associations/has-one/ /class/lib/associations/has-one.js~HasOne.html
301 /en/latest/api/associations/has-many/ /class/lib/associations/has-many.js~HasMany.html
301 /en/latest/api/transaction/ /class/lib/transaction.js~Transaction.html
301 /en/latest/api/datatypes/ /variable/index.html#static-variable-DataTypes
301 /en/latest/api/deferrable/ /variable/index.html#static-variable-Deferrable
301 /en/latest/api/errors/ /class/lib/errors/index.js~BaseError.html
301 /en/latest/api/sequelize/ https://sequelize.org/master/class/lib/sequelize.js~Sequelize.html
301 /en/latest/api/model/ https://sequelize.org/master/class/lib/model.js~Model.html
301 /en/latest/api/instance/ https://sequelize.org/master/class/lib/model.js~Model.html
301 /en/latest/api/associations/ https://sequelize.org/master/class/lib/associations/base.js~Association.html
301 /en/latest/api/associations/belongs-to/ https://sequelize.org/master/class/lib/associations/belongs-to.js~BelongsTo.html
301 /en/latest/api/associations/belongs-to-many/ https://sequelize.org/master/class/lib/associations/belongs-to-.many.js~BelongsToMany.html
301 /en/latest/api/associations/has-one/ https://sequelize.org/master/class/lib/associations/has-one.js~HasOne.html
301 /en/latest/api/associations/has-many/ https://sequelize.org/master/class/lib/associations/has-many.js~HasMany.html
301 /en/latest/api/transaction/ https://sequelize.org/master/class/lib/transaction.js~Transaction.html
301 /en/latest/api/datatypes/ https://sequelize.org/master/variable/index.html#static-variable-DataTypes
301 /en/latest/api/deferrable/ https://sequelize.org/master/variable/index.html#static-variable-Deferrable
301 /en/latest/api/errors/ https://sequelize.org/master/class/lib/errors/base-error.js~BaseError.html
302 /manual/tutorial/:section.html /manual/:section.html
302 /manual/installation/:section.html /manual/:section.html
302 /manual/faq/:section.html /manual/:section.html
302 /manual/advanced/:section.html /manual/:section.html
\ No newline at end of file
301 /manual/tutorial/:section.html https://sequelize.org/master/manual/:section.html
301 /manual/installation/:section.html https://sequelize.org/master/manual/:section.html
301 /manual/faq/:section.html https://sequelize.org/master/manual/:section.html
301 /manual/advanced/:section.html https://sequelize.org/master/manual/:section.html
302 / https://sequelize.org/
\ No newline at end of file
......@@ -121,7 +121,8 @@
"test-docker": "npm run test-docker-unit && npm run test-docker-integration",
"test-docker-unit": "npm run test-unit",
"test-docker-integration": "env-cmd $npm_package_options_env_cmd npm run test-integration",
"docs": "esdoc && cp docs/ROUTER esdoc/ROUTER && cp docs/favicon.ico esdoc/favicon.ico",
"docs-routing": "cp docs/ROUTER esdoc/ROUTER",
"docs": "esdoc && cp docs/favicon.ico esdoc/favicon.ico",
"teaser": "node scripts/teaser",
"test-unit": "mocha --require scripts/mocha-bootload --globals setImmediate,clearImmediate --exit --check-leaks --colors -t 30000 --reporter spec \"test/unit/**/*.js\"",
"test-unit-mariadb": "cross-env DIALECT=mariadb npm run test-unit",
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!