1
0
mirror of https://github.com/prometheus/docs.git synced 2026-02-06 09:44:54 +01:00
Commit Graph

21 Commits

Author SHA1 Message Date
Tobias Schmidt
d08d90e867 Ensure number of Github stargazers can be displayed
We have too many now.
2017-11-08 11:15:58 +01:00
Tobias Schmidt
708415ff13 Add basic version picker 2017-11-07 18:41:36 +01:00
Tobias Schmidt
ab04bb6f2d Add support for subsections 2017-10-26 23:16:21 +02:00
Tobias Schmidt
c5a3f2ac61 Clean up downloads table layout 2017-04-15 13:04:45 -03:00
Tobias Schmidt
e8611aec41 Render tarball sha256 checksum if available for release 2017-04-15 09:14:33 -03:00
Conor Broderick
13d85f3552 Company logo alignment (#704) 2017-04-10 14:19:23 +01:00
Tobias Schmidt
8ee38170b2 Fix broken ToC display on downloads page 2017-03-01 22:44:21 -04:00
Joe Gaffey
eb08bae104 Fix for clipped descenders in feature headings 2017-02-21 17:11:04 +00:00
Joe Gaffey
3157e331b8 Fix for overlapping text in feature item headings.
Only happens in certain window sizes.
2017-01-14 20:34:14 +00:00
Julius Volz
bcf7c1b659 PromCon 2016 recap blog post 2016-09-04 14:02:27 +02:00
Julius Volz
4397095f45 Add some CNCF branding. 2016-07-28 00:02:47 +02:00
Julius Volz
c6dedb3e1a Add 1.0 announcement news bar.
Revert this after we feel that the news is not hot anymore.
2016-07-18 22:09:40 +02:00
Julius Volz
cd4f6528af Re-add small left margin to docs side-nav. 2016-04-16 18:37:03 +02:00
Julius Volz
80a896cb68 Fix logo and docs menu alignment.
Instead of moving the logo to the right to align it with the docs
side-nav, remove the extraneous left-padding on the side-nav. Then the
logo is aligned with the text on all pages again.
2016-04-16 18:21:18 +02:00
Tobias Schmidt
ffbdada173 Add download section
This adds a new download section to the page with list for all available
precompiled versions for officially maintained components. The release
information are fetched via the Github API and rendered as static list.

Currently only the latest release and the newest pre-release (if
available) are show. This could be extended later. In order to keep the
list usable besides the massive list of prebuilt binaries, a javascript
os/arch filter has been added, defaulting to popular versions.

The following changes have been made on the way:

* Ensure all pages have a footer.
* Remove duplicated jquery inclusion.
* Use CSS to define text case of jumbotron buttons.
* Add Download section to the header.
* Reduce Github link to just the logo to save space.
* Update Getting Started and Installing sections.
2016-04-16 12:02:48 -04:00
Julius Volz
c9e87cb563 Abridge blog posts in index view. 2016-04-15 20:55:47 +02:00
Julius Volz
42718df5fb Improve landing page layout on smaller screens.
- The jumbotron text was not correctly centered between 750px and 970px
  width. Fixed by removing unnecessary HTML.
- Feature items flipped from 4 per row to 1 per row, without any 2-per row
  variant for medium-sized screens. Added a 2-per-row variant.
- The feature items had a fixed height which looked too tall on the
  large end of XS widths (one long item per row). Removed the fixed
  height and let the height adjust itself automatically.
2016-04-15 01:15:12 +02:00
Julius Volz
121fc00f94 Move GitHub star button to "Open Source" section. 2016-04-12 15:35:16 +02:00
Julius Volz
6f8fd43b57 Change codebox/toc color from red-ish to gray. 2016-04-11 22:27:34 +02:00
Julius Volz
d55a613e7a Improve overall website design.
- Thinner and more elegant fonts on landing page.
- Removed "Overview" menu item, shortened "Documentation" to "Docs".
- Replaced jumbotron logo+title with motivational text.
- Removed "View details" buttons on landing page, make features clickable
  instead.
- Introduced testimonial quote section on landing page.
- Introduced "Open Source" section on landing page.
- Refactored overall jumbotron layout/content.
- Removed PromCon 2016 button.
- Changed documentation font to smaller size.
- Adjusted header font sizes and weights.
- Made code blocks look cooler, with orange left border.
- Don't wrap long lines in code blocks.
- Harmonized background colors between pre, code, and toc.
- Aligned the navbar Prometheus logo with the docs menu.
2016-04-11 21:30:53 +02:00
Julius Volz
e40149e39f Add cachebusting fingerprints to asset files.
This is using http://avdgaag.github.io/nanoc-cachebuster/.

docs.css had to be moved out of /static because the static datasource
treats all files as binary, and thus no textual filters can be applied
(necessary for rewriting the jumbotron background image URL).

Fixes https://github.com/prometheus/docs/issues/369
2016-04-09 00:16:33 +02:00