Skip to content

Commit 730d9a2

Browse files
committed
docs: add link to releases
1 parent d7591c2 commit 730d9a2

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

docs/.vitepress/config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ export default defineConfig({
3535
text: "Demo",
3636
link: "/demo",
3737
},
38+
{
39+
text: "Releases",
40+
link: "https://github.com/MelihAltintas/vue3-openlayers/releases",
41+
},
3842
{
3943
text: "General",
4044
items: [

docs/get-started.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@ Install current **stable version**
88

99
```bash
1010
npm install vue3-openlayers
11+
12+
# OR:
13+
14+
npm install vue3-openlayers@alpha # try out the latest alpha version
1115
```
1216

1317
## Usage
1418

15-
To use vue3-openlayers in your application, you can import all components or just what you really need.
19+
To use `vue3-openlayers` in your application, you can import all components or just what you really need.
1620

1721
```js
1822
import { createApp } from "vue";

docs/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ hero:
1313
- theme: alt
1414
text: Demo
1515
link: /demo
16+
- theme: alt
17+
text: Releases
18+
link: https://github.com/MelihAltintas/vue3-openlayers/releases
1619

1720
# features:
1821
# - title: Vue3

0 commit comments

Comments
 (0)