-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
51 lines (47 loc) · 1.2 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
site_name: DRESSCode
site_description: Data Reduction of Extended SWIFT Sources Code
site_url: https://spacetelescope.github.io/DRESSCode/
theme:
name: material
favicon: img/favicon.png
logo: img/icon.svg
icon:
repo: fontawesome/brands/github-alt
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue
accent: indigo
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: light blue
accent: yellow
toggle:
icon: material/lightbulb
name: Switch to light mode
nav:
- Home: "index.md"
- Install: "install.md"
- Acquire Data: download_data.md
- Usage: usage.md
- Notes to user: notes.md
- Contributing: developer_notes.md
repo_name: spacetelescope/DRESSCode
repo_url: https://github.com/spacetelescope/DRESSCode
markdown_extensions:
- toc:
permalink: true
- admonition
- attr_list
- extra
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.tabbed
extra:
social:
- icon: fontawesome/brands/github-alt
link: "https://github.com/spacetelescope/DRESSCode"