living-documentation 8.2.0 → 8.4.0

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.
@@ -30,7 +30,7 @@
30
30
  "nav.word_cloud": "☁ Word Cloud",
31
31
  "nav.diagram": "◇ Diagram",
32
32
  "nav.ai_context": "AI Context",
33
- "nav.files": "📁 Metadata Files",
33
+ "nav.files": "📁 Attached files",
34
34
  "nav.admin": "⚙ Admin",
35
35
 
36
36
  "files.title": "📁 Attached files",
@@ -30,7 +30,7 @@
30
30
  "nav.word_cloud": "☁ Nuage de mots",
31
31
  "nav.diagram": "◇ Diagramme",
32
32
  "nav.ai_context": "Contexte IA",
33
- "nav.files": "📁 Fichiers Métadonnées",
33
+ "nav.files": "📁 Fichiers joints",
34
34
  "nav.admin": "⚙ Admin",
35
35
 
36
36
  "files.title": "📁 Fichiers joints",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "living-documentation",
3
- "version": "8.2.0",
3
+ "version": "8.4.0",
4
4
  "description": "A CLI tool that serves a local Markdown documentation viewer",
5
5
  "main": "dist/src/server.js",
6
6
  "bin": {