Commit b1dfa92b authored by Sergio Gimenez's avatar Sergio Gimenez
Browse files

Fix docs site build configuration

parent 37f3ee3d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ Examples:
python3 -m venv .venv
source .venv/bin/activate
pip install -r docs/requirements.txt
zensical serve
mkdocs serve
```

## License
+2 −13
Original line number Diff line number Diff line
@@ -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: