diff options
author | James E. Blair <jeblair@redhat.com> | 2018-03-22 16:51:23 -0700 |
---|---|---|
committer | James E. Blair <jeblair@redhat.com> | 2018-03-22 17:22:52 -0700 |
commit | 659d8ea1837efeefb038453ee84c50e19f41d167 (patch) | |
tree | 5e33d0c9503c822251121d696a7deda69f4d126c | |
parent | f9f3868e8349bbbce831e3a0466b144e359f3de3 (diff) |
Add a documentation index page
Change-Id: Icb5b05d6be21227d809209854675644da8b007bd
Notes
Notes (review):
Code-Review+2: Tobias Henkel <tobias.henkel@bmw.de>
Code-Review+2: David Shrewsbury <shrewsbury.dave@gmail.com>
Workflow+1: David Shrewsbury <shrewsbury.dave@gmail.com>
Verified+2: Zuul
Submitted-by: Zuul
Submitted-at: Fri, 23 Mar 2018 17:42:52 +0000
Reviewed-on: https://review.openstack.org/555505
Project: openstack-infra/zuul-website
Branch: refs/heads/master
-rw-r--r-- | www/docs/index.html | 129 | ||||
-rw-r--r-- | www/index.html | 39 |
2 files changed, 141 insertions, 27 deletions
diff --git a/www/docs/index.html b/www/docs/index.html new file mode 100644 index 0000000..82975d7 --- /dev/null +++ b/www/docs/index.html | |||
@@ -0,0 +1,129 @@ | |||
1 | <!DOCTYPE HTML> | ||
2 | <!-- | ||
3 | Arcana by HTML5 UP | ||
4 | html5up.net | @ajlkn | ||
5 | Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) | ||
6 | --> | ||
7 | <html> | ||
8 | <head> | ||
9 | <title>Zuul: Cross-Project CI/CD with Ansible</title> | ||
10 | <meta charset="utf-8" /> | ||
11 | <meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
12 | <!--[if lte IE 8]><script src="../assets/js/ie/html5shiv.js"></script><![endif]--> | ||
13 | <link rel="stylesheet" href="../assets/css/main.css" /> | ||
14 | <!--[if lte IE 8]><link rel="stylesheet" href="../assets/css/ie8.css" /><![endif]--> | ||
15 | <!--[if lte IE 9]><link rel="stylesheet" href="../assets/css/ie9.css" /><![endif]--> | ||
16 | </head> | ||
17 | <body> | ||
18 | <div id="page-wrapper"> | ||
19 | |||
20 | <!-- Header --> | ||
21 | <div id="header"> | ||
22 | |||
23 | <!-- Logo --> | ||
24 | <h1><a href="index.html" id="logo">Zuul</a></h1> | ||
25 | |||
26 | <!-- Nav --> | ||
27 | <nav id="nav"> | ||
28 | <ul> | ||
29 | <li><a href="/">Home</a></li> | ||
30 | <li class="current"> | ||
31 | <a href="docs/">Docs</a> | ||
32 | <ul> | ||
33 | <li><a href="docs/zuul/">Zuul</a></li> | ||
34 | <li><a href="docs/nodepool">Nodepool</a></li> | ||
35 | <li><a href="docs/zuul-jobs">Zuul Jobs</a></li> | ||
36 | <li><a href="docs/zuul-base-jobs">Base Jobs</a></li> | ||
37 | </ul> | ||
38 | </li> | ||
39 | </ul> | ||
40 | </nav> | ||
41 | </div> | ||
42 | |||
43 | <!-- Posts --> | ||
44 | <section class="wrapper style1"> | ||
45 | <div class="container"> | ||
46 | <div class="row"> | ||
47 | <section class="6u 12u(narrower)"> | ||
48 | <div class="box post"> | ||
49 | <div class="inner"> | ||
50 | <h3><a href="zuul/">Zuul Documentation</a></h3> | ||
51 | <p>The complete user manual for Zuul.</p> | ||
52 | </div> | ||
53 | </div> | ||
54 | </section> | ||
55 | <section class="6u 12u(narrower)"> | ||
56 | <div class="box post"> | ||
57 | <div class="inner"> | ||
58 | <h3><a href="nodepool/">Nodepool Documentation</a></h3> | ||
59 | <p>Nodepool is a companion program which supplies test resources to Zuul.</p> | ||
60 | </div> | ||
61 | </div> | ||
62 | </section> | ||
63 | </div> | ||
64 | <div class="row"> | ||
65 | <section class="6u 12u(narrower)"> | ||
66 | <div class="box post"> | ||
67 | <div class="inner"> | ||
68 | <h3><a href="zuul-jobs/">Zuul Jobs</a></h3> | ||
69 | <p>The zuul-jobs repo is a comprehensive library of pre-defined jobs available to any Zuul installation.</p> | ||
70 | </div> | ||
71 | </div> | ||
72 | </section> | ||
73 | <section class="6u 12u(narrower)"> | ||
74 | <div class="box post"> | ||
75 | <div class="inner"> | ||
76 | <h3><a href="zuul-base-jobs/">Base Jobs</a></h3> | ||
77 | <p>The zuul-base-jobs repo provides the smallest set of jobs needed to get a Zuul up and running.</p> | ||
78 | </div> | ||
79 | </div> | ||
80 | </section> | ||
81 | </div> | ||
82 | </div> | ||
83 | </section> | ||
84 | |||
85 | <!-- Footer --> | ||
86 | <div id="footer"> | ||
87 | <div class="container"> | ||
88 | <div class="row"> | ||
89 | <section class="3u 6u(narrower) 12u$(mobilep)"> | ||
90 | <h3>Get Zuul</h3> | ||
91 | <ul class="links"> | ||
92 | <li><a href="https://git.openstack.org/cgit/openstack-infra/zuul">Source</a></li> | ||
93 | <li><a href="https://pypi.python.org/pypi/zuul/">Install</a></li> | ||
94 | <li><a href="https://zuul-ci.org/docs/">Documentation</a></li> | ||
95 | </ul> | ||
96 | </section> | ||
97 | <section class="3u 6u$(narrower) 12u$(mobilep)"> | ||
98 | <h3>Get Involved</h3> | ||
99 | <ul class="links"> | ||
100 | <li><a href="http://lists.zuul-ci.org/cgi-bin/mailman/listinfo">Mailing lists</a></li> | ||
101 | <li><a href="http://webchat.freenode.net/?channels=%23zuul">IRC</a> #zuul on Freenode</li> | ||
102 | <li><a href="https://storyboard.openstack.org/#!/project/679">Bugs</a></li> | ||
103 | <li><a href="https://review.openstack.org/#/q/status:open+project:openstack-infra/zuul">Code Review</a></li> | ||
104 | </ul> | ||
105 | </section> | ||
106 | </div> | ||
107 | </div> | ||
108 | |||
109 | <!-- Copyright --> | ||
110 | <div class="copyright"> | ||
111 | <ul class="menu"> | ||
112 | <li>© Zuul Contributors. Licensed under Creative Commons Attribution 3.0</li><li>Title image by James E. Blair</li><li>Design based on Arcana from: <a href="http://html5up.net">HTML5 UP</a></li><li><a href="https://git.openstack.org/cgit/openstack-infra/zuul-website/tree/">Browse page source</a></li> | ||
113 | </ul> | ||
114 | </div> | ||
115 | |||
116 | </div> | ||
117 | |||
118 | </div> | ||
119 | |||
120 | <!-- Scripts --> | ||
121 | <script src="../assets/js/jquery.min.js"></script> | ||
122 | <script src="../assets/js/jquery.dropotron.min.js"></script> | ||
123 | <script src="../assets/js/skel.min.js"></script> | ||
124 | <script src="../assets/js/util.js"></script> | ||
125 | <!--[if lte IE 8]><script src="../assets/js/ie/respond.min.js"></script><![endif]--> | ||
126 | <script src="../assets/js/main.js"></script> | ||
127 | |||
128 | </body> | ||
129 | </html> | ||
diff --git a/www/index.html b/www/index.html index ec99a55..7d38b77 100644 --- a/www/index.html +++ b/www/index.html | |||
@@ -21,38 +21,23 @@ | |||
21 | <div id="header"> | 21 | <div id="header"> |
22 | 22 | ||
23 | <!-- Logo --> | 23 | <!-- Logo --> |
24 | <h1><a href="index.html" id="logo">Zuul</a></h1> | 24 | <h1><a href="/" id="logo">Zuul</a></h1> |
25 | 25 | ||
26 | <!-- Nav | 26 | <!-- Nav --> |
27 | <nav id="nav"> | 27 | <nav id="nav"> |
28 | <ul> | 28 | <ul> |
29 | <li class="current"><a href="index.html">Home</a></li> | 29 | <li class="current"><a href="index.html">Home</a></li> |
30 | <li> | 30 | <li> |
31 | <a href="#">Dropdown</a> | 31 | <a href="docs/">Docs</a> |
32 | <ul> | 32 | <ul> |
33 | <li><a href="#">Lorem dolor</a></li> | 33 | <li><a href="docs/zuul/">Zuul</a></li> |
34 | <li><a href="#">Magna phasellus</a></li> | 34 | <li><a href="docs/nodepool">Nodepool</a></li> |
35 | <li><a href="#">Etiam sed tempus</a></li> | 35 | <li><a href="docs/zuul-jobs">Zuul Jobs</a></li> |
36 | <li> | 36 | <li><a href="docs/zuul-base-jobs">Base Jobs</a></li> |
37 | <a href="#">Submenu</a> | ||
38 | <ul> | ||
39 | <li><a href="#">Lorem dolor</a></li> | ||
40 | <li><a href="#">Phasellus magna</a></li> | ||
41 | <li><a href="#">Magna phasellus</a></li> | ||
42 | <li><a href="#">Etiam nisl</a></li> | ||
43 | <li><a href="#">Veroeros feugiat</a></li> | ||
44 | </ul> | ||
45 | </li> | ||
46 | <li><a href="#">Veroeros feugiat</a></li> | ||
47 | </ul> | 37 | </ul> |
48 | </li> | 38 | </li> |
49 | <li><a href="left-sidebar.html">Left Sidebar</a></li> | ||
50 | <li><a href="right-sidebar.html">Right Sidebar</a></li> | ||
51 | <li><a href="two-sidebar.html">Two Sidebar</a></li> | ||
52 | <li><a href="no-sidebar.html">No Sidebar</a></li> | ||
53 | </ul> | 39 | </ul> |
54 | </nav> | 40 | </nav> |
55 | --> | ||
56 | </div> | 41 | </div> |
57 | 42 | ||
58 | <!-- Banner --> | 43 | <!-- Banner --> |
@@ -116,10 +101,10 @@ | |||
116 | </section> | 101 | </section> |
117 | <section class="6u 12u(narrower)"> | 102 | <section class="6u 12u(narrower)"> |
118 | <div class="box post"> | 103 | <div class="box post"> |
119 | <a href="#" class="image left"><img src="images/docs.png" alt="" /></a> | 104 | <a href="docs/" class="image left"><img src="images/docs.png" alt="" /></a> |
120 | <div class="inner"> | 105 | <div class="inner"> |
121 | <h3>Read the Docs</h3> | 106 | <h3>Read the Docs</h3> |
122 | <p>Zuul has extensive <a href="https://docs.openstack.org/infra/zuul/">documentation</a>.</p> | 107 | <p>Zuul has extensive <a href="docs/">documentation</a>.</p> |
123 | </div> | 108 | </div> |
124 | </div> | 109 | </div> |
125 | </section> | 110 | </section> |
@@ -127,7 +112,7 @@ | |||
127 | <div class="row"> | 112 | <div class="row"> |
128 | <section class="6u 12u(narrower)"> | 113 | <section class="6u 12u(narrower)"> |
129 | <div class="box post"> | 114 | <div class="box post"> |
130 | <a href="#" class="image left"><img src="images/lists.png" alt="" /></a> | 115 | <a href="http://lists.zuul-ci.org/cgi-bin/mailman/listinfo" class="image left"><img src="images/lists.png" alt="" /></a> |
131 | <div class="inner"> | 116 | <div class="inner"> |
132 | <h3>Join the Mailing List</h3> | 117 | <h3>Join the Mailing List</h3> |
133 | <p>Zuul has <a href="http://lists.zuul-ci.org/cgi-bin/mailman/listinfo">mailing lists</a> for announcements and discussions.</p> | 118 | <p>Zuul has <a href="http://lists.zuul-ci.org/cgi-bin/mailman/listinfo">mailing lists</a> for announcements and discussions.</p> |
@@ -136,7 +121,7 @@ | |||
136 | </section> | 121 | </section> |
137 | <section class="6u 12u(narrower)"> | 122 | <section class="6u 12u(narrower)"> |
138 | <div class="box post"> | 123 | <div class="box post"> |
139 | <a href="#" class="image left"><img src="images/irc.png" alt="" /></a> | 124 | <a href="http://webchat.freenode.net/?channels=%23zuul" class="image left"><img src="images/irc.png" alt="" /></a> |
140 | <div class="inner"> | 125 | <div class="inner"> |
141 | <h3>Chat on IRC</h3> | 126 | <h3>Chat on IRC</h3> |
142 | <p>Join <a href="http://webchat.freenode.net/?channels=%23zuul">#zuul</a> on FreeNode</p> | 127 | <p>Join <a href="http://webchat.freenode.net/?channels=%23zuul">#zuul</a> on FreeNode</p> |
@@ -156,7 +141,7 @@ | |||
156 | <ul class="links"> | 141 | <ul class="links"> |
157 | <li><a href="https://git.openstack.org/cgit/openstack-infra/zuul">Source</a></li> | 142 | <li><a href="https://git.openstack.org/cgit/openstack-infra/zuul">Source</a></li> |
158 | <li><a href="https://pypi.python.org/pypi/zuul/">Install</a></li> | 143 | <li><a href="https://pypi.python.org/pypi/zuul/">Install</a></li> |
159 | <li><a href="https://docs.openstack.org/infra/zuul/">Documentation</a></li> | 144 | <li><a href="https://zuul-ci.org/docs/">Documentation</a></li> |
160 | </ul> | 145 | </ul> |
161 | </section> | 146 | </section> |
162 | <section class="3u 6u$(narrower) 12u$(mobilep)"> | 147 | <section class="3u 6u$(narrower) 12u$(mobilep)"> |