This removes around 500 pixels of whitespace from top to bottom.
Additionally adds directory and file created by sass to gitignore.
Change-Id: Ice436e051a8c1c9802570a19e0aad92942894c71
Move "Read the" outside of the link so that there is some non-link
text on the line to aid visibility.
Change-Id: Icc18b41bde41b7aa377d4bb4590bff87656b6aba
Include synopses for and links to new case studies covering Software
Factory, OpenStack Foundation and Packet Host.
Co-Authored By: Nicole Martinelli
Change-Id: I5501c4a86d50afac3a7f6767b2a9e84a2cddae26
The new quick-start docs (which set up all of Zuul in containers)
are the best place for a new user to get familiar with Zuul.
Depends-On: https://review.openstack.org/609432
Change-Id: I2732b6be347d88578175661a87ddd8164af13d86
Now that the 2018 Ansiblefest in Austin has concluded, remove it
from the list of upcoming community events. Also update the main
page banner to the next listed event, 2018 OpenStack Summit in
Berlin.
Change-Id: I5bc84fe2de61bb68d176f7c3e3ce7382adbc744d
In support of print media (slides and brochures) use a short "start"
URL which currently redirects to the ZFS tutorial but can also be
repointed wherever we like if something better comes along. Update
the Get Started button on the index page to use this URL so we don't
need to change it in two places.
Change-Id: I0edd947ace425dd5bd009f9055b269dbbbec9d30
During lead up to AnsibleFest in Austin, display a message letting
readers know that the Zuul team will be represented along with some
related talks/sessions, and include a link to additional information
about the event. Also add a section to the Community page listing
this and the upcoming OpenStack Summit in Berlin. Following
AnsibleFest, the banner can be updated with OpenStack Summit details
instead.
Change-Id: I7e58aaff69bd4425c0f3b32200907c036f8110f1
Co-Authored-By: Allison Price <allison@openstack.org>
The zuul-sphinx extension is hosted on zuul-ci.org but not linked to.
Link to it from all documentation lists.
Change-Id: I0f4e65651b6239e72987a5a9f16e1080032c6494
Fixes the link to "Users" from "Documentation" (the relative
link was not correct, replace by an absolute one).
Change-Id: I14dd32e7280091bf363701b5979457731cadb9df
Other CI systems have 'badges' that can be put into web locations
related to the repo. They show various quality marks, such as "build:
passing".
In Zuul, however, we offer a different option - that your build never
stop working.
It would be nice to let people add a "gated" badge to their repo similar
to how other systems have status badges. This is a badge that just says
"zuul: gated" in zuul's blue.
Co-Authored-By: Tobias Henkel <tobias.henkel@bmw.de>
Change-Id: I1af8152c2b471ffe45ea35a819229ca8e41bbc43
This adds the favicon (and associated variants and metatadata)
to the root of the site.
At this point, modern browsers do support serving most (if not all)
of this out of alternative paths. The advantage of serving them
from the site root is:
* Subpages can get the favicon (and possibly some windows/apple
desktop icons) without any added HTML. This means our doc builds
will automatically have favicons.
The disadvantages are:
* It's messy.
* The preview builds don't show the changes.
* If we ever change the icons, we may need to force refreshes in
clients by adding more HTML tags anyway, including to the doc
builds.
The single advantage seems worth it to me at the moment, however.
I could easily be swayed the other way.
Change-Id: I1e6ca4e5e424540047265c194c6dba000aad195c
Add information about playbooks to Ansible CI/CD section.
Change-Id: Ia3b6c0b781216ddec78e07bcf7ac90cd60c559f9
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
We selected "Stop merging broken code" as our tagline. Update
the big text on the homepage to say that, as well as the homepage
title. Also update the titles on the other pages to better reflect
what those pages actually are.
Change-Id: I5933cf06c38c7cc9c0555871b16bb4bfa4cf992e
This replaced the Giant Sequoia tree root picture with the image
that James Cole used when mocking up the website with the logo.
The original source is CC0 licensed: https://www.pexels.com/photo/blue-bubble-calamity-clean-287229/
Change-Id: I59580a807bfe576a3487846201aff0ad6e5d9c61
Co-Authored-By: James Cole <james@openstack.org>
The links in the menu link to docs/docs/<component> because the html
file is already at /docs. Use the links of the docs used in the body
instead.
Change-Id: I57b8f421b6eda77490ca5f18aa4c4133ef2fd527
We now have a git mirror at git.zuul-ci.org with only the Zuul
projects visible. Update source code links to use it.
Change-Id: If93f97d4f727899d77b5a19c19fb65e0f781c0c6
To make it easy for others to find the source code for the site, add
a URL to the cgit tree for it in the page footer.
Change-Id: Ie1d88e4aa6e4a572dacfa5b6e4d79536c920ab32
Switch all the Arcana text/HTML/CSS/JS files which used CR+LF line
endings to plain LF like other files in the repository, for
consistency and ease of maintenance. Some files had mixed line
endings, so fix them as well. Also clean up a handful of mixed
tab+space indents in www/index.html along with one line which had
only whitespace characters on it.
This change makes no edits to file content other than whitespace.
Change-Id: I5f1b9269112a7147bf682658f4884171bad13d72
Use the title/subtitle from the page content as the HTML title
metadata rather than the boilerplate created by the theme.
Change-Id: Iea067a477115399d20ff375aee6dce085e394476
Add an initial website based on the arcana template from html5up,
which is CC-BY licensed.
It includes some initial content about Zuul, but is mostly intended
to bootstrap the process of collaboratively editing the site. All
of the content in this repo should generally be CC-BY licensed as
well.
The banner image was created by me in my personal capacity, and it
is also licensed CC-BY.
This includes jobs to publish draft and final versions of the website,
including the production secret needed to publish to afs.
Change-Id: I994fea62061acb34037de1da27e90f2a09df4e74
Depends-On: https://review.openstack.org/538345