-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
37 lines (35 loc) · 1.09 KB
/
mkdocs.yml
File metadata and controls
37 lines (35 loc) · 1.09 KB
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
site_name: Ligolo-ng Documentation
site_url: https://docs.ligolo.ng
repo_url: https://github.com/nicocha30/ligolo-ng
repo_name: nicocha30/ligolo-ng
theme:
features:
- navigation.tabs
- navigation.footer
name: material
palette:
scheme: slate
primary: black
logo: assets/ligolo.svg
nav:
- Getting Started:
- Introduction: index.md
- Installing and Building: InstallBuild.md
- Quickstart: Quickstart.md
- Configuration File: Config-File.md
- Listeners : Listeners.md
- Agent as server (Bind Connection) : Bind.md
- Access to agent's local ports (127.0.0.1): Localhost.md
- Using the Web Interface: webui.md
- Sample and Advanced Usage:
- Basic Tunneling: sample/basic.md
- Advanced Pivoting: sample/double.md
- Running behind a reverse proxy: sample/Configuring-a-reverse-proxy.md
- (WIP) Creating a Ligolo-ng router: sample/router.md
- (WIP) Ligolo-baremetal: sample/baremetal.md
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true