1
0
mirror of https://github.com/thangisme/notes.git synced 2024-06-13 12:00:45 +00:00
notes/docs/configuration.md
Patrick Marsceill 410085dd28
Content cleanup
2018-11-16 14:37:00 -05:00

26 lines
437 B
Markdown

---
layout: default
title: Configuration
nav_order: 2
---
# Configuration
Just the Docs has some specific configuration parameters that can be definied in your Jekyll site's `_config.yml` file.
## 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"
```