-
Notifications
You must be signed in to change notification settings - Fork 17
/
book.toml
19 lines (16 loc) · 889 Bytes
/
book.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[book]
multilingual = false
src = "src"
title = "Documentation for Mozilla localizers"
[preprocessor.toc]
command = "mdbook-toc"
renderer = ["html"]
[output.html]
git-repository-url = "https://github.com/mozilla-l10n/localizer-documentation/"
edit-url-template = "https://github.com/mozilla-l10n/localizer-documentation/edit/main/{path}"
no-section-label = true
[output.html.redirect]
# These redirects are only going to work on https://mozilla-l10n.github.io/localizer-documentation
"tools/pontoon/search_filters.html" = "https://mozilla-l10n.github.io/localizer-documentation/tools/pontoon/translation_workspace.html#search"
"tools/pontoon/ui.html" = "https://mozilla-l10n.github.io/localizer-documentation/tools/pontoon/translation_workspace.html"
"tools/pontoon/workflow.html" = "https://mozilla-l10n.github.io/localizer-documentation/tools/pontoon/translate.html#workflow-example"