-
Notifications
You must be signed in to change notification settings - Fork 10
/
mkdocs.yml
100 lines (100 loc) · 2.4 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
site_name: PON dot WIKI
site_url: https://pon.wiki
site_description: >-
We're unlocking the FTTP edge with the freedom of choice through shared knowledge and open standards while
empowering SOHO operators by kicking the ISP CPE to the curb
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.keys
- pymdownx.mark
- pymdownx.snippets:
auto_append:
- includes/abbreviations.md
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.tilde
- sane_lists
- tables
- toc:
permalink: true
theme:
name: material
palette:
primary: blue
accent: blue
features:
- announce.dismiss
- content.code.annotate
- content.code.copy
- content.tabs.link
- navigation.expand
- navigation.indexes
- navigation.tabs
- navigation.top
- navigation.tracking
custom_dir: overrides
logo: assets/images/logo.svg
favicon: assets/images/favicon.png
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/isp.js
hooks:
- hooks/external_links_md_extension.py
plugins:
- blog:
authors: false
blog_dir: .
post_excerpt: required
post_excerpt_max_authors: 0
post_excerpt_max_categories: 3
post_url_format: "guides/{slug}"
pagination_per_page: 5
- glightbox:
loop: false
skip_classes:
- nolightbox
zoomable: false
- search
- table-reader
watch:
- includes
nav:
- Guides:
- index.md
- GPON:
- gpon/index.md
- XGS-PON:
- xgs-pon/index.md
- ONT:
- BFW Solutions:
- xgs-pon/ont/bfw-solutions/was-110.md
- Potron Technology:
- X-ONU-SFPP: xgs-pon/ont/potron-technology/x-onu-sfpp.md
- Discord: discord.md
extra:
social:
- icon: fontawesome/brands/discord
link: https://discord.com/servers/8311-886329492438671420
storyset: true
copyright: CC BY-NC-SA 4.0
repo_url: https://github.com/up-n-atom/8311
repo_name: up-n-atom/8311