mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-02-20 01:31:20 +01:00
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:
10
book.json
10
book.json
@@ -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": "#",
|
||||
|
||||
@@ -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
1
docs/notes/extensions.md
Normal file
@@ -0,0 +1 @@
|
||||
!REDIRECT "https://github.com/chartjs/awesome"
|
||||
Reference in New Issue
Block a user