1
0
mirror of https://github.com/prometheus/docs.git synced 2026-02-07 12:44:53 +01:00

7 Commits

Author SHA1 Message Date
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
d293196164 Fix download os/arch dropdown selection 2016-10-07 18:07:42 +02:00
Tobias Schmidt
ed12a65c95 Default arch download default to amd64
Remove the popular option as it only included a single item.
2016-04-16 22:50:23 -04:00
Tobias Schmidt
249118636e Add windows to popular os and remove 386 2016-04-16 12:22:31 -04: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
Tobias Schmidt
26063c1d0c Collapse inactive navigation menus
Use javascript to hide all inactive menu items and only show one active
menu item at a time.
2016-04-02 13:08:25 -04:00