Skip to content

Commit

Permalink
Keep the previous extensions page link alive (chartjs#6127)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
simonbrunel committed Mar 12, 2019
1 parent b96c507 commit f2da400
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
10 changes: 9 additions & 1 deletion book.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "#",
Expand Down
2 changes: 1 addition & 1 deletion docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 1 addition & 0 deletions docs/notes/extensions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!REDIRECT "https://github.com/chartjs/awesome"

0 comments on commit f2da400

Please sign in to comment.