-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
61 lines (55 loc) · 1.37 KB
/
mkdocs.yml
File metadata and controls
61 lines (55 loc) · 1.37 KB
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
site_name: d-sys.wiki
site_url: https://d-sys.wiki
copyright: "this work is dedicated to the public domain under CC0 1.0."
site_author: captradeoff
repo_url: https://github.com/captradeoff/d-sys-wiki
edit_uri: edit/master/docs/
docs_dir: wiki
nav:
- home: "index.md"
- fundamentals:
- Index: "fundamentals/index.md"
- llms: "llms.txt"
- rss: "feed_rss_updated.xml"
plugins:
- ultralytics:
verbose: True
enabled: True
default_image: "https://d-sys.wiki/img/captradeoff.jpg"
default_author: "@captradeoff"
add_desc: True
add_image: True
add_keywords: True
add_share_buttons: False
add_json_ld: True
- rss
- llmstxt:
files:
- output: llms.txt
inputs:
- "**.md"
- search
- git-revision-date
- spellcheck:
theme:
name: terminal
custom_dir: theme
palette: gruvbox_dark
features:
- footer.prev_next
- navigation.side.indexes
- navigation.top.cursor_animation.hide
- revision.date
- revision.history
markdown_extensions:
- md_in_html
- toc:
permalink: "⁂"
permalink_title: Anchor link to this section for reference
extra_css:
- style.css
extra:
social:
image: wiki/img/captradeoff.png
description: "public domain distributed systems wiki with notes, research, and code"
title: "d-sys.wiki – all things distributed systems"