You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"title": "Architecture", "path": "liberty/technical/architecture.md", "description": "Understand the architecture of Liberty Framework."},
16
+
{"title": "Docker Installation Guide", "path": "liberty/technical/installation.md", "description": "Set up Liberty Framework using Docker."},
17
+
{"title": "Installation Tools Deployment Guide", "path": "liberty/technical/tools-deployment.md", "description": "Learn about tools for deploying Liberty Framework."},
18
+
{"title": "Liberty Deployment Guide", "path": "liberty/technical/liberty-deployment.md", "description": "Guide to deploying Liberty Framework."},
19
+
{"title": "Create Linux Services", "path": "liberty/technical/linux-services.md", "description": "Create Linux services for Liberty Framework."},
20
+
{"title": "Enable SSL with Traefik", "path": "liberty/technical/post-ssl.md", "description": "Enable SSL using Traefik for enhanced security."},
21
+
]
22
+
},
23
+
{
24
+
"title": "Nomasx-1",
25
+
"description": "Guides and settings for Nomasx-1.",
26
+
"children": [
27
+
{
28
+
"title": "Administrator's Guide",
29
+
"description": "Administrator resources and tools.",
30
+
"children": [
31
+
{"title": "Global Settings", "path": "liberty/nomasx1/admin/global-settings.md", "description": "Manage global settings for Nomasx-1."},
32
+
]
33
+
}
34
+
]
35
+
}
36
+
]
37
+
38
+
defflatten_nav(nav, parent_title=""):
39
+
"""Flatten the navigation into a list of titles and paths."""
0 commit comments