Loading builder/templates/job_documentation.md.j2 +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ {%- endif -%} {%- endfor %} # Changelog ## Changelog * **[latest]({{ latest.url }})** (current -> `{{ latest.version }}`): > ``` Loading builder/templates/job_name/README.md +0 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,6 @@ include: - remote: 'https://jobs.go2scale.io/{{ job_name }}.yml' ``` 3. If you need to customize the job (stage, variables, ...) 👉 check the [jobs customization](/use-the-hub/#jobs-customization) 4. Well done, your job is ready to work ! 😀 Loading jobs/apidoc/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ code using [apiDoc](https://www.apidocjs.com/). 1. Prepare your project with API annotations in your source code following [apiDoc format](https://apidocjs.com/#examples) and your [apiDoc configuration file](https://apidocjs.com/#configuration). 2. Choose a version in [version list](#versions) 2. Choose a version in [version list](#changelog) 3. Add the corresponding URL to your `.gitlab-ci.yml` file (see [Getting started](/use-the-hub/)). Example: Loading jobs/docker_build/README.md +1 −3 Original line number Diff line number Diff line Loading @@ -16,15 +16,13 @@ remote registry. The build part is done using 1. Create a [Dockerfile](https://docs.docker.com/get-started/part2/#sample-dockerfile) (by default at the root of your project) to containerize your application 2. Choose a version in [version list](#versions) 2. Choose a version in [version list](#changelog) 3. Add the corresponding URL to your `.gitlab-ci.yml` file (see [Getting started](/getting-started)). Example: ```yaml include: - remote: 'https://jobs.go2scale.io/docker_build.yml' ``` 4. If you need to customize the job (stage, variables, ...) 👉 check the [jobs customization](/getting-started/#jobs-customization) 5. Well done, your job is ready to work ! 😀 Loading jobs/mkdocs/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ Mkdocs](https://squidfunk.github.io/mkdocs-material/) are ready to use. /mkdocs.yml # This is your configuration file /docs/ # This folder contains all your documentation markdown files ``` 2. Choose a version in [version list](#versions) 2. Choose a version in [version list](#changelog) 3. Add the corresponding URL to your `.gitlab-ci.yml` file (see [Getting started](/use-the-hub/)). Example: Loading Loading
builder/templates/job_documentation.md.j2 +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ {%- endif -%} {%- endfor %} # Changelog ## Changelog * **[latest]({{ latest.url }})** (current -> `{{ latest.version }}`): > ``` Loading
builder/templates/job_name/README.md +0 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,6 @@ include: - remote: 'https://jobs.go2scale.io/{{ job_name }}.yml' ``` 3. If you need to customize the job (stage, variables, ...) 👉 check the [jobs customization](/use-the-hub/#jobs-customization) 4. Well done, your job is ready to work ! 😀 Loading
jobs/apidoc/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ code using [apiDoc](https://www.apidocjs.com/). 1. Prepare your project with API annotations in your source code following [apiDoc format](https://apidocjs.com/#examples) and your [apiDoc configuration file](https://apidocjs.com/#configuration). 2. Choose a version in [version list](#versions) 2. Choose a version in [version list](#changelog) 3. Add the corresponding URL to your `.gitlab-ci.yml` file (see [Getting started](/use-the-hub/)). Example: Loading
jobs/docker_build/README.md +1 −3 Original line number Diff line number Diff line Loading @@ -16,15 +16,13 @@ remote registry. The build part is done using 1. Create a [Dockerfile](https://docs.docker.com/get-started/part2/#sample-dockerfile) (by default at the root of your project) to containerize your application 2. Choose a version in [version list](#versions) 2. Choose a version in [version list](#changelog) 3. Add the corresponding URL to your `.gitlab-ci.yml` file (see [Getting started](/getting-started)). Example: ```yaml include: - remote: 'https://jobs.go2scale.io/docker_build.yml' ``` 4. If you need to customize the job (stage, variables, ...) 👉 check the [jobs customization](/getting-started/#jobs-customization) 5. Well done, your job is ready to work ! 😀 Loading
jobs/mkdocs/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ Mkdocs](https://squidfunk.github.io/mkdocs-material/) are ready to use. /mkdocs.yml # This is your configuration file /docs/ # This folder contains all your documentation markdown files ``` 2. Choose a version in [version list](#versions) 2. Choose a version in [version list](#changelog) 3. Add the corresponding URL to your `.gitlab-ci.yml` file (see [Getting started](/use-the-hub/)). Example: Loading