mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-22 20:55:50 +00:00
- Unicode header IDs filter - Change some links to use the new ID formula (It matches the GitHub-Flavored Markdown standard closely.) - Build script changes
8 lines
242 B
Bash
Executable File
8 lines
242 B
Bash
Executable File
#!/bin/bash
|
|
|
|
## Run from the root directory of the repo to build all languages
|
|
## TODO: read the `-o` / `--out` argument and adapt it for non-en languages
|
|
|
|
dactyl_build --vars "$dactyl_vars"
|
|
dactyl_build -t ja -o out/ja --vars "$dactyl_vars"
|