@meddleware/docs 0.0.1 → 0.0.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.
|
@@ -13,7 +13,7 @@ export default defineConfig({
|
|
|
13
13
|
lang: 'en-GB',
|
|
14
14
|
outDir,
|
|
15
15
|
cleanUrls: true,
|
|
16
|
-
lastUpdated:
|
|
16
|
+
lastUpdated: false,
|
|
17
17
|
// The per-service `api/` subtrees are generated at build time by scripts/gen-api.mjs (TypeDoc);
|
|
18
18
|
// their exact filenames depend on the TypeDoc version, so don't fail the build on links into them.
|
|
19
19
|
ignoreDeadLinks: [/\/api\//],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meddleware/docs",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"description": "Meddleware user documentation site (docs.meddleware.co.uk) — VitePress. Explains the DAO, Walrus Storage, Sealed Storage, and Access Gate: what each is, how to use it, and when.",
|
|
5
5
|
"author": "Meddleware <dev@meddleware.co.uk>",
|
|
6
6
|
"license": "0BSD",
|