@docmd/themes 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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -18,7 +18,7 @@ module.exports = {
18
18
  }
19
19
  ```
20
20
 
21
- ## The docmd Ecosystem
21
+ ## The `docmd` Ecosystem
22
22
 
23
23
  `docmd` is a modular system. Here are the official packages:
24
24
 
@@ -33,6 +33,7 @@ module.exports = {
33
33
 
34
34
  **Plugins**
35
35
  * [**@docmd/plugin-search**](https://www.npmjs.com/package/@docmd/plugin-search) - Offline full-text search.
36
+ * [**@docmd/plugin-pwa**](https://www.npmjs.com/package/@docmd/plugin-pwa) - Progressive Web App support.
36
37
  * [**@docmd/plugin-mermaid**](https://www.npmjs.com/package/@docmd/plugin-mermaid) - Diagrams and flowcharts.
37
38
  * [**@docmd/plugin-seo**](https://www.npmjs.com/package/@docmd/plugin-seo) - Meta tags and Open Graph data.
38
39
  * [**@docmd/plugin-sitemap**](https://www.npmjs.com/package/@docmd/plugin-sitemap) - Automatic sitemap generation.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@docmd/themes",
3
- "version": "0.5.0",
4
- "description": "Official themes for docmd",
3
+ "version": "0.5.2",
4
+ "description": "Official themes for docmd.",
5
5
  "main": "index.js",
6
6
  "files": [
7
7
  "src",