barodoc 10.0.7 → 10.0.8
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/dist/{chunk-ECBEFAJA.js → chunk-FJGGWEQ6.js} +4 -0
- package/dist/cli.js +2 -2
- package/dist/index.js +1 -1
- package/package.json +12 -12
|
@@ -176,6 +176,10 @@ var contentSchema = `z.object({
|
|
|
176
176
|
api_reference: z.boolean().optional(),
|
|
177
177
|
difficulty: z.enum(["beginner", "intermediate", "advanced"]).optional(),
|
|
178
178
|
lastUpdated: z.date().optional(),
|
|
179
|
+
since: z.string().optional(),
|
|
180
|
+
deprecated: z.union([z.boolean(), z.string()]).optional(),
|
|
181
|
+
experimental: z.boolean().optional(),
|
|
182
|
+
changelogUrl: z.string().optional(),
|
|
179
183
|
})`;
|
|
180
184
|
function generateContentConfig(config) {
|
|
181
185
|
const collections = [
|
package/dist/cli.js
CHANGED
|
@@ -6,14 +6,14 @@ import {
|
|
|
6
6
|
generateAstroConfigFile,
|
|
7
7
|
isCustomProject,
|
|
8
8
|
loadProjectConfig
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-FJGGWEQ6.js";
|
|
10
10
|
|
|
11
11
|
// src/cli.ts
|
|
12
12
|
import cac from "cac";
|
|
13
13
|
import pc10 from "picocolors";
|
|
14
14
|
|
|
15
15
|
// package.json
|
|
16
|
-
var version = "10.0.
|
|
16
|
+
var version = "10.0.8";
|
|
17
17
|
|
|
18
18
|
// src/commands/serve.ts
|
|
19
19
|
import path from "path";
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "barodoc",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.8",
|
|
4
4
|
"description": "Documentation framework powered by Astro",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -35,17 +35,17 @@
|
|
|
35
35
|
"tailwindcss": "^4.0.0",
|
|
36
36
|
"zod": "^3.24.0",
|
|
37
37
|
"zod-to-json-schema": "^3.25.1",
|
|
38
|
-
"@barodoc/core": "10.0.
|
|
39
|
-
"@barodoc/plugin-analytics": "10.0.
|
|
40
|
-
"@barodoc/plugin-docsearch": "10.0.
|
|
41
|
-
"@barodoc/plugin-llms-txt": "10.0.
|
|
42
|
-
"@barodoc/plugin-og-image": "9.0.
|
|
43
|
-
"@barodoc/plugin-openapi": "10.0.
|
|
44
|
-
"@barodoc/plugin-pwa": "10.0.
|
|
45
|
-
"@barodoc/plugin-rss": "10.0.
|
|
46
|
-
"@barodoc/plugin-search": "10.0.
|
|
47
|
-
"@barodoc/plugin-sitemap": "10.0.
|
|
48
|
-
"@barodoc/theme-docs": "10.0.
|
|
38
|
+
"@barodoc/core": "10.0.8",
|
|
39
|
+
"@barodoc/plugin-analytics": "10.0.8",
|
|
40
|
+
"@barodoc/plugin-docsearch": "10.0.2",
|
|
41
|
+
"@barodoc/plugin-llms-txt": "10.0.8",
|
|
42
|
+
"@barodoc/plugin-og-image": "9.0.2",
|
|
43
|
+
"@barodoc/plugin-openapi": "10.0.3",
|
|
44
|
+
"@barodoc/plugin-pwa": "10.0.2",
|
|
45
|
+
"@barodoc/plugin-rss": "10.0.2",
|
|
46
|
+
"@barodoc/plugin-search": "10.0.8",
|
|
47
|
+
"@barodoc/plugin-sitemap": "10.0.8",
|
|
48
|
+
"@barodoc/theme-docs": "10.0.8"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@types/fs-extra": "^11.0.4",
|