mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-23 19:42:23 -06:00
* Remove `jekyll-default-layout` plugin * Move docs/navigation-structure to docs/navigation * Fix uses of line-nos in md files * Update CHANGELOG.md --------- Co-authored-by: Matt Wang <matt@matthewwang.me>
18 lines
433 B
Markdown
18 lines
433 B
Markdown
---
|
|
title: Auxiliary Links
|
|
parent: Navigation
|
|
nav_order: 2
|
|
---
|
|
|
|
# Auxiliary Links
|
|
|
|
You can add a list of auxiliary links to your site, shown at the top right on all pages. You do this by including the `aux_links` [configuration option]({% link docs/configuration.md %}#aux-links) in your site's `_config.yml` file.
|
|
|
|
#### Example
|
|
|
|
```yaml
|
|
aux_links:
|
|
Just the Docs on GitHub:
|
|
- https://github.com/just-the-docs/just-the-docs
|
|
```
|