Skip to content

Commit 9a4aa80

Browse files
Merge branch 'main' into URLSearchParams-based-hash
2 parents 53977e2 + 933100a commit 9a4aa80

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ Note too that if the CSS isn't available by the first render, as soon as the CSS
9494
MapLibre GL JS is also distributed via UNPKG. Our latest version can installed by adding below tags this in the html `<head>`. Further instructions on how to select specific versions and semver ranges can be found on at [unpkg.com](https://unpkg.com).
9595

9696
```html
97-
<script src="https://unpkg.com/maplibre-gl@^5.14.0/dist/maplibre-gl.js"></script>
98-
<link href="https://unpkg.com/maplibre-gl@^5.14.0/dist/maplibre-gl.css" rel="stylesheet" />
97+
<script src="https://unpkg.com/maplibre-gl@^5.17.0/dist/maplibre-gl.js"></script>
98+
<link href="https://unpkg.com/maplibre-gl@^5.17.0/dist/maplibre-gl.css" rel="stylesheet" />
9999
```

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@
153153
"watch-benchmarks": "rollup --configPlugin @rollup/plugin-typescript -c test/bench/rollup_config_benchmarks.ts --watch",
154154
"bundle-stats": "rollup --configPlugin @rollup/plugin-typescript -c --environment BUILD:production,BUNDLE:stats",
155155
"spellcheck": "cspell",
156-
"docs": "npm run generate-docs && docker run --rm -v ${PWD}:/docs squidfunk/mkdocs-material build",
156+
"docs": "npm run generate-docs && docker run --rm -v ${PWD}:/docs zensical/zensical build",
157157
"start-server": "st --no-cache -H localhost --port 9966 .",
158-
"start-docs": "docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material",
158+
"start-docs": "docker run --rm -it -p 8000:8000 -v ${PWD}:/docs zensical/zensical serve --open --dev-addr=0.0.0.0:8000",
159159
"start": "run-p watch-css watch-dev start-server",
160160
"start-bench": "run-p watch-css watch-benchmarks start-server",
161161
"lint": "eslint",

0 commit comments

Comments
 (0)