Skip to content

Commit dc4903e

Browse files
committed
docs: fix links
1 parent f798fd1 commit dc4903e

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

docs/src/demo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
<cron-demo>
44
</cron-demo>
55

6-
[Get Started](/guide/getting-started.html)
6+
[Get Started](/vue-js-cron/next/guide/getting-started.html)

docs/src/guide/getting-started.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
The fastest way to get started, is to install one of the prebuilt components.
44
For now `vue-js-cron` provides the following prebuilt components:
5-
- [CronLight](#cronlight) - a lightweight cron editor without external dependencies
6-
- [CronVuetify](#cronvuetify) - a cron editor for [Vuetify.js](https://next.vuetifyjs.com/en/).
5+
- [cron-light](#light) - a lightweight cron editor without external dependencies
6+
- [cron-vuetify](#vuetify) - a cron editor for [Vuetify.js](https://next.vuetifyjs.com/en/).
7+
- [cron-element-plus](#element-plus) - cron editor for [Element Plus](https://element-plus.org/en-US/)
78

89
If you would like to use a different UI framework, follow the quick start guide on how to use the [renderless component](#renderless).
910

@@ -22,8 +23,6 @@ or
2223
npm install @vue-js-cron/light@next
2324
```
2425

25-
### Usage
26-
2726
Then you need to register `vue-js-cron/light` with `app.use()`
2827

2928
```js
@@ -44,7 +43,7 @@ Now you can use the `cron-light` component.
4443
**Result:**
4544
<get-started-light />
4645

47-
#### API
46+
### API
4847

4948
- [cron-light](../api/light)
5049

@@ -66,7 +65,6 @@ or
6665
```bash
6766
npm install @vue-js-cron/vuetify@next
6867
```
69-
### Usage
7068

7169
Then you need to register `vue-js-cron/vuetify` with `app.use()`
7270

@@ -88,7 +86,7 @@ Now you can use the `cron-vuetify` component.
8886
<get-started-vuetify />
8987

9088

91-
#### API
89+
### API
9290

9391
- [cron-vuetify](../api/vuetify)
9492

@@ -110,7 +108,6 @@ or
110108
```bash
111109
npm install @vue-js-cron/element-plus@next
112110
```
113-
### Usage
114111

115112
Then you need to register `@vue-js-cron/element-plus` with `app.use()`
116113

@@ -132,6 +129,9 @@ Now you can use the `cron-element-plus` component.
132129
**Result:**
133130
<get-started-element />
134131

132+
### API
133+
134+
- [cron-element-plus](../api/element-plus)
135135

136136
## Renderless
137137

@@ -151,8 +151,6 @@ or
151151
npm install @vue-js-cron/core@next
152152
```
153153

154-
### Usage
155-
156154
Then you need to register `vue-js-cron/core` with `Vue.app()`
157155

158156
```js

0 commit comments

Comments
 (0)