-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmyst.yml
More file actions
41 lines (38 loc) · 950 Bytes
/
myst.yml
File metadata and controls
41 lines (38 loc) · 950 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# See docs at: https://mystmd.org/guide/frontmatter
version: 1
project:
title: "Jupyter Community Committee"
# description:
# keywords: []
# authors: []
github: &repo-url "https://github.com/jupyter/community-committee"
plugins:
- type: "executable"
path: "plugin/listing.py"
exclude:
- "_*"
- "README.md"
toc:
- file: "index.md"
- file: "charter.md"
- file: "programming.md"
- file: "meeting-notes.md"
children:
- pattern: "meeting-notes/**/*.md"
hidden: true
error_rules:
- rule: "link-resolves"
keys:
- "https://docs.google.com/document/d/**"
- "https://github.com/**"
- "https://blog.jupyter.org/**"
severity: "warn"
site:
template: "book-theme"
actions:
- title: "View source"
url: *repo-url
options:
folders: true
style: "assets/styles/style.css"
logo_text: "Jupyter Community Building Committee"