We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbcc81a + c31c0c3 commit fede31fCopy full SHA for fede31f
1 file changed
script/content-migrations/update-tocs.js
@@ -14,7 +14,7 @@ const linksArray = new RegExp(linkString.source, 'gm')
14
// The product order is determined by data/products.yml
15
const productsFile = path.join(process.cwd(), 'data/products.yml')
16
const productsYml = yaml.load(fs.readFileSync(productsFile, 'utf8'))
17
-const sortedProductIds = productsYml.productsInOrder.concat('/early-access')
+const sortedProductIds = productsYml.productsInOrder.concat('early-access')
18
19
// This script turns `{% link /<link> %} style content into children: [ -/<link> ] frontmatter arrays.
20
//
0 commit comments