We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5363e16 + 841bcaf commit 417b6e0Copy full SHA for 417b6e0
.vitepress/config.mts
@@ -184,8 +184,8 @@ function mapViewerItems(): DefaultTheme.SidebarItem[] {
184
{ text: "iframe", link: "/docs/iframe" },
185
{ text: "URL Parameters", link: "/docs/url-parameters" },
186
{
187
- text: "JS API",
188
- link: "/docs/js-api",
+ text: "Javascript API",
+ link: "/docs/javascript-api",
189
},
190
];
191
}
docs/js-api.md renamed to docs/javascript-api.md
@@ -1,6 +1,6 @@
1
-# JS API
+# Javascript API
2
3
-The GeoAdmin JS API extends OpenLayers with Swiss specific configurations and layers.
+The GeoAdmin Javascript API ("JS API") extends OpenLayers with Swiss specific configurations and layers.
4
5
For more details, see [the GeoAdmin JS API specs](https://geoadmin.github.io/ol3/apidoc/).
6
0 commit comments