forked from wtfutil/wtfdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
150 lines (143 loc) · 5.32 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
# This site
site_name: WTF - the terminal dashboard
site_url: https://wtfutil.com
site_author: Chris Cummer
# Source code repository
repo_name: wtfutil/wtf
repo_url: https://github.com/wtfutil/wtf
# Copyright
copyright: Copyright © 2020 Chris Cummer
markdown_extensions:
- admonition
- attr_list
- footnotes
- pymdownx.highlight
- pymdownx.snippets:
base_path: snippets
check_paths: true
- pymdownx.superfences
# Plugins
plugins:
- search
- macros:
include_dir: snippets
# Theme
theme:
name: material
custom_dir: docs/overrides
favicon: assets/favicon.png
features:
- navigation.tabs
logo: assets/logo.png
include_search_page: false
language: en
palette:
primary: deep purple
search_index_only: true
# Customization
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/wtfutil
- icon: fontawesome/brands/twitter
link: https://twitter.com/wtfutil
# Page tree
nav:
- Home: index.md
- Getting Started:
- Quick Start: quick_start.md
- Installation: installation.md
- Uninstallation: uninstallation.md
- Glossary: glossary.md
- Configuration:
- Configuration Files: configuration/files.md
- Global Settings: configuration/global_settings.md
- Common Settings: configuration/common_settings.md
- Grid Layout: configuration/grid_layout.md
- Advanced: configuration/advanced.md
- Modules:
- Home: modules/index.md
- Asana: modules/asana.md
- Azure DevOps: modules/azure_devops.md
- BambooHR: modules/bamboohr.md
- BuildKite: modules/buildkite.md
- CDS:
- CDS Favorites: modules/cds/favorites.md
- CDS Queue: modules/cds/queue.md
- CDS Status: modules/cds/status.md
- CircleCI: modules/circleci.md
- Clocks: modules/clocks.md
- CmdRunner: modules/cmdrunner.md
- Crypto Currencies:
- Bittrex: modules/cryptocurrencies/bittrex.md
- Blockfolio: modules/cryptocurrencies/blockfolio.md
- CryptoLive: modules/cryptocurrencies/cryptolive.md
- Datadog: modules/datadog.md
- DEV (Dev.to): modules/devto.md
- Digital Clock: modules/digitalclock.md
- DigitalOcean: modules/digitalocean.md
- Docker: modules/docker.md
- Exchange Rates: modules/exchange_rates.md
- Feed Reader: modules/feedreader.md
- Gerrit: modules/gerrit.md
- Git: modules/git.md
- GitHub: modules/github.md
- GitLab: modules/gitlab.md
- GitLab Todo: modules/gitlabtodo.md
- Gitter: modules/gitter.md
- Google:
- Analytics: modules/google/analytics.md
- Calendar: modules/google/gcal.md
- Spreadsheet: modules/google/spreadsheet.md
- HackerNews: modules/hackernews.md
- Healthchecks: modules/healthchecks.md
- Have I Been Pwned: modules/hibp.md
- IP Address:
- IP API: modules/ipaddress/ipapi.md
- IPInfo: modules/ipaddress/ipinfo.md
- Jenkins: modules/jenkins.md
- Jira: modules/jira.md
- Krisinformation: modules/krisinformation.md
- Kubernetes: modules/kubernetes.md
- Mercurial: modules/mercurial.md
- New Relic: modules/newrelic.md
- OpsGenie: modules/opsgenie.md
- PagerDuty: modules/pagerduty.md
- Pihole: modules/pihole.md
- Pocket: modules/pocket.md
- Power: modules/power.md
- Resource Usage: modules/resourceusage.md
- Rollbar: modules/rollbar.md
- Security: modules/security.md
- Sports:
- Football: modules/sports/football.md
- NBA Score: modules/sports/nbascore.md
- Spotify: modules/spotify.md
- Stocks:
- Finnhub: modules/stocks/finnhub.md
- Yahoo Finance: modules/stocks/yfinance.md
- Subreddit: modules/subreddit.md
- Textfile: modules/textfile.md
- Todo: modules/todo.md
- Todoist: modules/todoist.md
- Transmission: modules/transmission.md
- TravisCI: modules/travisci.md
- Trello: modules/trello.md
- Twitter:
- Stats: modules/twitter/stats.md
- Tweets: modules/twitter/tweets.md
- Updown: modules/updown.md
- UptimeRobot: modules/uptimerobot.md
- VictorOps: modules/victorops.md
- Weather Services:
- ARPANSA: modules/weather_services/arpansagovau.md
- Pretty Weather: modules/weather_services/prettyweather.md
- Weather: modules/weather_services/weather.md
- Zendesk: modules/zendesk.md
- Development:
- Creating New Modules: development/creating_new_modules.md
- Blog:
- Home: blog/home.md
- Sponsoring and Support:
- Sponsoring WTF: sponsors/sponsoring.md
- Exit Message: sponsors/exit_message.md