We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc2ce52 commit d18fa5fCopy full SHA for d18fa5f
docusaurus.config.js
@@ -15,6 +15,11 @@ const VERSIONS_JSON = require('./versions.json');
15
* that are built with Docusaurus. The
16
* Ionic v3 and v4 docs are built with other tools, so those
17
* versions are not included here.
18
+ *
19
+ * Note that the urls specified in this file should
20
+ * NOT have a trailing slash otherwise users will
21
+ * briefly get a 404 Page Not Found error before
22
+ * the docuementation website loads.
23
*/
24
const ARCHIVED_VERSIONS_JSON = require('./versionsArchived.json');
25
versionsArchived.json
@@ -1,3 +1,3 @@
1
{
2
- "v5": "https://ionic-docs-5utg8ms4c-ionic1.vercel.app/docs/v5/"
+ "v5": "https://ionic-docs-5utg8ms4c-ionic1.vercel.app/docs/v5"
3
}
0 commit comments