Skip to content

Research and document the standards for Gitlab feature configuration files

Topics to cover

Standards and existing examples of config

We should also add this to standard gitlab docs to apply to other config files.

Example Config File

(This is just an example showing formatting, the exact keyword names and values may change in the future)

.gitlab/static_site_editor.yml

# images_upload_path (string): The path to which images will be uploaded.
images_upload_path: /images/

# static_site_generator (string): The tool/framework which is used to generate the static site.
static_site_generator: hugo

# website_base_path (string): The base path from which the website is served.
website_base_path: /

Technical notes on existing config file implementations

Edited by Chad Woolley