Skip to content

concourse/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

448e721 · Apr 23, 2025
Dec 3, 2024
Jun 8, 2021
Jan 11, 2021
Jun 8, 2021
Oct 1, 2019
May 4, 2021
Apr 23, 2025
Oct 4, 2021
Jul 14, 2020
Jun 8, 2021
Apr 11, 2025
Sep 13, 2021
Dec 10, 2019
Sep 11, 2020
Sep 1, 2024
Mar 4, 2019
Dec 3, 2024
Mar 22, 2025
Oct 1, 2019
Jun 5, 2019
Mar 14, 2025
Mar 14, 2025
Jun 8, 2021
Dec 15, 2017
Jan 16, 2025

Repository files navigation

Concourse Docs

This is where you will find the source for the Concourse website and overall documentation. All of our docs are written using the Booklit documentation engine.

Table of Contents

Examples Status

  • git-triggered
  • golang-lib
  • hooks
  • java
  • job
  • manual-trigger
  • nodejs
  • php
  • pipeline-vars
  • rails
  • serial-job
  • task-passing-artifact
  • time-triggered

Building the Docs Locally

Prerequisites

Compiling the Docs

You can compile the Concourse docs by running:

./scripts/build

The build script will instruct Booklit to compile all the files under lit/ as html files. The files will then be dumped into your current working directory, i.e. the root of this repo.

Viewing the docs in your browser

To run a server that will rebuild the docs as needed, pass -s (port) like so:

./scripts/build -s 8000

You will be now be able to see the rendered site if you navigate to http://localhost:8000.

Docs Styling

You can find all of the styling assets for the Concourse website and documentation under the css/ folder.

If you are planning to make changes to the site, css/booklit.css is usually a good place to start.

Content Layout

All of the website content can be found under the lit/ folder of this repository.

The content layout for the site is qute simple, and for the most part self-explanatory. If you want to change a specific page on the website you can usually jump straight to it by looking for the .lit version of the page. For example you can make changes to https://concourse-ci.org/fly.html by editing lit/fly.lit.

The Resource Types live in a separate repository: concourse/resource-types.

Updating the Blog Theme

$ make blog/concourse.zip
# and then upload it in the Ghost admin UI