@mgks/docmd 0.5.0 → 0.5.2
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 +2 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is a legacy wrapper. It currently forwards all commands to the new
|
|
|
21
21
|
|
|
22
22
|
Please update your scripts to use `@docmd/core`.
|
|
23
23
|
|
|
24
|
-
## The docmd Ecosystem
|
|
24
|
+
## The `docmd` Ecosystem
|
|
25
25
|
|
|
26
26
|
`docmd` is a modular system. Here are the official packages:
|
|
27
27
|
|
|
@@ -36,6 +36,7 @@ Please update your scripts to use `@docmd/core`.
|
|
|
36
36
|
|
|
37
37
|
**Plugins**
|
|
38
38
|
* [**@docmd/plugin-search**](https://www.npmjs.com/package/@docmd/plugin-search) - Offline full-text search.
|
|
39
|
+
* [**@docmd/plugin-pwa**](https://www.npmjs.com/package/@docmd/plugin-pwa) - Progressive Web App support.
|
|
39
40
|
* [**@docmd/plugin-mermaid**](https://www.npmjs.com/package/@docmd/plugin-mermaid) - Diagrams and flowcharts.
|
|
40
41
|
* [**@docmd/plugin-seo**](https://www.npmjs.com/package/@docmd/plugin-seo) - Meta tags and Open Graph data.
|
|
41
42
|
* [**@docmd/plugin-sitemap**](https://www.npmjs.com/package/@docmd/plugin-sitemap) - Automatic sitemap generation.
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mgks/docmd",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"description": "Legacy wrapper for docmd. Please use @docmd/core.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"docmd": "bin/docmd.js"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@docmd/core": "^0.5.
|
|
9
|
+
"@docmd/core": "^0.5.2"
|
|
10
10
|
},
|
|
11
11
|
"keywords": [
|
|
12
12
|
"docmd",
|