Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mkdocs.yml navigation and site description #61

Merged
merged 2 commits into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions docs/book/v4/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,3 @@ Stratigility has the following dependencies (which are managed by Composer):

You can provide your own request and response implementations if desired as
long as they implement the PSR-7 HTTP message interfaces.

## Previous versions

- [Version 1 documentation](../v1/install.md)
- [Version 2 documentation](../v2/install.md)
6 changes: 0 additions & 6 deletions docs/book/v4/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,3 @@

Stratigility started as a port of [Sencha Connect](https://github.com/senchalabs/connect)
to PHP. It allows you to build applications out of _middleware_.

## Previous versions

- [Version 1 documentation](../v1/install.md)
- [Version 2 documentation](../v2/install.md)
- [Version 3 documentation](../v3/install.md)
37 changes: 18 additions & 19 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
docs_dir: docs/book
site_dir: docs/html
extra:
project: Components
current_version: v4
versions:
- v4
- v3
- v2
- v1
project: Components
current_version: v4
versions:
- v4
- v3
- v2
- v1
nav:
- Home: index.md
- v4:
- Intro: v4/intro.md
- Reference:
- "Installation and Requirements": v4/install.md
- Usage: v4/usage.md
- Middleware: v4/middleware.md
- "Error Handlers": v4/error-handlers.md
- "Creating Middleware": v4/creating-middleware.md
- "Composing middleware": v4/executing-middleware.md
- "API Reference": v4/api.md
- Migration: v4/migration.md
- Introduction: v4/intro.md
- "Installation and Requirements": v4/install.md
- Usage: v4/usage.md
- Middleware: v4/middleware.md
- "Error Handlers": v4/error-handlers.md
- "Creating Middleware": v4/creating-middleware.md
- "Composing middleware": v4/executing-middleware.md
- "API Reference": v4/api.md
- Migration:
- "Migration from Version 3 to 4": v4/migration.md
- v3:
- Intro: v3/intro.md
- Reference:
Expand Down Expand Up @@ -50,10 +50,9 @@ nav:
- "Executing and composing middleware": v1/executing-middleware.md
- "API Reference": v1/api.md
site_name: laminas-stratigility
site_description: laminas-stratigility
site_description: "PSR-7 middleware foundation for building and dispatching middleware pipelines"
repo_url: 'https://github.com/laminas/laminas-stratigility'
plugins:
- search
- redirects:
redirect_maps:
install.md: v4/install.md
Expand Down