angular-cn/aio/tools/transforms/cli-docs-package
George Kalpakas d80ae6ba0d build(docs-infra): ensure hidden cli commands are excluded from `sitemap.xml` (#30395)
Previously, the processor that excludes certain cli commands
(`filterHiddenCommand`) was being run after the `createSitemap`
processor, resulting in those commands to be present in `sitemap.xml`,
while the actual pages where missing. This also resulted in 404s, when
search engine crawlers tried to index the missing URLs.

This commit fixes it by ensuring that the `filterHiddenCommand`
processor is run before the `createSitemap` processor.

PR Close #30395
2019-05-10 11:56:39 -07:00
..
processors build(docs-infra): ensure hidden cli commands are excluded from `sitemap.xml` (#30395) 2019-05-10 11:56:39 -07:00
readers build(docs-infra): display github links in CLI API docs (#26515) 2018-10-19 11:12:54 -07:00
rendering
extract-cli-commands.js
index.js build(docs-infra): display github links in CLI API docs (#26515) 2018-10-19 11:12:54 -07:00