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 feat(docs-infra): generate Angular CLI command reference (#25363) 2018-09-26 11:24:02 -07:00
extract-cli-commands.js build(docs-infra): make the git ref for cli command docs configurable (#26391) 2018-10-11 12:57:49 -07:00
index.js build(docs-infra): display github links in CLI API docs (#26515) 2018-10-19 11:12:54 -07:00