Skip to content

Commit 39eab61

Browse files
Add dependency updates, update README
1 parent c348a63 commit 39eab61

4 files changed

Lines changed: 1324 additions & 949 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
**/.DS_Store
22
.idea
3+
.gradle/
34
_build/
45
_release/
56
node_modules/

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
asdf.dev - A website.
1+
asdf.dev - A website.
22

33
### Compatibility
44

5-
[![VuePress Compatibility](https://img.shields.io/badge/VuePress-v1.x-success.svg)](https://v1.vuepress.vuejs.org)
5+
[![VuePress Compatibility](https://img.shields.io/badge/VuePress-v1.x-success.svg)](https://vuepress.vuejs.org/)
66

77
asdf.dev is powered by VuePress 1.x
88

99
### Branches
1010

11-
**master** - The latest build files used to generate the site.
11+
**main** - The latest build files used to generate the site.
1212

1313
### Repository Contents
1414

@@ -29,7 +29,7 @@ $ npm run COMMAND
2929
- **dev** Runs `vuepress dev site` for development and monitors files for changes.
3030
- **build** Runs `vuepress build site` to build the site and output files to `_build` directory.
3131
- **release** Runs `vuepress build site` to build the site and copy output files from `_build` to `_release`.
32-
32+
3333

3434
## Feedback
3535

0 commit comments

Comments
 (0)