antoraVersion: "1.0.0"
site:
  url: http://localhost:5252
  title: Brand Docs
  homeUrl: &home_url /xyz/5.2/index.html
  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: &component_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
          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
page:
  url: *home_url
  home: true
  title: Brand’s Hardware & Software Requirements
  component: *component
  componentVersion: *component_version
  version: "5.2"
  displayVersion: "5.2"
  module: ROOT
  relativeSrcPath: index.adoc
  editUrl: http://example.com/project-xyz/blob/main/index.adoc
  origin:
    private: false
  previous:
    content: Quickstart
    url: "#"
    urlType: "internal"
  next:
    content: Liber Recusabo
    url: "#"
    urlType: "internal"
  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
      items:
        - content: Quickstart
          url: "#"
          urlType: fragment
          items:
            - content: Brand’s Hardware & Software Requirements
              url: "#"
              urlType: internal
            - content: Cu Solet
              url: "#"
              urlType: internal
            - content: English + 中文
              url: "#"
              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
              url: "#"
              urlType: internal