diff --git a/.gitignore b/.gitignore index f01cc93..891dc7c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ # site compilé site/ +.idea \ No newline at end of file diff --git a/docs/development/api/ts/api.md b/docs/development/api/ts/api.md index 93a044c..c80bb69 100644 --- a/docs/development/api/ts/api.md +++ b/docs/development/api/ts/api.md @@ -8,7 +8,4 @@ Le service est accessible via une API REST. L'API a été documentée grâce aux contributions de la communauté et est accessible via Swagger. -!!swagger turboself.yml!! - -!!! bug "Bug connu" - Si le Swagger ne s'affiche pas, essayez de recharger la page. + diff --git a/mkdocs.yml b/mkdocs.yml index faef85c..3bda00d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -70,7 +70,7 @@ theme: - navigation.sections plugins: - search - - render_swagger + - swagger-ui-tag - git-revision-date-localized: locale: fr type: timeago diff --git a/requirements.txt b/requirements.txt index 6533754..861c66c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ mkdocs-material>=9.2.0b2 mkdocs-git-committers-plugin-2>=1.1.2 mkdocs-git-revision-date-localized-plugin>=1.2.0 -mkdocs-render-swagger-plugin>=0.1.1 \ No newline at end of file +mkdocs-swagger-ui-tag>=0.6.8 \ No newline at end of file