-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path_config.yml
More file actions
45 lines (35 loc) · 1.04 KB
/
_config.yml
File metadata and controls
45 lines (35 loc) · 1.04 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
title: OS2display Documentation
description: Documentation for using, hosting and developing the OS2display project
theme: just-the-docs
logo: "/assets/site/os2display_Logo.svg"
favicon_ico: "/assets/site/favicon.ico"
color_scheme: os2display
plugins:
- jekyll-redirect-from
defaults:
- scope:
path: "" # an empty string here means all files in the project
type: "pages"
values:
layout: "default"
nav_exclude: false
aux_links:
"OS2Display på os2.eu":
- "//www.os2.eu/os2display"
nav_external_links:
- title: OS2Display på GitHub
url: //github.com/os2display/display-api-service
hide_icon: false # set to true to hide the external link icon - defaults to false
opens_in_new_tab: true # set to true to open this link in a new tab - defaults to false
mermaid:
# Version of mermaid library
# Pick an available version from https://cdn.jsdelivr.net/npm/mermaid/
version: "9.1.3"
collections:
news:
output: true
just_the_docs:
collections:
news:
name: Nyheder
search_exclude: false