Sha256: 4e0fec246357cf0155a218f86a3f902ae820871cac942d4480cb57c23a5ce6f7
Contents?: true
Size: 991 Bytes
Versions: 4
Compression:
Stored size: 991 Bytes
Contents
### Navigation This is the navigation for the site. It is a list of links to other pages on the site. It is used in the default layout. ### Options | Option | Description | Type | Default | | ------ | ----------- | ---- | ------- | | `navigation` | Navigation object | Object | `null` | | `navigation.title` | Navigation title | String | `null` | | `navigation.url` | Navigation links | Object | `null` | | `navigation.items` | Navigation items | Object | `null` | #### items options | Option | Description | Type | Default | | ------ | ----------- | ---- | ------- | | `items.title` | Navigation item title | String | `null` | | `items.url` | Navigation item url | String | `null` | | `items.items` | Navigation item items | Object | `null` | ### Example with options in _data/navigation.yml add: ```yml - do something here ``` in the md file in the front matter add: ```yml --- layout: default --- {/% include navigation/main.html %} ```
Version data entries
4 entries across 4 versions & 1 rubygems