-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
41 lines (40 loc) · 1.53 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NetDevOps - Hier Config</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<nav>
<a href="#docs">Documentation</a>
<a href="https://github.com/netdevops" target="_blank">NetDevOps GitHub</a>
</nav>
</header>
<section id="hero">
<h1>Hier Config</h1>
<p>The ultimate Python library for network configuration remediation and compliance.</p>
<a href="https://github.com/netdevops/hier_config" class="cta">GitHub Repository</a>
<a href="https://hier-config.readthedocs.io/en/latest/" class="cta">Read the Docs</a>
</section>
<section id="features">
<h2>Features</h2>
<ul>
<li>Configuration Remediation for Cisco, Arista, and more.</li>
<li>Rollback Configuration and Unified Diff support.</li>
<li>Integration with Ansible and YAML-based customizations.</li>
<li>Supports CLI-based and Juniper-style syntaxes.</li>
</ul>
</section>
<section id="docs">
<h2>Documentation</h2>
<a href="https://hier-config.readthedocs.io/en/latest/" class="link">Hier Config Read the Docs</a>
</section>
<footer>
<p>© 2024 NetDevOps. Powered by GitHub Pages.</p>
</footer>
</body>
</html>