-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
187 lines (174 loc) · 5.35 KB
/
mkdocs.yml
File metadata and controls
187 lines (174 loc) · 5.35 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
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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
site_name: "Open Source Licensing Guide"
site_description: "Understanding Your Options"
site_author: "Andrew Marx"
site_url: "https://libre.xram.net/"
# Theme configuration
theme:
name: material
language: en
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: sage
accent: amber
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: sage
accent: amber
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: IBM Plex Sans
code: Fira Code
features:
- navigation.sections
- navigation.indexes
- navigation.top
- navigation.footer
- navigation.path
- toc.follow
- toc.integrate
- search.suggest
- search.highlight
- search.share
- content.tabs.link
- content.code.copy
- content.code.annotate
- content.footnote.tooltips
icon:
repo: fontawesome/brands/github
custom_dir: docs/overrides
logo: assets/images/x-200.png
# Plugins
plugins:
- search:
separator: '[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;'
# - minify:
# minify_html: true
# Custom CSS
extra_css:
- assets/stylesheets/custom.css
- https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&display=swap
# Markdown extensions
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
toc_depth: 3
- tables
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.blocks.caption
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.snippets:
auto_append:
- docs/includes/glossary.md
# Navigation
nav:
- Home: index.md
- Foreword: foreword.md
- Preface: preface.md
- Concepts:
- concepts/index.md
- Free as in Freedom: concepts/libre-vs-gratis.md
- Permissive vs Copyleft: concepts/permissive-vs-copyleft.md
- Rights & Obligations: concepts/rights-and-obligations.md
- Common Misconceptions: concepts/common-misconceptions.md
- Software Licenses:
- licenses/index.md
- Permissive:
- MIT: licenses/permissive/mit.md
- Apache 2.0: licenses/permissive/apache-2.md
- BSD: licenses/permissive/bsd.md
- Copyleft:
- GPL: licenses/copyleft/gpl.md
- LGPL: licenses/copyleft/lgpl.md
- MPL 2.0: licenses/copyleft/mpl.md
- EPL 2.0: licenses/copyleft/epl.md
- Other:
- Public Domain: licenses/other/public-domain.md
- AGPL: licenses/other/agpl.md
- Source Available: licenses/other/source-available.md
- Creative Commons:
- creative-commons/index.md
- CC BY: creative-commons/cc-by.md
- CC BY-SA: creative-commons/cc-by-sa.md
- CC BY-NC: creative-commons/cc-by-nc.md
- CC BY-ND: creative-commons/cc-by-nd.md
- CC0: creative-commons/cc0.md
- Guides:
- Choosing a License: guides/choosing-a-license.md
- Using Licensed Code: guides/using-licensed-code.md
- Attribution: guides/attribution.md
- Lessons Learned:
- lessons-learned/index.md
- The Classics:
- BSD Advertising Clause: lessons-learned/bsd-advertising-clause.md
- SCO vs. Linux: lessons-learned/sco-vs-linux.md
- Oracle v. Google: lessons-learned/oracle-v-google.md
- MySQL and MariaDB: lessons-learned/mysql-mariadb.md
- Corporate Pivots:
- React's License Scare: lessons-learned/react-license.md
- MongoDB and SSPL: lessons-learned/mongodb-sspl.md
- Elasticsearch Fork: lessons-learned/elasticsearch-opensearch.md
- HashiCorp and OpenTofu: lessons-learned/hashicorp-opentofu.md
- Redis Relicensing: lessons-learned/redis-relicensing.md
- Java Licensing: lessons-learned/java-licensing.md
- Quirks & Edge Cases:
- The JSON License: lessons-learned/json-license.md
- ZFS on Linux: lessons-learned/zfs-linux.md
- Busybox Enforcement: lessons-learned/busybox-enforcement.md
- VirtualBox: lessons-learned/virtualbox.md
- Reference:
- Quick Comparison: reference/quick-comparison.md
- Glossary: reference/glossary.md
- Further Reading: reference/further-reading.md
- Sources: reference/sources.md
# Copyright
copyright: >
<a href="https://creativecommons.org/licenses/by-nc/4.0/">© 2026 Andrew Marx — CC BY-NC 4.0</a>
# Footer social links
extra:
social:
- icon: fontawesome/solid/user
link: https://xram.net
name: xram.net
- icon: fontawesome/brands/github
link: https://github.com/atmarx/building-software-guide
name: Source on GitHub
- icon: fontawesome/solid/mug-hot
link: https://buymeacoffee.com/atmarx
name: Buy me a coffee