Commit 537f1d62 authored by coco's avatar coco
Browse files

fix width apidoc table

parent 5f4d3290
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ An example of a full `.gitlab-ci.yml` file with:
* One job template with latest version. Note that `latest/` is optional in the
  job URL
* One job template with specific version using tag `2020-08-05_1`
* A your own local `unit_tests` job
* Your own local `unit_tests` job

``` yaml
stages:
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ code using [apiDoc](https://www.apidocjs.com/).

| Name | Description | Default |
| ---- | ----------- | ------- |
| `APIDOC_VERSION` | Version of apiDoc to use | `0.24.0` |
| `APIDOC_VERSION` <img width=250/> | Version of apiDoc to use <img width=400/> | `0.24.0` |
| `APIDOC_CONFIG_PATH` | Path to config file or to directory containing config file (apidoc.json or apidoc.config.js) | `.` |
| `APIDOC_OUTPUT_PATH` | Output directory path | `/documentation_build` |
| `APIDOC_TEMPLATE_PATH` | Path to template folder | `/usr/lib/node_modules/apidoc/template/` |