Skip to content

Commit 11c3cb4

Browse files
committed
readme & license
1 parent 98b7cc7 commit 11c3cb4

File tree

2 files changed

+50
-2
lines changed

2 files changed

+50
-2
lines changed

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2018-present, Yuxi (Evan) You
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

README.md

+29-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# !!! WIP !!!
2-
31
<p align="center">
42
<img width="280" src="https://github.com/vuejs/vuepress/blob/master/docs/.vuepress/public/hero.png" alt="logo">
53
</p>
@@ -9,3 +7,32 @@
97
> Minimalistic docs generator with Vue component based layout system
108
119
https://vuepress.vuejs.org/
10+
11+
## Features
12+
13+
- [Built-in markdown extensions](https://vuepress.vuejs.org/guide/markdown.md) optimized for technical documentation
14+
- [Ability to leverage Vue inside markdown files](https://vuepress.vuejs.org/using-vue.md)
15+
- [Vue-powered custom theme system](https://vuepress.vuejs.org/custom-themes)
16+
- PWA Support
17+
- Google Analytics Integration
18+
- A default theme with:
19+
- Responsive layout
20+
- Optional Homepage
21+
- Simple out-of-the-box header-based search
22+
- Customizable navbar and sidebar
23+
- Auto-generated GitHub link and page edit links
24+
25+
## Todo Features
26+
27+
VuePress is still a work in progress. There are a few things that it currently does not support but are planned:
28+
29+
- Dropdown Items in Navbar
30+
- Multi-Language Support
31+
- Algolia DocSearch Integration
32+
- Blogging support
33+
34+
Contributions are welcome!
35+
36+
## License
37+
38+
MIT

0 commit comments

Comments
 (0)