Commit ccd381b1 authored by Fulcrand Guilhem's avatar Fulcrand Guilhem
Browse files

Merge branch '66-add-copy-button-for-tag-urls-in-documentation' into 'latest'

Resolve "Add copy button for tag urls in documentation"

Closes #66

See merge request go2scale/hub!30
parents 8b5e4dc5 ab3f9a94
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -9,11 +9,16 @@

# Changelog

* **[latest]({{ latest.url }})** (current -> `{{ latest.version }}`): `{{ latest.url }}`
* **[latest]({{ latest.url }})** (current -> `{{ latest.version }}`):
> ```
  {{ latest.url }}
  ```

{% for version in changelogs -%}
??? "{{ version.version }}"
    `{{ version.url }}`
    > ```
      {{ version.url }}
      ```
  {% for line in version.changelog %}
    {%- if line %}
    {{ line }}