summaryrefslogtreecommitdiffstats
path: root/preview-site-src/ui-model.yml
blob: 1aca0f2aadaadba751c9ea5fa1b4766b052f4250 (plain)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
antoraVersion: '1.0.0'
site:
  url: http://localhost:5252
  title: Brand Docs
  components:
  - name: abc
    title: Project ABC
    url: '#'
    versions:
    - &latest_version_abc
      url: '#' 
      version: '1.1'
      displayVersion: '1.1'
    - url: '#' 
      version: '1.0'
      displayVersion: '1.0'
    latestVersion: *latest_version_abc
  - &component
    name: xyz
    title: Project XYZ
    url: /xyz/6.0/index.html
    versions:
    - &latest_version_xyz
      url: /xyz/6.0/index.html
      version: '6.0'
      displayVersion: '6.0'
    - &component_version
      url: '#' 
      version: '5.2'
      displayVersion: '5.2'
    - url: '#' 
      version: '5.1'
      displayVersion: '5.1'
    - url: '#' 
      version: '5.0'
      displayVersion: '5.0'
    latestVersion: *latest_version_xyz
  - name: 123
    title: Project 123
    url: '#'
    versions:
    - &latest_version_123
      url: '#' 
      version: '2.2'
      displayVersion: '2.2'
    - url: '#' 
      version: '2.1'
      displayVersion: '2.1'
    - url: '#' 
      version: '2.0'
      displayVersion: '2.0'
    latestVersion: *latest_version_123
page:
  title: Brand’s Hardware & Software Requirements
  url: /xyz/5.2/index.html
  component: *component
  componentVersion: *component_version
  version: '5.2'
  displayVersion: '5.2'
  module: ROOT
  home: false
  editUrl: http://example.com/project-xyz/blob/master/index.adoc
  breadcrumbs:
  - content: Quickstart
    url: '#'
    urlType: fragment
  - content: Brand’s Hardware & Software Requirements
    url: /xyz/5.2/index.html
    urlType: internal
  versions:
  - version: '6.0'
    displayVersion: '6.0'
    url: '#'
  - version: '5.2'
    displayVersion: '5.2'
    url: '#'
  - version: '5.1'
    displayVersion: '5.1'
    url: '#'
  - version: '5.0'
    displayVersion: '5.0'
    missing: true
    url: '#'
  navigation:
  - root: true
    content: Project XYZ
    url: '#'
    urlType: fragment
    items:
    - content: Quickstart
      url: '#'
      urlType: fragment
      items:
      - content: Brand’s Hardware & Software Requirements
        url: /xyz/5.2/index.html
        urlType: internal
      - title: IDE Integration
        url: '#'
        urlType: fragment
    - content: Liber Recusabo
      url: '#liber-recusabo'
      urlType: fragment
    - content: Reference
      items:
      - content: Keyboard Shortcuts
        url: '#'
        urlType: fragment
      - content: Importing and Exporting
        url: '#'
        urlType: fragment