Skip to content
This repository was archived by the owner on Oct 20, 2023. It is now read-only.

Commit 1d9c3a7

Browse files
committed
chore: Improved description to access the documentation
fixes github-tools#341 closes github-tools#359
1 parent 4e29d45 commit 1d9c3a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ Data can be retrieved from the API either using callbacks (as in versions < 1.0)
1313
or using a new promise-based API. For now the promise-based API just returns the
1414
raw HTTP request promise; this might change in the next version.
1515

16+
Below you can find the link to read the documentation for each of the versions
17+
released so far, starting from version 1.0.0.
18+
1619
{%for entry in site.data.versions reversed %}
1720
* [{{entry.version}}]({{site.baseurl}}/docs/{{entry.version}}/index.html)
1821
{%endfor%}

0 commit comments

Comments
 (0)