Skip to content

Commit

Permalink
fix doc breaking due to colon in front matter (#9845)
Browse files Browse the repository at this point in the history
  • Loading branch information
hblankenship authored Mar 30, 2024
1 parent a128a61 commit 2bbe8c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/en/getting_started/upgrading/2.32.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'Upgrading to DefectDojo Version 2.32.x'
toc_hide: true
weight: -20240205
description: Breaking change: Removal of OpenAPI 2.0 Swagger
description: Breaking change for Removal of OpenAPI 2.0 Swagger
---
There are no special instructions for upgrading to 2.32.x. Check the [Release Notes](https://github.com/DefectDojo/django-DefectDojo/releases/tag/2.32.0) for the contents of the release.

Expand All @@ -11,4 +11,4 @@ There are no special instructions for upgrading to 2.32.x. Check the [Release No
The OpenAPI 2.0 Swagger API documentation was removed in favor of the existing
OpenAPI 3.0 API documentation page.

*Note*: The API has not changed in any way and behaves the same between OAPI2 and OAPI3
*Note*: The API has not changed in any way and behaves the same between OAPI2 and OAPI3

0 comments on commit 2bbe8c9

Please sign in to comment.