ui-model.yml 3.15 KB
Newer Older
hyeryung's avatar
hyeryung committed
1
antoraVersion: "1.0.0"
hyeryung's avatar
hyeryung committed
2 3 4 5 6
site:
  url: http://localhost:5252
  title: Brand Docs
  homeUrl: &home_url /xyz/5.2/index.html
  components:
hyeryung's avatar
hyeryung committed
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
    - 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: &component_title Project XYZ
hyeryung's avatar
hyeryung committed
22
      url: /xyz/6.0/index.html
hyeryung's avatar
hyeryung committed
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
      versions:
        - &latest_version_xyz
          url: /xyz/6.0/index.html
          version: "6.0"
          displayVersion: "6.0"
        - &component_version
          title: *component_title
          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
hyeryung's avatar
hyeryung committed
55 56 57 58 59 60
page:
  url: *home_url
  home: true
  title: Brand’s Hardware & Software Requirements
  component: *component
  componentVersion: *component_version
hyeryung's avatar
hyeryung committed
61 62
  version: "5.2"
  displayVersion: "5.2"
hyeryung's avatar
hyeryung committed
63 64 65 66 67 68 69
  module: ROOT
  relativeSrcPath: index.adoc
  editUrl: http://example.com/project-xyz/blob/main/index.adoc
  origin:
    private: false
  previous:
    content: Quickstart
hyeryung's avatar
hyeryung committed
70 71
    url: "#"
    urlType: "internal"
hyeryung's avatar
hyeryung committed
72 73
  next:
    content: Liber Recusabo
hyeryung's avatar
hyeryung committed
74 75
    url: "#"
    urlType: "internal"
hyeryung's avatar
hyeryung committed
76 77
  breadcrumbs:
    - content: Quickstart
hyeryung's avatar
hyeryung committed
78
      url: "#"
hyeryung's avatar
hyeryung committed
79
      urlType: fragment
hyeryung's avatar
hyeryung committed
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
    - 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
hyeryung's avatar
hyeryung committed
99
      items:
hyeryung's avatar
hyeryung committed
100 101 102 103 104
        - content: Quickstart
          url: "#"
          urlType: fragment
          items:
            - content: Brand’s Hardware & Software Requirements
105
              url: "#"
hyeryung's avatar
hyeryung committed
106 107
              urlType: internal
            - content: Cu Solet
108
              url: "#"
hyeryung's avatar
hyeryung committed
109 110
              urlType: internal
            - content: English + 中文
111
              url: "#"
hyeryung's avatar
hyeryung committed
112 113 114 115 116 117 118 119 120 121 122 123 124
              urlType: internal
        - content: Liber Recusabo
          url: "#liber-recusabo"
          urlType: fragment
        - content: Reference
          items:
            - content: Keyboard Shortcuts
              url: "#"
              urlType: fragment
            - content: Importing and Exporting
              url: "#"
              urlType: fragment
            - content: Some Code
125
              url: "#"
hyeryung's avatar
hyeryung committed
126
              urlType: internal