docs: add API versions v1.30 - v1.37

Adding separate documents for older API versions, so that these don't have to
be collected from each tag/release branch. For each version of the API, I picked
the highest release that uses the API (to make sure to include possible fixes
in the swagger);

    git mv api/swagger.yaml api/swagger-current.yaml

    git checkout v18.05.0-ce -- api/swagger.yaml
    git mv api/swagger.yaml docs/api/v1.37.yaml

    git checkout v18.02.0-ce -- api/swagger.yaml
    git mv api/swagger.yaml docs/api/v1.36.yaml

    git checkout v18.01.0-ce -- api/swagger.yaml
    git mv api/swagger.yaml docs/api/v1.35.yaml

    git checkout v17.11.0-ce -- api/swagger.yaml
    git mv api/swagger.yaml docs/api/v1.34.yaml

    git checkout v17.10.0-ce -- api/swagger.yaml
    git mv api/swagger.yaml docs/api/v1.33.yaml

    git checkout v17.09.1-ce -- api/swagger.yaml
    git mv api/swagger.yaml docs/api/v1.32.yaml

    git checkout v17.07.0-ce -- api/swagger.yaml
    git mv api/swagger.yaml docs/api/v1.31.yaml

    git checkout v17.06.2-ce -- api/swagger.yaml
    git mv api/swagger.yaml docs/api/v1.30.yaml

    git mv api/swagger-current.yaml api/swagger.yaml

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2020-04-06 10:10:19 +02:00
parent d766bb2764
commit 2b8ae08571
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
8 changed files with 77680 additions and 0 deletions

8776
docs/api/v1.30.yaml Normal file

File diff suppressed because it is too large Load Diff

8946
docs/api/v1.31.yaml Normal file

File diff suppressed because it is too large Load Diff

9930
docs/api/v1.32.yaml Normal file

File diff suppressed because it is too large Load Diff

9939
docs/api/v1.33.yaml Normal file

File diff suppressed because it is too large Load Diff

9985
docs/api/v1.34.yaml Normal file

File diff suppressed because it is too large Load Diff

9997
docs/api/v1.35.yaml Normal file

File diff suppressed because it is too large Load Diff

10032
docs/api/v1.36.yaml Normal file

File diff suppressed because it is too large Load Diff

10075
docs/api/v1.37.yaml Normal file

File diff suppressed because it is too large Load Diff