Skip to content

Commit 6f3e592

Browse files
committed
docs: Add Introduction page
1 parent 7a0196d commit 6f3e592

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

‎docs/README.md‎

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
---
2-
home: true
3-
heroImage: /logo.png
4-
heroText: Vue A11y theme
5-
tagline: Vuepress theme for Vue A11y documentations
6-
actionText: Get Started →
7-
actionLink: /guide/
82
footer: MIT Licensed | With 💖 and Vuepress
9-
---
3+
---
4+
5+
# Introduction
6+
7+
<p>
8+
<imgsrc="https://avatars0.githubusercontent.com/u/38933658?s=200&v=4"alt="logo of vue-awesome repository">
9+
<br>
10+
</p>
11+
12+
We created a vuepress theme to facilitate the maintenance of the documentation for Vue-a11y, it is a work in progress, but it is available for anyone who wants to use and contribute.
13+
14+
It does not replace the default vuepress theme, however, this theme contains most Vue-a11y packages and some plugins to improve semantics and accessibility in the documentation.
15+
16+
## Packages included
17+
18+
-[vue-skip-to](https://github.com/vue-a11y/vue-skip-to)
19+
-[@vue-a11y/dark-mode](https://github.com/vue-a11y/vue-dark-mode)
20+
-[@vue-a11y/announcer](https://github.com/vue-a11y/vue-announcer)

‎docs/guide/README.md‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Setup
22

3-
We created a vuepress theme to facilitate the maintenance of the documentation for Vue-a11y, it is a work in progress, but it is available for anyone who wants to use and contribute.
4-
5-
It does not replace the default vuepress theme, however, this theme contains most Vue-a11y packages and some plugins to improve semantics and accessibility in the documentation.
6-
73
## Installation
84

95
### NPM

0 commit comments

Comments
(0)