@redpanda-data/docs-extensions-and-macros 3.0.17 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -59,11 +59,11 @@ function generateIndex (playbook, contentCatalog, { indexLatestOnly = false, exc
|
|
|
59
59
|
}
|
|
60
60
|
)
|
|
61
61
|
|
|
62
|
-
|
|
62
|
+
/* Skip pages marked as "noindex" for "robots"
|
|
63
63
|
const noindex = root.querySelector('meta[name=robots][content=noindex]')
|
|
64
64
|
if (noindex) {
|
|
65
65
|
continue
|
|
66
|
-
}
|
|
66
|
+
}*/
|
|
67
67
|
|
|
68
68
|
// Compute a flag identifying if the current page is in the
|
|
69
69
|
// "current" component version.
|