forked from sonic-net/SONiC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
88 lines (68 loc) · 3.86 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
77
78
79
80
81
82
83
84
85
86
87
88
<!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/wiki/Quick-Start">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/wiki/FAQ">Frequently Asked Questions</a></h3>
<h3>
<a id="documentation" class="anchor" href="#documentation" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>
<a href="https://github.com/Azure/SONiC/wiki">Documentation (Wiki)</a></h3>
<h3>
<a id="features" class="anchor" href="#features" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>
<a href="https://github.com/Azure/SONiC/wiki/Features-and-Roadmap">Features</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 and License</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.westus2.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="mailinglist" class="anchor" href="#mailinglist" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Mailing List</h3>
<p>This is a low volume list for questions, comments and general announcements.</p>
<p>Send questions, bugs, comments and ideas to <a href="mailto:[email protected]">[email protected]</a>.</p>
<p>Join the mailing list: <a href="https://groups.google.com/forum/#!forum/sonicproject">https://groups.google.com/forum/#!forum/sonicproject</a></p>
<p>Join the Slack discussion group: <a href="https://sonicswitch.slack.com/">sonicswitch.slack.com</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>