File: mkdocs.yml

package info (click to toggle)
php-zend-stdlib 3.20.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 856 kB
  • sloc: php: 5,573; xml: 424; makefile: 14
file content (20 lines) | stat: -rw-r--r-- 482 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
docs_dir: docs/book
site_dir: docs/html
nav:
    - Home: index.md
    - v3:
      - "Console Helper": v3/console-helper.md
      - Migration: v3/migration.md
site_name: laminas-stdlib
site_description: Laminas\Stdlib
repo_url: 'https://github.com/laminas/laminas-stdlib'
extra:
    project: Components
    current_version: v3
    versions:
      - v3
plugins:
  - redirects:
      redirect_maps:
        migration.md: v3/migration.md
        console-helper.md: v3/console-helper.md