-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
52 lines (46 loc) · 1.14 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
#
# Author: github.com/luncliff (luncliff@gmail.com)
# References:
# https://www.mkdocs.org/
# https://github.com/squidfunk/mkdocs-material
# https://material.io/resources/icons/?icon=call_split&style=twotone
# https://fonts.google.com/
#
site_name: Simple Socket Functions
site_url: https://luncliff.github.io/ssf
repo_name: luncliff/ssf
repo_url: https://github.com/luncliff/ssf
nav:
- Modules: index_groups.md
- Classes: index_classes.md
- Files: index_files.md
markdown_extensions:
- admonition
- codehilite
# - toc:
# permalink: true
- pymdownx.highlight:
# anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
# plugins:
# - git-revision-date
theme:
name: "material"
palette:
scheme: slate
primary: deep purple
icon:
logo: material/library # check mkdocs-material 'materials/.icon/*.svg'
features:
- content.code.copy
- content.tabs.link
extra:
social:
- icon: fontawesome/brands/github-alt
link: "https://github.com/luncliff"