docus 3.0.1 → 3.0.2-20250617-124626-ecf1b34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +19 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
[](https://docus.dev)
|
|
2
2
|
|
|
3
|
+
[![npm version][npm-version-src]][npm-version-href]
|
|
4
|
+
[![npm downloads][npm-downloads-src]][npm-downloads-href]
|
|
5
|
+
[![License][license-src]][license-href]
|
|
6
|
+
[![Nuxt][nuxt-src]][nuxt-href]
|
|
7
|
+
|
|
3
8
|
# Docus
|
|
4
9
|
|
|
5
10
|
Documentation Theme and CLI to write beautiful docs with Markdown.
|
|
@@ -31,3 +36,17 @@ Ship fast, flexible, and SEO-optimized documentation with beautiful design out o
|
|
|
31
36
|
Published under the [MIT](https://github.com/unjs/undocs/blob/main/LICENSE) license.
|
|
32
37
|
|
|
33
38
|
Docus v3 has been entirely rewritten from scratch and is inspired and copied from [undocs](https://github.com/unjs/undocs) made by [@pi0](https://github.com/pi0) 💚
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
<!-- Badges -->
|
|
42
|
+
[npm-version-src]: https://img.shields.io/npm/v/docus/latest.svg?style=flat&colorA=020420&colorB=EEEEEE
|
|
43
|
+
[npm-version-href]: https://npmjs.com/package/docus
|
|
44
|
+
|
|
45
|
+
[npm-downloads-src]: https://img.shields.io/npm/dm/docus.svg?style=flat&colorA=020420&colorB=EEEEEE
|
|
46
|
+
[npm-downloads-href]: https://npm.chart.dev/docus
|
|
47
|
+
|
|
48
|
+
[license-src]: https://img.shields.io/npm/l/docus.svg?style=flat&colorA=020420&colorB=EEEEEE
|
|
49
|
+
[license-href]: https://npmjs.com/package/docus
|
|
50
|
+
|
|
51
|
+
[nuxt-src]: https://img.shields.io/badge/Nuxt-020420?logo=nuxt.js
|
|
52
|
+
[nuxt-href]: https://nuxt.com
|