@docmd/core 0.4.0 → 0.4.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 CHANGED
@@ -1,10 +1,10 @@
1
1
  <div align="center">
2
2
 
3
3
  <!-- PROJECT TITLE -->
4
- <h1>
5
- <img src="https://github.com/docmd-io/docmd/blob/main/src/assets/images/docmd-logo-dark.png?raw=true" alt="docmd logo" width="200" />
4
+ <h3>
5
+ <img src="https://github.com/docmd-io/docmd/blob/main/packages/ui/assets/images/docmd-logo-dark.png?raw=true" alt="docmd logo" width="210" />
6
6
  <!-- docmd -->
7
- </h1>
7
+ </h3>
8
8
 
9
9
  <!-- ONE LINE SUMMARY -->
10
10
  <p>
package/package.json CHANGED
@@ -1,23 +1,56 @@
1
1
  {
2
2
  "name": "@docmd/core",
3
- "version": "0.4.0",
3
+ "version": "0.4.2",
4
4
  "description": "The minimalist, zero-config documentation generator.",
5
5
  "bin": {
6
- "docmd": "./bin/docmd.js"
6
+ "docmd": "bin/docmd.js"
7
7
  },
8
8
  "dependencies": {
9
+ "@docmd/parser": "^0.4.2",
10
+ "@docmd/ui": "^0.4.2",
11
+ "@docmd/themes": "^0.4.2",
12
+ "@docmd/live": "^0.4.2",
13
+ "@docmd/plugin-search": "^0.4.2",
14
+ "@docmd/plugin-seo": "^0.4.2",
15
+ "@docmd/plugin-sitemap": "^0.4.2",
16
+ "@docmd/plugin-analytics": "^0.4.2",
17
+ "@docmd/plugin-mermaid": "^0.4.2",
9
18
  "chalk": "^4.1.2",
10
19
  "chokidar": "^3.5.3",
11
20
  "commander": "^11.0.0",
12
- "ws": "^8.13.0",
13
- "@docmd/themes": "0.4.0",
14
- "@docmd/ui": "0.4.0",
15
- "@docmd/parser": "0.4.0",
16
- "@docmd/live": "0.4.0",
17
- "@docmd/plugin-seo": "0.4.0",
18
- "@docmd/plugin-sitemap": "0.4.0",
19
- "@docmd/plugin-search": "0.4.0",
20
- "@docmd/plugin-analytics": "0.4.0"
21
+ "ws": "^8.13.0"
21
22
  },
23
+ "keywords": [
24
+ "docmd",
25
+ "markdown",
26
+ "minimalist",
27
+ "zero-config",
28
+ "site-generator",
29
+ "static-site-generator",
30
+ "documentation",
31
+ "typescript",
32
+ "javascript",
33
+ "nodejs",
34
+ "browser",
35
+ "website",
36
+ "generator",
37
+ "hosted",
38
+ "cli",
39
+ "ssg",
40
+ "docs"
41
+ ],
42
+ "author": {
43
+ "name": "Ghazi",
44
+ "url": "https://mgks.dev"
45
+ },
46
+ "repository": {
47
+ "type": "git",
48
+ "url": "git+https://github.com/docmd-io/docmd.git"
49
+ },
50
+ "bugs": {
51
+ "url": "https://github.com/docmd-io/docmd/issues"
52
+ },
53
+ "homepage": "https://docmd.io",
54
+ "funding": "https://github.com/sponsors/mgks",
22
55
  "license": "MIT"
23
56
  }
@@ -132,6 +132,7 @@ This is a simple tab content.
132
132
  ::: callout info
133
133
  You can even nest other components inside tabs!
134
134
  :::
135
+
135
136
  :::
136
137
 
137
138
  ## 📚 Next Steps