Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -23,8 +23,8 @@ stages: pages: stage: deploy script: - pip install zensical - zensical build - pip install -r docs/requirements.txt - python -m mkdocs build artifacts: paths: - public Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ Examples: python3 -m venv .venv source .venv/bin/activate pip install -r docs/requirements.txt zensical serve mkdocs serve ``` ## License Loading mkdocs.yml +2 −13 Original line number Diff line number Diff line Loading @@ -42,19 +42,8 @@ theme: nav: - Home: index.md - Getting Started: - Overview: getting-started/overview.md - Prerequisites: getting-started/prerequisites.md - Installation: getting-started/installation.md - First Steps: getting-started/first-steps.md - OOP Deployment: - Single OOP: deployment-guides/single-oop.md - Dual OOP: deployment-guides/dual-oop.md - Existing Cluster: deployment-guides/existing-cluster.md - Manual Tools: deployment-guides/manual-tools.md - Production Ready: deployment-guides/production-ready.md - Getting Started: getting-started.md - Deployment Guide: deployment.md markdown_extensions: - pymdownx.superfences: Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -23,8 +23,8 @@ stages: pages: stage: deploy script: - pip install zensical - zensical build - pip install -r docs/requirements.txt - python -m mkdocs build artifacts: paths: - public Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ Examples: python3 -m venv .venv source .venv/bin/activate pip install -r docs/requirements.txt zensical serve mkdocs serve ``` ## License Loading
mkdocs.yml +2 −13 Original line number Diff line number Diff line Loading @@ -42,19 +42,8 @@ theme: nav: - Home: index.md - Getting Started: - Overview: getting-started/overview.md - Prerequisites: getting-started/prerequisites.md - Installation: getting-started/installation.md - First Steps: getting-started/first-steps.md - OOP Deployment: - Single OOP: deployment-guides/single-oop.md - Dual OOP: deployment-guides/dual-oop.md - Existing Cluster: deployment-guides/existing-cluster.md - Manual Tools: deployment-guides/manual-tools.md - Production Ready: deployment-guides/production-ready.md - Getting Started: getting-started.md - Deployment Guide: deployment.md markdown_extensions: - pymdownx.superfences: Loading