Bug 1868838 - Move ASRouter docs into browser/components/asrouter. r=pdahiya

Differential Revision: https://phabricator.services.mozilla.com/D198891
This commit is contained in:
Mike Conley 2024-01-29 18:52:25 +00:00
parent c132dfa085
commit 292f47b388
33 changed files with 4 additions and 3 deletions

View File

Before

Width:  |  Height:  |  Size: 90 KiB

After

Width:  |  Height:  |  Size: 90 KiB

View File

Before

Width:  |  Height:  |  Size: 101 KiB

After

Width:  |  Height:  |  Size: 101 KiB

View File

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 85 KiB

View File

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 102 KiB

View File

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 69 KiB

View File

Before

Width:  |  Height:  |  Size: 242 KiB

After

Width:  |  Height:  |  Size: 242 KiB

View File

Before

Width:  |  Height:  |  Size: 184 KiB

After

Width:  |  Height:  |  Size: 184 KiB

View File

Before

Width:  |  Height:  |  Size: 104 KiB

After

Width:  |  Height:  |  Size: 104 KiB

View File

Before

Width:  |  Height:  |  Size: 137 KiB

After

Width:  |  Height:  |  Size: 137 KiB

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 52 KiB

View File

@ -30,3 +30,5 @@ EXTRA_JS_MODULES.asrouter += [
BROWSER_CHROME_MANIFESTS += [
"tests/browser/browser.toml",
]
SPHINX_TREES["docs"] = "docs"

View File

@ -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 = [];

View File

@ -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",

View File

@ -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