Skip to content

Commit 417b6e0

Browse files
Merge pull request #23 from geoadmin/fix-PB-1798-change-title-of-js-api-page
PB-1798 Expand title "JS API" to "Javascript API" #patch
2 parents 5363e16 + 841bcaf commit 417b6e0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ function mapViewerItems(): DefaultTheme.SidebarItem[] {
184184
{ text: "iframe", link: "/docs/iframe" },
185185
{ text: "URL Parameters", link: "/docs/url-parameters" },
186186
{
187-
text: "JS API",
188-
link: "/docs/js-api",
187+
text: "Javascript API",
188+
link: "/docs/javascript-api",
189189
},
190190
];
191191
}

docs/js-api.md renamed to docs/javascript-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# JS API
1+
# Javascript API
22

3-
The GeoAdmin JS API extends OpenLayers with Swiss specific configurations and layers.
3+
The GeoAdmin Javascript API ("JS API") extends OpenLayers with Swiss specific configurations and layers.
44

55
For more details, see [the GeoAdmin JS API specs](https://geoadmin.github.io/ol3/apidoc/).
66

0 commit comments

Comments
 (0)