-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathmkdocs.yml
144 lines (144 loc) · 5.59 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
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
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
- javascripts/swiper.js
- javascripts/table.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
- redirects:
redirect_maps:
guides/install-8311-community-firmware-on-the-bfw-solutions-was-110/index.html: https://pon.wiki/guides/install-the-8311-community-firmware-on-the-was-110/
guides/masquerade-as-the-bce-inc-home-hub-4000-on-xgs-pon-with-the-bfw-solutions-was-110/index.html: https://pon.wiki/guides/masquerade-as-the-bce-inc-home-hub-4000-with-the-was-110/
guides/masquerade-as-the-bce-inc-giga-hub-on-xgs-pon-with-the-bfw-solutions-was-110/index.html: https://pon.wiki/guides/masquerade-as-the-bce-inc-giga-hub-with-the-was-110/
guides/masquerade-as-the-att-inc-bgw320-500-505-on-xgs-pon-with-the-bfw-solutions-was-110/index.html: https://pon.wiki/guides/masquerade-as-the-att-inc-bgw320-500-505-with-the-was-110/
guides/masquerade-as-the-frontier-comms-inc-fox222-frx523-with-the-bfw-solutions-was-110/index.html: https://pon.wiki/guides/masquerade-as-the-frontier-comms-inc-fox222-frx523-with-the-was-110/
guides/troubleshoot-connectivity-issues-with-the-bfw-solutions-was-110/index.html: https://pon.wiki/guides/troubleshoot-connectivity-issues-with-the-was-110/
guides/masquerade-as-the-virgin-media-o2-hub-5x-with-the-bfw-solutions-was-110/index.html: https://pon.wiki/guides/masquerade-as-the-virgin-media-o2-hub-5x-with-the-was-110/
guides/masquerade-as-the-tci-nh20a-nh20t-on-xgs-pon-with-the-bfw-solutions-was-110/index.html: https://pon.wiki/guides/masquerade-as-the-tci-nh20a-nh20t-with-the-was-110/
guides/swap-out-the-nokia-xs-010x-q-for-a-small-form-factor-pluggable-bfw-solutions-was-110/index.html: https://pon.wiki/guides/swap-out-the-nokia-xs-010x-q-for-a-small-form-factor-pluggable-was-110/
guides/masquerade-as-the-orange-sa-livebox-7-on-xgs-pon-with-the-bfw-solutions-was-110/index.html: https://pon.wiki/guides/masquerade-as-the-orange-sa-livebox-7-with-the-was-110/
guides/masquerade-as-the-bouygues-sa-bbox-on-xgs-pon-with-the-bfw-solutions-was-110/index.html: https://pon.wiki/guides/masquerade-as-the-bouygues-sa-bbox-with-the-was-110/
- search
- table-reader
watch:
- includes
nav:
- GUIDES:
- index.md
- GPON:
- gpon/index.md
- ONT:
- Source Photonics:
- gpon/ont/source-photonics/sps-34-24t-hp-tdfo.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/index.md
- Quick start: discord/quick-start.md
- Group buys: discord/group-buys.md
- Giveaways: discord/giveaways.md
- ON THE WEB: on-the-web.md
extra:
analytics:
provider: google
property: G-YLNP9LG92G
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by
using our <a href="https://github.com/up-n-atom/8311/issues/new/?title=[Feedback]+{title}+-+{url}" target="_blank" rel="noopener">feedback form</a>.
consent:
title: Cookie consent
description: >-
We use cookies to measure the effectiveness of our documentation and whether users find what they're searching
for. With your consent, you're helping us to make our documentation better.
social:
- icon: fontawesome/brands/discord
link: https://discord.com/servers/8311-886329492438671420
copyright: CC BY-NC-SA 4.0
repo_url: https://github.com/up-n-atom/8311
repo_name: up-n-atom/8311