Skip to content

Commit

Permalink
feat: server restdoc config
Browse files Browse the repository at this point in the history
  • Loading branch information
alstn113 committed Dec 29, 2024
1 parent 047e42c commit 5411f21
Show file tree
Hide file tree
Showing 6 changed files with 7,947 additions and 1 deletion.
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ asciidoctor {

bootJar {
dependsOn asciidoctor
from("${asciidoctor.outputDir}/html5") {
from("${asciidoctor.outputDir}") {
into 'static/docs'
}
}
Expand Down
632 changes: 632 additions & 0 deletions server/src/main/resources/static/docs/auth.html

Large diffs are not rendered by default.

2,241 changes: 2,241 additions & 0 deletions server/src/main/resources/static/docs/exam.html

Large diffs are not rendered by default.

3,323 changes: 3,323 additions & 0 deletions server/src/main/resources/static/docs/index.html

Large diffs are not rendered by default.

659 changes: 659 additions & 0 deletions server/src/main/resources/static/docs/oauth2.html

Large diffs are not rendered by default.

1,091 changes: 1,091 additions & 0 deletions server/src/main/resources/static/docs/submission.html

Large diffs are not rendered by default.

0 comments on commit 5411f21

Please sign in to comment.