diff --git a/.github/workflows/build-deploy-docs.yml b/.github/workflows/build-deploy-docs.yml index cc76eee33..b0fd79d7b 100644 --- a/.github/workflows/build-deploy-docs.yml +++ b/.github/workflows/build-deploy-docs.yml @@ -32,7 +32,9 @@ jobs: - name: Setup mdBook uses: peaceiris/actions-mdbook@v2 with: - mdbook-version: '0.4.40' + mdbook-version: '0.4.51' + - name: Install mdbook-alerts + run: cargo install mdbook-alerts - run: mdbook build docs diff --git a/docs/README.md b/docs/README.md index 59f904670..70782a110 100644 --- a/docs/README.md +++ b/docs/README.md @@ -5,7 +5,7 @@ The documentation of `maplibre/martin` is available at [!WARNING] +> Style serving, as it is specific to [maplibre](https://maplibre.org). diff --git a/justfile b/justfile index 01ce2d9ee..88c3c7ea9 100755 --- a/justfile +++ b/justfile @@ -78,7 +78,7 @@ bless-int: rm -rf tests/expected && mv tests/output tests/expected # Build and open mdbook documentation -book: (cargo-install 'mdbook') +book: (cargo-install 'mdbook') (cargo-install 'mdbook-alerts') mdbook serve docs --open --port 8321 # Quick compile without building a binary