We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64f3486 commit 914bc7eCopy full SHA for 914bc7e
docusaurus.config.js
@@ -10,6 +10,11 @@ const VERSIONS_JSON = require('./versions.json');
10
* Building a large number of docs sites at once can cause
11
* out of memory issues, so archiving old docs sites
12
* allow us to keep memory usage and build times low.
13
+ *
14
+ * Note that this file is only for versions of the Ionic Docs
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
const ARCHIVED_VERSIONS_JSON = require('./versionsArchived.json');
20
0 commit comments