Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ const VERSIONS_JSON = require('./versions.json');
* that are built with Docusaurus. The
* Ionic v3 and v4 docs are built with other tools, so those
* versions are not included here.
*
* Note that the urls specified in this file should
* NOT have a trailing slash otherwise users will
* briefly get a 404 Page Not Found error before
* the docuementation website loads.
*/
const ARCHIVED_VERSIONS_JSON = require('./versionsArchived.json');

Expand Down
2 changes: 1 addition & 1 deletion versionsArchived.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"v5": "https://ionic-docs-5utg8ms4c-ionic1.vercel.app/docs/v5/"
"v5": "https://ionic-docs-5utg8ms4c-ionic1.vercel.app/docs/v5"
}