File: menu.yml

package info (click to toggle)
php-league-config 1.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 508 kB
  • sloc: php: 482; ruby: 45; makefile: 18; javascript: 15; xml: 15
file content (33 lines) | stat: -rw-r--r-- 1,229 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
version:
    '1.1':
        Getting Started:
            'Overview': '/1.1/'
            'Installation': '/1.1/installation/'
            'Philosophy': '/1.1/philosophy/'
            'Changelog': '/1.1/changelog/'
        Usage:
            'Basic Usage': '/1.1/basic-usage/'
            'Schemas': '/1.1/schemas/'
            'Setting User-Provided Values': '/1.1/setting-values/'
            'Reading Validated Options': '/1.1/reading-values/'
        Advanced:
            'Mutability': '/1.1/mutability/'
            'Lazy Processing': '/1.1/lazy-processing/'
    '1.0':
        Getting Started:
            'Overview': '/1.0/'
            'Installation': '/1.0/installation/'
            'Philosophy': '/1.0/philosophy/'
            'Changelog': '/1.0/changelog/'
        Usage:
            'Basic Usage': '/1.0/basic-usage/'
            'Schemas': '/1.0/schemas/'
            'Setting User-Provided Values': '/1.0/setting-values/'
            'Reading Validated Options': '/1.0/reading-values/'
        Advanced:
            'Mutability': '/1.0/mutability/'
            'Lazy Processing': '/1.0/lazy-processing/'
upgrading:
    Upgrading Guide:
        Release Notes: '/releases/'
        From 1.0 to 1.1: '/1.1/upgrading'