-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
87 lines (79 loc) · 2.12 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
site_name: No Clocks CDN
site_description: No Clocks Content Delivery Network (CDN)
site_author: No Clocks, LLC
site_url: https://docs.noclocks.dev/cdn
repo_url: https://github.com/noclocks/cdn
repo_name: noclocks/cdn
edit_uri: edit/main/docs/
docs_dir: docs
site_dir: site
theme:
name: material
logo: assets/img/logo.png
favicon: assets/img/logo.png
features:
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.tracking
- navigation.path
- navigation.prune
- navigation.indexes
- navigation.sections
- navigation.footer
- toc.follow
- toc.integrate
- search.suggest
- search.highlight
- search.share
- content.action.edit
icon:
repo: fontawesome/brands/git-alt
palette:
# Palette toggle for dark mode
- scheme: slate
primary: black
accent: cyan
toggle:
icon: material/weather-sunny
name: Switch to Light Mode
# Palette toggle for light mode
- scheme: default
primary: white
accent: cyan
toggle:
icon: material/weather-night
name: Switch to Dark Mode
plugins:
- search
- git-revision-date-localized:
enable_creation_date: true
- git-committers:
repository: noclocks/cdn
branch: main
- git-authors
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/noclocks
- icon: fontawesome/brands/twitter
link: https://twitter.com/noclocksdev
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/company/noclocks
- icon: fontawesome/brands/youtube
link: https://youtube.com/noclocks
- icon: fontawesome/brands/facebook
link: https://facebook.com/noclocksdev
- icon: fontawesome/brands/slack
link: https://noclocks.slack.com
- icon: fontawesome/brands/instagram
link: https://instagram.com/noclocksdev
- icon: fontawesome/brands/docker
link: https://hub.docker.com/u/noclocks
copyright: Copyright © 2024 No Clocks, LLC
# nav:
# - Home: index.md
# - Usage: usage.md
# - FAQ: faq.md
# - Contact: contact.md