1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-07-17 03:22:22 +02:00

Move pandoc/ folder out of the way (#1704)

The config fragments there are only used in the GitHub actions, so we
can stash them way in the `.github/` folder.
This commit is contained in:
Martin Geisler
2024-01-17 01:25:45 +01:00
committed by GitHub
parent 312e1515ec
commit d731da4a5e
6 changed files with 10 additions and 2 deletions

4
.github/pandoc/README.md vendored Normal file
View File

@ -0,0 +1,4 @@
# Config Overrides for `mdbook-pandoc`
The configuration file fragments here are used to override the configuration in
`book.toml`. See `.github/workflows/build.sh` for details.

4
.github/pandoc/ja.yaml vendored Normal file
View File

@ -0,0 +1,4 @@
variables:
CJKmainfont: "Noto Serif CJK JP"
CJKsansfont: "Noto Sans CJK JP"
CJKmonofont: "Noto Sans Mono CJK JP"

4
.github/pandoc/ko.yaml vendored Normal file
View File

@ -0,0 +1,4 @@
variables:
CJKmainfont: "Noto Serif CJK KR"
CJKsansfont: "Noto Sans CJK KR"
CJKmonofont: "Noto Sans Mono CJK KR"

4
.github/pandoc/zh-CN.yaml vendored Normal file
View File

@ -0,0 +1,4 @@
variables:
CJKmainfont: "Noto Serif CJK SC"
CJKsansfont: "Noto Sans CJK SC"
CJKmonofont: "Noto Sans Mono CJK SC"

4
.github/pandoc/zh-TW.yaml vendored Normal file
View File

@ -0,0 +1,4 @@
variables:
CJKmainfont: "Noto Serif CJK TC"
CJKsansfont: "Noto Sans CJK TC"
CJKmonofont: "Noto Sans Mono CJK TC"