Skip to content

Commit

Permalink
Merge pull request #52 from froschdesign/hotfix/docs/missing-installa…
Browse files Browse the repository at this point in the history
…tion-page

Adds missing installation page
  • Loading branch information
Ocramius authored Jan 13, 2024
2 parents e115c7b + 554bad4 commit 8e5d856
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: docs-build
on:
release:
types: [published]
repository_dispatch:
types: docs-build
workflow_dispatch:

jobs:
build-deploy:
Expand All @@ -13,5 +12,5 @@ jobs:
- name: Build Docs
uses: laminas/documentation-theme/github-actions/docs@master
env:
"DOCS_DEPLOY_KEY": ${{ secrets.DOCS_DEPLOY_KEY }}
"GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }}
DEPLOY_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9 changes: 0 additions & 9 deletions docs/book/index.html

This file was deleted.

5 changes: 5 additions & 0 deletions docs/book/installation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# This Is Only a Placeholder

The content of this page can be found under:

https://github.com/laminas/documentation-theme/blob/master/theme/pages/installation.html
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ site_dir: docs/html
nav:
- Home: index.md
- Introduction: intro.md
- Installation: installation.md
- Usage:
- "Session Containers": session.md
- "Session Persistence": persistence.md
Expand All @@ -12,3 +13,5 @@ site_description: 'Sessions and session middleware for PSR-7 applications.'
repo_url: 'https://github.com/mezzio/mezzio-session'
extra:
project: Mezzio
installation:
config_provider_class: 'Mezzio\Session\ConfigProvider'

0 comments on commit 8e5d856

Please sign in to comment.