Commit 7ca25f16 authored by FulcrandG's avatar FulcrandG
Browse files

Using jinja templates instead of wrappers in builder

parent 93778290
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,9 +8,9 @@
{% endfor %}

# Changelog
* **[latest]({{ latest.version }})**(current -> `{{ latest.url }}`)
* **[latest]({{ latest.url }})**(current -> `{{ latest.version }}`)
{% for version in changelogs %}
* [{{ version.version }}]({{ version.url }})
* **Tag `{{ version.version }}`**: {{ version.url }}
  {{ version.changelog }}
{% endfor %}

+1 −2
Original line number Diff line number Diff line
* **Tag `2020-08-07_1`** : `https://jobs.go2scale.io/2020-08-07_1/apidoc.yml`
    * Initial version
 No newline at end of file
Initial version
 No newline at end of file
+5 −6
Original line number Diff line number Diff line
* **Tag `2020-08-09_1`** : `https://jobs.go2scale.io/2020-08-09_1/apidoc.yml`
* Rename the job from `documentation` to `apidoc`
* Update the default output folder to `/documentation_build` in order to
  ensure plug and play compatibility with [pages](/jobs/deployment/pages)