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

Commit 32d7b825 by Felix Becker

docs: remove links to changelog

ESDoc failed to build because there were references to the deleted
changelog.md file
1 parent 8f39f453
...@@ -40,9 +40,6 @@ ...@@ -40,9 +40,6 @@
"./docs/migrations.md", "./docs/migrations.md",
"./docs/upgrade-to-v4.md" "./docs/upgrade-to-v4.md"
], ],
"changelog": [
"./changelog.md"
],
"advanced": [ "advanced": [
"./docs/legacy.md" "./docs/legacy.md"
], ],
......
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
color: #ffffff !important; color: #ffffff !important;
} }
.kind-variable, .manual-color-reference, .manual-color-changelog { .kind-variable, .manual-color-reference {
background-color: #074278; background-color: #074278;
} }
.kind-variable, .manual-color-reference a, .manual-color-changelog a, .manual-color-faq a { .kind-variable, .manual-color-reference a, .manual-color-faq a {
color: #ffffff; color: #ffffff;
} }
......
...@@ -24,9 +24,5 @@ exports.onHandleHTML = function(ev) { ...@@ -24,9 +24,5 @@ exports.onHandleHTML = function(ev) {
$(`script[src="${script}"]`).remove(); $(`script[src="${script}"]`).remove();
} }
// Prepare changelog
$('div[data-toc-name="changelog"] ul.manual-toc li:not(:first-child)').remove();
$('div[data-toc-name="changelog"] ul.manual-toc li:first-child a').text('Changelog');
ev.data.html = $.html(); ev.data.html = $.html();
}; };
# Upgrade to V4 # Upgrade to V4
Sequelize V4 is a major release and it introduces new features and breaking changes. Majority of sequelize codebase has been refactored to use ES2015 features. The following guide lists some of the changes to upgrade from v3 to v4. See [Changelog](changelog) for full list of changes. Sequelize V4 is a major release and it introduces new features and breaking changes. Majority of sequelize codebase has been refactored to use ES2015 features. The following guide lists some of the changes to upgrade from v3 to v4. See the [Changelog](https://github.com/sequelize/sequelize/blob/b49f936e9aa316cf4a13bade76585acf4d5d8b04/changelog.md) for full list of changes.
### Breaking Changes ### Breaking Changes
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!