-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs-implementers.yml
More file actions
85 lines (77 loc) · 2.65 KB
/
Copy pathmkdocs-implementers.yml
File metadata and controls
85 lines (77 loc) · 2.65 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
site_name: Domain Connect — Implementers Knowledge Base
site_description: Technical implementation knowledge base for the Domain Connect protocol
site_author: Pawel Kowalik
docs_dir: Knowledge Base
site_dir: docs/implementers-kb
theme:
name: material
logo: assets/logo.png
favicon: assets/favicon.png
font:
text: Open Sans
code: Roboto Mono
palette:
scheme: default
primary: custom
accent: custom
features:
- navigation.sections
- navigation.expand
- navigation.indexes
- navigation.top
- toc.follow
- search.highlight
- search.suggest
- content.code.copy
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- tables
- toc:
permalink: true
toc_depth: 3
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
- attr_list
- md_in_html
nav:
- Home: index.md
- Overview: 00_MASTER_implementers.md
- The Protocol:
- What Is Domain Connect: 02_What_Is_Domain_Connect.md
- How It Works: 03_How_It_Works.md
- Protocol Features: 04_Protocol_Features.md
- Security Model: 08_Security_Model.md
- Use Cases:
- Summary: 05_Use_Cases.md
- UC-01 Email Hosting: Use Cases/UC-01_Email_Hosting.md
- UC-02 Email Authentication & Marketing: Use Cases/UC-02_Email_Authentication_Marketing.md
- UC-03 Email Security (DMARC): Use Cases/UC-03_Email_Security_DMARC.md
- UC-04 Website Hosting (Apex): Use Cases/UC-04_Website_Hosting_Apex.md
- UC-05 Website Hosting (Subdomain): Use Cases/UC-05_Website_Hosting_Subdomain.md
- UC-05-2 Website Subdomain + SSL: Use Cases/UC-05-2_Website_Subdomain_SSL.md
- UC-06 CDN / WAF / Reverse Proxy: Use Cases/UC-06_CDN_WAF_Reverse_Proxy.md
- UC-07 URL Redirect: Use Cases/UC-07_URL_Redirect.md
- UC-08 Dynamic DNS: Use Cases/UC-08_Dynamic_DNS.md
- UC-09 DNS Subdomain Delegation: Use Cases/UC-09_DNS_Subdomain_Delegation.md
- Templates:
- Template Reference: 11_Template_Reference.md
- Template Use Cases: 15_Template_Use_Cases.md
- Getting Started:
- DNS Providers: 12_Getting_Started_DNS_Provider.md
- Service Providers: 13_Getting_Started_Service_Provider.md
- Ecosystem:
- Value by Audience: 06_Value_by_Audience.md
- Getting Involved: 09_Getting_Involved.md
repo_url: https://github.com/Domain-Connect/knowledge-base
repo_name: Domain-Connect/knowledge-base
copyright: "Copyright © 2026 Domain Connect Contributors. Content licensed under <a href='https://creativecommons.org/licenses/by/4.0/'>CC BY 4.0</a>."
extra:
generator: false