angular-cn/aio/tools/transforms/cli-docs-package/processors
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
..
filterHiddenCommands.js build(docs-infra): ensure hidden cli commands are excluded from `sitemap.xml` (#30395) 2019-05-10 11:56:39 -07:00
filterHiddenCommands.spec.js build(docs-infra): ensure hidden cli commands are excluded from `sitemap.xml` (#30395) 2019-05-10 11:56:39 -07:00
processCliCommands.js fix(docs-infra): boolean options default value is incorrect when it's undefined (#27024) 2019-01-28 20:43:15 -08:00
processCliCommands.spec.js fix(docs-infra): change the key used to find out the cli section (#28293) 2019-01-24 15:41:44 -08:00
processCliContainerDoc.js feat(docs-infra): generate Angular CLI command reference (#25363) 2018-09-26 11:24:02 -07:00
processCliContainerDoc.spec.js feat(docs-infra): generate Angular CLI command reference (#25363) 2018-09-26 11:24:02 -07:00