-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
36 lines (25 loc) · 1.67 KB
/
_config.yml
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
title: SLUB - LOD API documentation
description: Documentation of the Linked Open Data REST API provided by SLUB
# baseurl: "/doc" # the subpath of your site, e.g. /blog
# url: "https://data.slub-dresden.de" # the base hostname & protocol for your site, e.g. http://example.com
permalink: pretty
exclude: ["node_modules/", "*.gemspec", "*.gem", "Gemfile", "Gemfile.lock", "package.json", "package-lock.json", "script/", "LICENSE.txt", "lib/", "bin/", "README.md", "Rakefile", "ruby"]
# Set a path/url to a logo that will be displayed instead of the title
logo: "/assets/images/slublogo.svg"
# theme
#theme: just-the-docs
remote_theme: pmarsceill/just-the-docs
color_scheme: "slub_light"
# Enable or disable the site search
search_enabled: true
# Set the search token separator for hyphenated-word search:
search_tokenizer_separator: /[\s/]+/
# Enable or disable heading anchors
heading_anchors: true
# Footer with imprint and Copyright
footer_content: "Copyright © 2019-2023 SLUB Dresden. <a href=\"https://www.slub-dresden.de/impressum/\">Legal Notice</a>, Privacy Policies: <a href=\"https://www.slub-dresden.de/en/privacy-policy/\">API usage</a>, <a href=\"https://docs.github.com/en/github/site-policy/github-privacy-statement\">Github Pages (webpage)</a><img class=\"efre\" src=\"/assets/images/EFRE_EU_quer_2015_rgb_engl.svg\" alt=\"EFRE EU Logo\">"
# Aux links for the upper right navigation
aux_links:
"LOD API documentation on GitHub":
- "//github.com/slub/data.slub-dresden.de"
exclude: ["ruby", "node_modules/", "*.gemspec", "*.gem", "Gemfile", "Gemfile.lock", "package.json", "package-lock.json", "script/", "LICENSE.txt", "lib/", "bin/", "README.md", "Rakefile"]