This repository has been archived by the owner on Nov 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
83 lines (76 loc) · 3.03 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
# Basic site config
site_name: Legal Site by the Pins
site_description: 'The one-stop place for reading our fine prints.'
site_url: https://legal.madebythepins.tk
# Themes and font config
theme:
name: material
# Avoid Google's GDPR issues
font: false
palette:
# Enable dark mode by default
scheme: slate
# Navigation
nav:
- Home: ./
- 'Legal Stuff':
- 'General Privacy Policy':
- 'Legal Text': privacy-policy/legalese
- 'Human-readable version': privacy-policy/human
- 'General Terms of Service':
- 'Legal Text': 'tos/legalese'
- 'Human-readable version': 'tos/human'
- 'Accounts IAM/SSO':
- 'Privacy Policy': iam/privacy
- 'Terms of Service': iam/tos
- 'Transparency Reports':
- 'Transparency Reports Homepage': transparency
- 'Intellectual Property Takedowns': transparency/reports/ip-takedowns
- 'Reported Content': transparency/reports/reported-content
- 'Takedowns due to Censorship': transparency/reports/censorship-takedowns
- 'Data Requests': transparency/reports/data-request
- 'ToS / Code of Conduct Violations': transparency/reports/violations
- 'Other Reports': transparency/reports/other-reports
use_directory_urls: true
plugins:
- search
- minify:
minify_html: true
- redirects:
redirect_maps:
# For redirect maps, you should be like this:
# ==========================================
# 'old/dir/to/article': new/dir/to/article
# ==========================================
# Copy the example after # and an space to the last entity. Press Enter
# or Return and paste the example. Don't forget to customize it first before
# you save, commit and push.
'privacy-policy': your-privacy/privacy-policy
'transparency/reports': transparency
'transparency/ip-takeodwns': transparency/reports/ip-takedowns
'transparency/reported-content': transparency/reports/reported-content
'transparency/censorship-takedowns': transparency/reports/censorship-takedowns
'transparency/data-requests': transparency/reports/data-requests
'transparency/violations': transparency/reports/violations
'transparency/other-reports': transparency/reports/other-reports
# links
repo_url: https://gitlab.com/MadeByThePinsHub/legal/legal.madebythepins.tk
edit_uri: blob/main/legal-code
# extensions TODO
markdown_extensions:
- admonition
- toc:
permalink: "#"
separator: "_"
# Any customizations should be placed here.
extra:
manifest: 'manifest.webmanifest'
social:
- type: fontawesome/brands/github-alt
link: https://github.com/MadeByThePinsHub
- type: fontawesome/brands/twitter
link: https://twitter.com/thepinsteam
- type: fontawesome/brands/gitlab
link: https://gitlab.com/MadeByThePinsTeam-DevLabs
# Documentation files
docs_dir: legal-code