Skip to content

Commit

Permalink
Fixes #21410: Prepare API doc for 7.2 (Normation#4371)
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset authored Jul 12, 2022
1 parent d855f09 commit 07ad4ca
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api-doc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ ARG USER_ID=1000
COPY ci/user.sh .
RUN ./user.sh $USER_ID

RUN npm install --global @redocly/[email protected].100 [email protected]
RUN npm install --global @redocly/[email protected].104 [email protected]
RUN apt-get update && apt-get install -y rsync python3-yaml && rm -rf /var/lib/apt/lists/*
8 changes: 8 additions & 0 deletions webapp/sources/api-doc/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,14 @@ period of time to allow migration from previous versions.
<li>Package updates in nodes</li>
</ul></td>
</tr>
<tr>
<td class="code">16</td>
<td class="code">7.2</td>
<td><ul>
<li>Create node API included from plugin</li>
<li>Configuration archive import/export</li>
</ul></td>
</tr>
</tbody>
</table>

Expand Down
2 changes: 1 addition & 1 deletion webapp/sources/api-doc/openapi.src.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
openapi: 3.0.3
info:
title: Rudder API
version: "15"
version: "16"
# Will be substituted by content of the file at build
description: "introduction.md"
x-logo:
Expand Down

0 comments on commit 07ad4ca

Please sign in to comment.