notes/docs/configuration.md

26 lines
437 B
Markdown
Raw Normal View History

2018-11-16 16:47:46 +00:00
---
layout: default
title: Configuration
nav_order: 2
---
# Configuration
2018-11-16 19:37:00 +00:00
Just the Docs has some specific configuration parameters that can be definied in your Jekyll site's `_config.yml` file.
2018-11-16 16:47:46 +00:00
## Search enabled
```yml
# Enable or disable the site search
search_enabled: true
```
## Aux links
```yml
# Aux links for the upper right navigation
aux_links:
"Just the Docs on GitHub":
- "//github.com/pmarsceill/just-the-docs"
```