forked from sonic-net/SONiC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
76 lines (62 loc) · 3.31 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Software for Open Networking in the Cloud - SONiC</title>
</head>
<body>
<div id="container">
<div class="inner">
<header>
<h1>Software for Open Networking in the Cloud</h1>
<h1>SONiC</h1>
</header>
<h3>SONiC is an open source project for network routers and switches</h3>
<section id="main_menu" class="clearfix">
<ul>
</ul>
</section>
<hr>
<section id="main_content">
<h3>
<h3>
<a id="Gettingstarted" class="anchor" href="#Gettingstarted" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>
<a href="https://github.com/Azure/SONiC/blob/gh-pages/quickstart.md">Getting Started</a></h3>
<h3>
<a id="faq" class="anchor" href="#faq" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>
<a href="https://github.com/Azure/SONiC/blob/gh-pages/FAQ.md">Frequently Asked Questions</a></h3>
<h3>
<a id="architecture" class="anchor" href="#architecture" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>
<a href="https://github.com/Azure/SONiC/blob/gh-pages/architecture.docx">Architecture</a></h3>
<h3>
<a id="contributing" class="anchor" href="#contributing" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>
<a href="https://github.com/Azure/SONiC/blob/gh-pages/CONTRIBUTING.md">Contributing</a></h3>
<h3>
<a id="source" class="anchor" href="#source" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>
<a href="https://github.com/Azure/SONiC/blob/gh-pages/sourcecode.md">Source Code</a></h3>
<h3>
<a id="buildsystem" class="anchor" href="#source" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>
<a href="https://sonic-jenkins.westus.cloudapp.azure.com">Build System</a></h3>
<h3>
<a id="governance" class="anchor" href="#governance" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>
<a href="https://github.com/Azure/SONiC/blob/gh-pages/governance.md">Governance</a></h3>
<h3>
<a id="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Support or Contact</h3>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</section>
<footer>
SONiC is an open source project for network routers and switches<br>
This page was generated by <a href="https://pages.github.com">GitHub Pages</a>. Tactile theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.
</footer>
</div>
</div>
</body>
</html>