-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
26 lines (22 loc) · 766 Bytes
/
_config.yml
File metadata and controls
26 lines (22 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
title: Hyperbee Json
description: Documentation for Hyperbee Json.
remote_theme: pmarsceill/just-the-docs
baseurl: "/hyperbee.json/"
url: "https://stillpoint-software.github.io"
aux_links:
"GitHub Repository":
- "//github.com/Stillpoint-Software/hyperbee.json"
footer_content: |
<div>
<span>© <span id="copyright-year"></span> <a href='https://www.stillpointsoftware.net/'>Stillpoint Software</a>.</span>
<script>
document.getElementById("copyright-year").textContent = new Date().getFullYear();
</script>
</div>
# logo: "/assets/icon.png"
search_enabled: true # Enable search
# External navigation links
nav_external_links:
- title: Stillpoint Software
url: https://www.stillpointsoftware.net/
opens_in_new_tab: true