1. 28 Jun, 2018 1 commit
  2. 08 Nov, 2017 1 commit
  3. 26 Oct, 2017 1 commit
    • Tobias Schmidt's avatar
      Add repository documentation data source · bd570947
      Tobias Schmidt authored
      With this commit it becomes possible to define additional data sources
      for content pages. The content will be cloned from the specified
      repository. Links in these pages will be normalized to work inside the
      docs project. It's assumed the documentation pages include the standard
      nanoc config options and set :title and optionall :sort_rank.
      bd570947
  4. 02 Mar, 2017 1 commit
  5. 15 Oct, 2016 1 commit
  6. 29 Aug, 2016 1 commit
  7. 19 Apr, 2016 2 commits
    • Tobias Schmidt's avatar
      Echo the curl request for visibility · 81c1b556
      Tobias Schmidt authored
      81c1b556
    • Tobias Schmidt's avatar
      Use authentification for github release API requests · 82e4dd26
      Tobias Schmidt authored
      So far the requests against the Github API to fetch release information
      has been made unauthenticated, making them subject to a rate-limit of 10
      requests per hour per IP. As the build process is executed on Travis CI,
      this results in many build failures.
      
      The requests are now made with a personal access token, in the form of
      GITHUB_AUTHENTICATION="-u prombot:<oauth token>". The standard printing
      in the Makefile has been removed in order to not expose the token.
      82e4dd26
  8. 16 Apr, 2016 2 commits
    • Tobias Schmidt's avatar
      Add pushgateway to download section · b0d1d129
      Tobias Schmidt authored
      b0d1d129
    • Tobias Schmidt's avatar
      Add download section · ffbdada1
      Tobias Schmidt authored
      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.
      ffbdada1
  9. 03 Jun, 2015 1 commit