-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
67 lines (54 loc) · 1.39 KB
/
_config.yml
File metadata and controls
67 lines (54 loc) · 1.39 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
theme: just-the-docs
title: Plugin Development Docs for Unraid®
description: Community-maintained documentation for building plugins for Unraid®. Not affiliated with Lime Technology, Inc.
url: https://plugin-docs.mstrhakr.com
baseurl: ""
# Enable search
search_enabled: true
search.rel_url: true
search.button: true
# Heading anchor links
heading_anchors: true
# Back to top link
back_to_top: true
back_to_top_text: "Back to top"
# Footer content
footer_content: "Unraid® is a trademark of Lime Technology, Inc. Not affiliated."
# GitHub Edit Link
gh_edit_link: true
gh_edit_link_text: "Edit this page on GitHub"
gh_edit_repository: "https://github.com/mstrhakr/plugin-docs"
gh_edit_branch: "main"
gh_edit_source: docs
gh_edit_view_mode: "edit"
# Color scheme
color_scheme: dark
# Mermaid diagrams
mermaid:
version: "10.6.0"
# Logo
logo: "/assets/images/logo.svg"
# Aux links (top right)
aux_links:
"View on GitHub":
- "https://github.com/mstrhakr/plugin-docs"
"Unraid Forums":
- "https://forums.unraid.net/"
"Analytics":
- "https://stats.plugin-docs.mstrhakr.com"
aux_links_new_tab: true
# Navigation
nav_sort: case_insensitive
# Plugins
plugins:
- jekyll-seo-tag
- jekyll-sitemap
# Exclude from processing
exclude:
- README.md
- CONTRIBUTING.md
- node_modules/
- vendor/
- .git/
- Gemfile
- Gemfile.lock