-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
194 lines (189 loc) · 8.26 KB
/
Copy pathmkdocs.yml
File metadata and controls
194 lines (189 loc) · 8.26 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
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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
site_name: SCM CLI
site_url: https://cdot65.github.io/pan-scm-cli/
site_description: Command-line interface for managing Palo Alto Networks Strata Cloud Manager configurations
repo_name: cdot65/pan-scm-cli
repo_url: https://github.com/cdot65/pan-scm-cli
theme:
name: material
logo: images/logo.svg
favicon: images/logo.svg
palette:
- scheme: default
primary: deep purple
accent: amber
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: deep purple
accent: amber
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- navigation.footer
- content.code.copy
- content.tabs.link
- search.suggest
- search.highlight
icon:
repo: fontawesome/brands/github
extra_css:
- css/custom.css
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.mark
- pymdownx.critic
- pymdownx.keys
- attr_list
- md_in_html
- tables
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- toc:
permalink: true
plugins:
- search
nav:
- Home: index.md
- Getting Started:
- Introduction: about/introduction.md
- Installation: about/installation.md
- Getting Started: about/getting-started.md
- Configuration: guide/configuration.md
- Troubleshooting: about/troubleshooting.md
- CLI Reference:
- Overview: cli/index.md
- Objects:
- Auto Tag Action: cli/objects/auto-tag-action.md
- Address: cli/objects/address.md
- Address Group: cli/objects/address-group.md
- Application: cli/objects/application.md
- Application Filter: cli/objects/application-filter.md
- Application Group: cli/objects/application-group.md
- Dynamic User Group: cli/objects/dynamic-user-group.md
- External Dynamic List: cli/objects/external-dynamic-list.md
- HIP Object: cli/objects/hip-object.md
- HIP Profile: cli/objects/hip-profile.md
- HTTP Server Profile: cli/objects/http-server-profile.md
- Log Forwarding Profile: cli/objects/log-forwarding-profile.md
- Quarantined Device: cli/objects/quarantined-device.md
- Region: cli/objects/region.md
- Schedule: cli/objects/schedule.md
- Service: cli/objects/service.md
- Service Group: cli/objects/service-group.md
- Syslog Server Profile: cli/objects/syslog-server-profile.md
- Tag: cli/objects/tag.md
- SDK Reference: cli/objects/sdk-objects.md
- Network:
- Aggregate Interface: cli/network/aggregate-interface.md
- BGP Address Family Profile: cli/network/bgp-address-family-profile.md
- BGP Auth Profile: cli/network/bgp-auth-profile.md
- BGP Filtering Profile: cli/network/bgp-filtering-profile.md
- BGP Redistribution Profile: cli/network/bgp-redistribution-profile.md
- BGP Route Map: cli/network/bgp-route-map.md
- BGP Route Map Redistribution: cli/network/bgp-route-map-redistribution.md
- DHCP Interface: cli/network/dhcp-interface.md
- Ethernet Interface: cli/network/ethernet-interface.md
- IKE Crypto Profile: cli/network/ike-crypto-profile.md
- IKE Gateway: cli/network/ike-gateway.md
- IPsec Crypto Profile: cli/network/ipsec-crypto-profile.md
- Layer2 Subinterface: cli/network/layer2-subinterface.md
- Layer3 Subinterface: cli/network/layer3-subinterface.md
- Loopback Interface: cli/network/loopback-interface.md
- NAT Rule: cli/network/nat-rule.md
- QoS Profile: cli/network/qos-profile.md
- OSPF Auth Profile: cli/network/ospf-auth-profile.md
- Route Access List: cli/network/route-access-list.md
- Route Prefix List: cli/network/route-prefix-list.md
- Security Zone: cli/network/security-zone.md
- Tunnel Interface: cli/network/tunnel-interface.md
- VLAN Interface: cli/network/vlan-interface.md
- SDK Reference: cli/network/sdk-network.md
- Security:
- Anti-Spyware Profile: cli/security/anti-spyware-profile.md
- App Override Rule: cli/security/app-override-rule.md
- Authentication Rule: cli/security/authentication-rule.md
- Decryption Profile: cli/security/decryption-profile.md
- Decryption Rule: cli/security/decryption-rule.md
- DNS Security Profile: cli/security/dns-security-profile.md
- Security Rules: cli/security/rules.md
- URL Access Profile: cli/security/url-access-profile.md
- URL Category: cli/security/url-category.md
- Vulnerability Protection Profile: cli/security/vulnerability-protection-profile.md
- WildFire Antivirus Profile: cli/security/wildfire-antivirus-profile.md
- SDK Reference: cli/security/sdk-security.md
- Deployment:
- Bandwidth Allocation: cli/deployment/bandwidth.md
- BGP Routing: cli/deployment/bgp-routing.md
- Internal DNS Server: cli/deployment/internal-dns-server.md
- Network Location: cli/deployment/network-location.md
- Remote Network: cli/deployment/remote-network.md
- Service Connection: cli/deployment/service-connection.md
- SDK Reference: cli/deployment/sdk-deployment.md
- Setup:
- Device: cli/setup/device.md
- Folder: cli/setup/folder.md
- Label: cli/setup/label.md
- Snippet: cli/setup/snippet.md
- Variable: cli/setup/variable.md
- SDK Reference: cli/setup/sdk-setup.md
- Identity:
- Authentication Profile: cli/identity/authentication-profile.md
- Kerberos Server Profile: cli/identity/kerberos-server-profile.md
- LDAP Server Profile: cli/identity/ldap-server-profile.md
- RADIUS Server Profile: cli/identity/radius-server-profile.md
- SAML Server Profile: cli/identity/saml-server-profile.md
- TACACS+ Server Profile: cli/identity/tacacs-server-profile.md
- Mobile Agent:
- Agent Version: cli/mobile-agent/agent-version.md
- Agent Profile: cli/mobile-agent/agent-profile.md
- Auth Setting: cli/mobile-agent/auth-setting.md
- Forwarding Profile: cli/mobile-agent/forwarding-profile.md
- Forwarding Profile Destination: cli/mobile-agent/forwarding-profile-destination.md
- Forwarding Profile Regional and Custom Proxy: cli/mobile-agent/forwarding-profile-regional-and-custom-proxy.md
- Forwarding Profile Source Application: cli/mobile-agent/forwarding-profile-source-application.md
- Forwarding Profile User Location: cli/mobile-agent/forwarding-profile-user-location.md
- Tunnel Profile: cli/mobile-agent/tunnel-profile.md
- Global Setting: cli/mobile-agent/global-setting.md
- Infrastructure Setting: cli/mobile-agent/infrastructure-setting.md
- SDK Reference: cli/mobile-agent/sdk-mobile-agent.md
- Local Config:
- Overview: cli/local/index.md
- Operations:
- Overview: cli/operations/index.md
- Incidents:
- Overview: cli/incidents/index.md
- Jobs: cli/jobs.md
- Commit: cli/commit.md
- Insights: cli/insights.md
- Posture: cli/posture.md
- User Guide:
- Getting Started: guide/getting-started.md
- Configuration: guide/configuration.md
- Configuration Objects: guide/configuration-objects.md
- Advanced Topics: guide/advanced-topics.md
- Data Models: guide/data-models.md
- Operations: guide/operations.md
- AI Agent Integration: guide/ai-agents.md
- About:
- Release Notes: about/release-notes.md
- Contributing: about/contributing.md
- License: about/license.md