Skip to content

Commit

Permalink
feat: added springdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
franchescoURJC committed Mar 25, 2023
1 parent f2ecdb7 commit 4368ccc
Show file tree
Hide file tree
Showing 6 changed files with 11,265 additions and 0 deletions.
23 changes: 23 additions & 0 deletions back/api-docs/.openapi-generator-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# OpenAPI Generator Ignore
# Generated by openapi-generator https://github.com/openapitools/openapi-generator

# Use this file to prevent files from being overwritten by the generator.
# The patterns follow closely to .gitignore or .dockerignore.

# As an example, the C# client generator defines ApiClient.cs.
# You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line:
#ApiClient.cs

# You can match any string of characters against a directory, file or extension with a single asterisk (*):
#foo/*/qux
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux

# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
#foo/**/qux
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux

# You can also negate patterns with an exclamation (!).
# For example, you can ignore all files in a docs folder with the file extension .md:
#docs/*.md
# Then explicitly reverse the ignore rule for a single file:
#!docs/README.md
2 changes: 2 additions & 0 deletions back/api-docs/.openapi-generator/FILES
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.openapi-generator-ignore
index.html
1 change: 1 addition & 0 deletions back/api-docs/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5.3.0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0a5de5c09697ebde174135af8faa5eb2d9b44e9c1f07ce863490dec15bdb8280
10,571 changes: 10,571 additions & 0 deletions back/api-docs/api-docs.html

Large diffs are not rendered by default.

Loading

0 comments on commit 4368ccc

Please sign in to comment.