@nodefony/documentation 10.0.0-alpha.1 → 10.0.0-alpha.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 -2
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ le **contenu résolu** des pages.
|
|
|
10
10
|
|
|
11
11
|
## Ce qu'il indexe
|
|
12
12
|
|
|
13
|
-
Conformément à [ADR-0001](https://github.com/nodefony/nodefony-core/blob/
|
|
13
|
+
Conformément à [ADR-0001](https://github.com/nodefony/nodefony-core/blob/main/docs/adr/0001-docs-modules-emplacement-hybride.md) (emplacement
|
|
14
14
|
hybride), la doc vit à deux endroits, et les deux sont scannés :
|
|
15
15
|
|
|
16
16
|
1. **`docs/` racine** — la doc transverse, qui n'appartient à aucun module (guides, ADR, audits, releases).
|
|
@@ -91,7 +91,7 @@ Contenu d'une page : markdown sans frontmatter, variables `{{ }}` résolues, lie
|
|
|
91
91
|
"status": "stable",
|
|
92
92
|
"updated": "2026-05-31",
|
|
93
93
|
"source": "src/packages/@nodefony/http/docs/index.md",
|
|
94
|
-
"sourceUrl": "https://github.com/nodefony/nodefony-core/edit/
|
|
94
|
+
"sourceUrl": "https://github.com/nodefony/nodefony-core/edit/main/…",
|
|
95
95
|
"markdown": "# …",
|
|
96
96
|
}
|
|
97
97
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nodefony/documentation",
|
|
3
|
-
"version": "10.0.0-alpha.
|
|
3
|
+
"version": "10.0.0-alpha.2",
|
|
4
4
|
"description": "Plan de données de documentation de Nodefony : index des pages co-localisées dans chaque module, résolution des variables dynamiques, exposition en lecture pour la console d'administration",
|
|
5
5
|
"contributors": [],
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -36,18 +36,18 @@
|
|
|
36
36
|
"esm"
|
|
37
37
|
],
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@nodefony/framework": "
|
|
40
|
-
"@nodefony/http": "
|
|
39
|
+
"@nodefony/framework": "^10.0.0-alpha.2",
|
|
40
|
+
"@nodefony/http": "^10.0.0-alpha.2",
|
|
41
41
|
"@types/node": "26.4.1",
|
|
42
42
|
"@vitest/coverage-v8": "5.0.0",
|
|
43
|
-
"nodefony": "
|
|
43
|
+
"nodefony": "^10.0.0-alpha.2",
|
|
44
44
|
"rimraf": "6.1.3",
|
|
45
45
|
"vitest": "5.0.0"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"@nodefony/framework": "
|
|
49
|
-
"@nodefony/http": "
|
|
50
|
-
"nodefony": "
|
|
48
|
+
"@nodefony/framework": "^10.0.0-alpha.2",
|
|
49
|
+
"@nodefony/http": "^10.0.0-alpha.2",
|
|
50
|
+
"nodefony": "^10.0.0-alpha.2",
|
|
51
51
|
"zod": "^4.4.3"
|
|
52
52
|
},
|
|
53
53
|
"repository": {
|