Bug 1868838 - Move ASRouter docs into browser/components/asrouter. r=pdahiya
Differential Revision: https://phabricator.services.mozilla.com/D198891
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 90 KiB |
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 85 KiB |
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 102 KiB |
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 69 KiB |
Before Width: | Height: | Size: 252 KiB After Width: | Height: | Size: 252 KiB |
Before Width: | Height: | Size: 242 KiB After Width: | Height: | Size: 242 KiB |
Before Width: | Height: | Size: 184 KiB After Width: | Height: | Size: 184 KiB |
Before Width: | Height: | Size: 104 KiB After Width: | Height: | Size: 104 KiB |
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 49 KiB |
Before Width: | Height: | Size: 137 KiB After Width: | Height: | Size: 137 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
@ -30,3 +30,5 @@ EXTRA_JS_MODULES.asrouter += [
|
||||
BROWSER_CHROME_MANIFESTS += [
|
||||
"tests/browser/browser.toml",
|
||||
]
|
||||
|
||||
SPHINX_TREES["docs"] = "docs"
|
||||
|
@ -1,5 +1,5 @@
|
||||
import { ASRouterTargeting } from "modules/ASRouterTargeting.jsm";
|
||||
import docs from "newtab/content-src/asrouter/docs/targeting-attributes.md";
|
||||
import docs from "docs/targeting-attributes.md";
|
||||
|
||||
// The following targeting parameters are either deprecated or should not be included in the docs for some reason.
|
||||
const SKIP_DOCS = [];
|
||||
|
@ -28,7 +28,6 @@ TESTING_JS_MODULES += [
|
||||
]
|
||||
|
||||
SPHINX_TREES["docs"] = "docs"
|
||||
SPHINX_TREES["content-src/asrouter/docs"] = "content-src/asrouter/docs"
|
||||
|
||||
XPCSHELL_TESTS_MANIFESTS += [
|
||||
"test/xpcshell/xpcshell.toml",
|
||||
|
@ -19,7 +19,7 @@ This is the nascent documentation of the Firefox front-end code.
|
||||
components/migration/docs/index
|
||||
components/pagedata/docs/index
|
||||
places/index
|
||||
components/newtab/content-src/asrouter/docs/index
|
||||
components/asrouter/docs/index
|
||||
search/index
|
||||
base/tabbrowser/index
|
||||
touchbar/index
|
||||
|