diplodoc-platform / cli

Lets make documentation on YFM
MIT License
95 stars 35 forks source link

feat: support __navigation var to set navigation section #773

Closed yndx-birman closed 1 month ago

yndx-birman commented 1 month ago

Supported __navigation variable, which can be set in presets (presets.yaml file) to set navigation for documentation

Example of presets.yaml:

logo: &logo
  text: 'Example'

external:
  __navigation:
    logo: *logo
    header:
      rightItems:
        - type: 'link'
          text: 'Lorem ipsum 1'
          url: 'https://example.com'
        - type: controls

internal:
  __navigation:
    logo: *logo
    header:
      rightItems:
        - type: 'link'
          text: 'Lorem ipsum 2'
          url: 'https://example.com'
        - type: controls