forked from linked-art/linked.art
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
63 lines (56 loc) · 1.49 KB
/
mkdocs.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
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
site_name: Linked Art
site_url: "https://linked.art/"
site_dir: ".site"
repo_url: "https://github.com/linked-art/linked.art"
site_author: "Rob Sanderson"
site_description: "Linked Open Usable Data for Cultural Heritage"
theme:
name: null
custom_dir: "theme/"
nav:
- Home: 'index.md'
- Model: 'model/index.md'
- API: 'api/1.0/index.md'
- About: 'about/index.md'
- Community: 'community/index.md'
- Recipes: 'cookbook/index.md'
- Software: 'software/index.md'
validation:
absolute_links: ignore
unrecognized_links: ignore
anchors: ignore
markdown_extensions:
- fenced_code
- def_list
- tables
- abbr
- attr_list
- admonition
- toc:
title: "Table of Contents"
- pymdownx.tasklist
- pymdownx.mark
- pymdownx.blocks.admonition
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid
# Custom vars to our template
extra:
project:
install: "https://github.com/linked-art/linked.art"
build: production
ga_tracking_code: XX-XXXXXXXX-X
plugins:
- search
- mermaid2:
javascript: "https://linked.art/media/vendor/mermaid.min.js"
#version: '10.6.1'
arguments:
theme: 'neutral'
logLevel: 1
flowchart:
curve: 'basis'
securityLevel: 'loose'
- linkedart