diff --git a/.github/workflows/docs-build.yml b/.github/workflows/docs-build.yml index 2609349..1a7aa24 100644 --- a/.github/workflows/docs-build.yml +++ b/.github/workflows/docs-build.yml @@ -1,7 +1,6 @@ name: docs-build on: - push: release: types: [published] workflow_dispatch: @@ -11,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Build Docs - uses: dotkernel/documentation-theme/github-actions/docs@dev + uses: dotkernel/documentation-theme/github-actions/docs@main env: DEPLOY_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/mkdocs.yml b/mkdocs.yml index a7ac0a6..4e3b4dc 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -11,6 +11,7 @@ nav: - v5: - Overview: v5/overview.md - Installation: v5/installation.md + - Configuration: v5/configuration.md - Usage: v5/usage.md - Factories: v5/factories.md - Reference: @@ -19,6 +20,7 @@ nav: - v4: - Overview: v4/overview.md - Installation: v4/installation.md + - Configuration: v4/configuration.md - Usage: v4/usage.md - Factories: v4/factories.md - Cache: v4/cache.md