Keep the previous extensions page link alive (#6127)

Instead of a direct link, restore the extensions.md file which now redirects /notes/extensions.html to https://github.com/chartjs/awesome in case anyone bookmarked it / there were links to it.
This commit is contained in:
Simon Brunel
2019-03-12 08:35:39 +01:00
committed by GitHub
parent f5ff45693e
commit eddd1f14ba
3 changed files with 11 additions and 2 deletions

View File

@@ -3,7 +3,15 @@
"title": "Chart.js documentation",
"author": "chartjs",
"gitbook": "3.2.2",
"plugins": ["-lunr", "-search", "search-plus", "anchorjs", "chartjs", "ga"],
"plugins": [
"-lunr",
"-search",
"search-plus",
"anchorjs",
"chartjs",
"ga",
"redirect"
],
"pluginsConfig": {
"anchorjs": {
"icon": "#",

View File

@@ -51,5 +51,5 @@
* [Contributing](developers/contributing.md)
* [Additional Notes](notes/README.md)
* [Comparison Table](notes/comparison.md)
* [Popular Extensions](https://github.com/chartjs/awesome)
* [Popular Extensions](notes/extensions.md)
* [License](notes/license.md)

1
docs/notes/extensions.md Normal file
View File

@@ -0,0 +1 @@
!REDIRECT "https://github.com/chartjs/awesome"