-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
65 lines (63 loc) · 2.61 KB
/
Copy pathmkdocs.yml
File metadata and controls
65 lines (63 loc) · 2.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
site_name: Liferay Docker Manager
site_url: https://peterrichards-lr.github.io/liferay-docker-manager/
site_description: "The ultimate CLI tool and Docker Compose orchestrator for running, managing, and developing Liferay DXP and Liferay Portal containers in Docker."
site_author: Peter Richards
theme:
name: material
favicon: assets/favicon.png
plugins:
- search
nav:
- Home: README.md
- Tutorials:
- Quick Start: tutorials/quick_start.md
- PaaS Local Dev: tutorials/paas_local_dev.md
- Liferay Workspace Local Dev: tutorials/workspace_development.md
- How-To:
- Install macOS: how-to/install_macos.md
- Install Windows: how-to/install_windows.md
- Install Linux: how-to/install_linux.md
- Fresh Vanilla Start: how-to/vanilla_start.md
- Nightly & Master Builds: how-to/nightly_master_builds.md
- Workspace Import: how-to/workspace_import.md
- Version Upgrades: how-to/version_upgrades.md
- Data Management: how-to/data_management.md
- Sharing & Tunnels: how-to/sharing_tunnels.md
- Custom Containers: how-to/custom_containers.md
- Multi-Compose Architecture: how-to/multi_compose.md
- Runtime Overrides: how-to/runtime_overrides.md
- End-to-End Testing: how-to/e2e_testing.md
- AI MCP Guide: how-to/ai_mcp_guide.md
- Multi-Node Orchestration: how-to/multi_node_orchestration.md
- Development: how-to/development.md
- Reference:
- Configuration: reference/configuration.md
- CLI Reference:
- Core: reference/cli/core.md
- Data: reference/cli/data.md
- System: reference/cli/system.md
- Compatibility: reference/compatibility.md
- Security: reference/security.md
- Third-Party Tools: reference/third_party_tools.md
- Networking: reference/networking.md
- Advanced CLI: reference/advanced_cli.md
- Logging Strategy: reference/logging-strategy.md
- Explanation:
- Architecture: explanation/architecture.md
- Remote Node Architecture: explanation/remote-node-architecture.md
- Properties: explanation/properties.md
- Conventions: explanation/conventions.md
- FAQ: explanation/faq.md
- Project Info:
- Playbook: PLAYBOOK.md
- Roadmap: ROADMAP.md
- Testing: TESTING.md
- Troubleshooting: TROUBLESHOOTING.md
- Roadmap Plans:
- Clustered HA: roadmap/plans/clustered_ha_profile.md
- External DB: roadmap/plans/external_database_integration.md
- Keycloak SSO: roadmap/plans/keycloak_sso_profile.md
- Profile Loader: roadmap/plans/profile_loader_logic.md
- Showcase:
- Intro: showcase/README.md
- OSGi State Persistence: showcase/OSGI_STATE_PERSISTENCE.md