Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
public
/
sequelize
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
不要怂,就是干,撸起袖子干!
Commit 99582930
authored
Jul 26, 2019
by
Sushant
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: redirect to new site
1 parent
018f4069
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
28 deletions
.travis.yml
docs/ROUTER
package.json
.travis.yml
View file @
9958293
...
...
@@ -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/
...
...
docs/ROUTER
View file @
9958293
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
package.json
View file @
9958293
...
...
@@ -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"
,
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment