Files
sousa-gecko/third_party/application-services/docs/book.toml
T
Ted Campbell 1eeb7b63d1 Bug 2019144 - Vendor much more of application-services. r=nalexander
The GitHub repo is still the source of truth and this is a read-only vendor.
This should let us experiment more incrementally with the monorepo.

Differential Revision: https://phabricator.services.mozilla.com/D282538
2026-04-30 00:42:51 +00:00

22 lines
522 B
TOML

[book]
title = "Cross-platform Rust Components"
authors = ["Firefox SACI Team"]
src = "."
[build]
build-dir = "book"
create-missing = false
[output.html]
additional-css = ["shared/a-s.css", "shared/mermaid.css"]
additional-js = ["shared/tabs.js", "shared/mermaid.min.js", "shared/mermaid-init.js"]
git-repository-url = "https://github.com/mozilla/application-services"
git-branch = "main"
mathjax-support = true
[preprocessor.open-on-gh]
command = "mdbook-open-on-gh"
[preprocessor.mermaid]
command = "mdbook-mermaid"