-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
102 lines (98 loc) · 3.71 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
# Repository
repo_name: gl-inet/docs2.x
repo_url: https://github.com/gl-inet/docs
edit_uri: ""
site_name: GL.iNet Router Docs 2
site_description: Documentation for GL.iNet Productions
site_dir: /root/docs-build/router/en/2/
copyright: Copyright © 2025 GL Technologies & Microuter Technologies
theme:
name: material
custom_dir: overrides
features:
- navigation.tabs
- navigation.top
favicon: images/favicon.png
extra:
# analytics:
# provider: google
# property: G-34T6Q5NL0V
version:
provider: mike
extra_css:
- stylesheets/extra.css
- https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@3.0.1/dist/cookieconsent.css
extra_javascript:
- https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@3.0.1/dist/cookieconsent.umd.js
- https://www.gl-inet.com/js/cookieconsent.js
nav:
- Home:
- Home: 'index.md'
- Services: 'service.md'
- Hardware:
- GL-AR150 Series: 'hardware/ar150/index.md'
- GL-AR300M Series: 'hardware/ar300m/index.md'
- GL-MT300A: 'hardware/mt300a/index.md'
- GL-MT300N: 'hardware/mt300n/index.md'
- GL-MT300N-V2: 'hardware/mt300n-v2/index.md'
- GL-AR750 Series: 'hardware/ar750/index.md'
- GL-MiFi Series: 'hardware/mifi/index.md'
- GL-USB150 (Microuter): 'hardware/usb150/index.md'
- GL-B1300: 'hardware/b1300/index.md'
- GL.iNet6416: 'hardware/6416/index.md'
- GL-AR300: 'hardware/ar300/index.md'
- Setup:
- First-time Setup: 'setup/first-time_setup.md'
- Internet Settings: 'setup/internet_setting.md'
- MAC Clone: 'setup/mac_clone.md'
- DNS Setting: 'setup/dns.md'
- Repeater Manager: 'setup/repeater_manager.md'
- LAN IP: 'setup/lan_ip.md'
- Wi-Fi Settings (AP): 'setup/wifi_setting.md'
- Firmware Upgrading: 'setup/firmware.md'
- Momdem Manager: 'setup/modem_manager.md'
- RTC Setting: 'setup/rtc_setting.md'
- Development:
- UART Serial: 'dev/serial.md'
- Advanced Uboot: 'dev/uboot.md'
- Domino Kit: 'domino/index.md'
- Application:
- SSH to the router: 'app/ssh.md'
- OpenVPN Client: 'app/openvpn.md'
- Tor: 'app/tor.md'
- EasyTether: 'app/tether.md'
- Shadowsocks: 'app/ss.md'
- WireGuard: 'app/wireguard.md'
- Video:
- Product Intro: 'video/product_intro.md'
- Tutorial: 'video/tutor.md'
- Customer Review: 'video/review.md'
- Troubleshooting:
- LED Indicator: 'troubleshooting/led.md'
- Repair or Reset: 'troubleshooting/reset.md'
- Debrick via Uboot: 'troubleshooting/debrick.md'
- Stop Supporting: 'troubleshooting/stop_supporting.md'
- Domino Kit:
- Getting Started: 'domino/index.md'
- Domore Core: 'domino/hardware/core.md'
- Domino Pi: 'domino/pi/index.md'
- Domino Pi Baseboard: 'domino/pi/pi.md'
- Domino Pi - Single Eth board: 'domino/pi/single_eth.md'
- Domino Pi - Due Eth board: 'domino/pi/dual_eth.md'
- Domino Pi - Signle USB board: 'domino/pi/single_usb.md'
- Domino Pi - 3xUSB+MicroSD combo: 'domino/pi/usb_combo.md'
- Domino Pi - I2S board: 'domino/pi/i2s.md'
- Domino Pi - SPI/JTAG: 'domino/pi/spi_jtag.md'
- Domino Pi - LED: 'domino/pi/led.md'
- Domino Qi Mini : 'domino/qi/mini.md'
- Domino Qi baseboard: 'domino/qi/base.md'
- Pi - Using the firmware: 'domino/pi/using.md'
- Pi - Compile firmware: 'domino/pi/compile.md'
- Pi - Flashing and debricking: 'domino/pi/flashing.md'
- Pi - Playing Music: 'domino/pi/audio.md'
- Pi - Working with Serial: 'domino/pi/serial.md'
- Pi - Debricking using SPI/JTAG board: 'domino/pi/spi.md'
- Qi - Getting Started: 'domino/qi/index.md'
- Qi - Using Arduino or Linino Firmware: 'domino/qi/arduino-yun.md'
- Qi - Using NodeJS and LininoIO: 'domino/qi/nodejs.md'
- Qi - Using Serial: 'domino/qi/serial.md'