Skip to content

Commit e4bc6fd

Browse files
committed
fix: README
1 parent c8fe6fd commit e4bc6fd

File tree

5 files changed

+10
-13
lines changed

5 files changed

+10
-13
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66

77
# Getting Started
88

9-
Read the [docs](https://abichinger.github.io/vue-js-cron/)
9+
Vue v2: [documentation](https://abichinger.github.io/vue-js-cron)
10+
11+
Vue v3: [documentation](https://abichinger.github.io/vue-js-cron/next)
1012

1113
# Packages
1214

@@ -39,6 +41,7 @@ yarn test
3941
## Build
4042
```
4143
yarn build
44+
yarn build-docs
4245
```
4346

4447
## Attribution

assets/cron-vuetify-hero.png

-13.6 KB
Loading

core/README.md

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

33
**Renderless Vue.js cron editor**
44

5-
![Vue.js Cron Core Hero](https://raw.githubusercontent.com/abichinger/vue-js-cron/main/assets/cron-light-hero.png)
5+
![Vue.js Cron Core Hero](https://raw.githubusercontent.com/abichinger/vue-js-cron/next/assets/cron-light-hero.png)
66

7-
## Usage
8-
9-
**Demo** and **getting started guide** at [https://abichinger.github.io/vue-js-cron/guide/getting-started.html#renderless](https://abichinger.github.io/vue-js-cron/guide/getting-started.html#renderless)
7+
[Get Started](https://abichinger.github.io/vue-js-cron/next/guide/getting-started.html#renderless)
108

119
## Attribution
1210

light/README.md

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

33
**lightweight vue.js cron editor**
44

5-
![Vue.js Cron Core Hero](https://raw.githubusercontent.com/abichinger/vue-js-cron/main/assets/cron-light-hero.png)
5+
![Vue.js Cron Core Hero](https://raw.githubusercontent.com/abichinger/vue-js-cron/next/assets/cron-light-hero.png)
66

7-
## Usage
8-
9-
**Demo** and **getting started guide** at [https://abichinger.github.io/vue-js-cron/guide/getting-started.html#cronlight](https://abichinger.github.io/vue-js-cron/guide/getting-started.html#cronlight)
7+
[Get Started](https://abichinger.github.io/vue-js-cron/next/guide/getting-started.html#cronlight)
108

119
## Attribution
1210

vuetify/README.md

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

33
**Cron editor for vuetify**
44

5-
![Vue.js Cron Vuetify Hero](https://raw.githubusercontent.com/abichinger/vue-js-cron/main/assets/cron-vuetify-hero.png)
5+
![Vue.js Cron Vuetify Hero](https://raw.githubusercontent.com/abichinger/vue-js-cron/next/assets/cron-vuetify-hero.png)
66

7-
## Usage
8-
9-
**Demo** and **getting started guide** at [https://abichinger.github.io/vue-js-cron/guide/getting-started.html#cronvuetify](https://abichinger.github.io/vue-js-cron/guide/getting-started.html#cronvuetify)
7+
[Get Started](https://abichinger.github.io/vue-js-cron/next/guide/getting-started.html#cronvuetify)
108

119
## Attribution
1210

0 commit comments

Comments
 (0)