66< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
77< meta name ="generator " content ="Asciidoctor 2.0.15 ">
88< title > Springdoc-openapi Demos</ title >
9- < link rel ="stylesheet " href ="css/spring.css ">
10- < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css ">
11- < link rel ="stylesheet " href ="js/highlight/styles/github.min.css ">
12- < style >
13- # header # revnumber {
14- display : none
15- }
16- </ style >
9+ < link rel ="stylesheet " href ="css/site.css ">
10+ < script src ="js/setup.js "> </ script > < script defer src ="js/site.js "> </ script >
11+
1712</ head >
18- < body class ="book ">
13+ < body class ="article "> < div id ="banner-container " class ="container " role ="banner ">
14+ < div id ="banner " class ="contained " role ="banner ">
15+ < div id ="switch-theme ">
16+ < input type ="checkbox " id ="switch-theme-checkbox " />
17+ < label for ="switch-theme-checkbox "> Dark Theme</ label >
18+ </ div >
19+ </ div >
20+ </ div >
21+ < div id ="tocbar-container " class ="container " role ="navigation ">
22+ < div id ="tocbar " class ="contained " role ="navigation ">
23+ < button id ="toggle-toc "> </ button >
24+ </ div >
25+ </ div >
26+ < div id ="main-container " class ="container ">
27+ < div id ="main " class ="contained ">
28+ < div id ="doc " class ="doc ">
1929< div id ="header ">
2030</ div >
2131< div id ="content ">
2232< div class ="sect1 ">
23- < h2 id ="demos "> Springdoc-openapi Demos</ h2 >
33+ < h2 id ="demos "> < a class =" anchor " href =" #demos " > </ a > Springdoc-openapi Demos</ h2 >
2434< div class ="sectionbody ">
2535< div class ="sect2 ">
26- < h3 id ="_springdoc_applications_demos "> springdoc applications demos</ h3 >
36+ < h3 id ="_springdoc_applications_demos "> < a class =" anchor " href =" #_springdoc_applications_demos " > </ a > springdoc applications demos</ h3 >
2737< div class ="ulist ">
2838< ul >
2939< li >
@@ -54,12 +64,12 @@ <h3 id="_springdoc_applications_demos">springdoc applications demos</h3>
5464</ div >
5565< div class ="imageblock ">
5666< div class ="content ">
57- < img src ="images /pets.png " alt ="pets.png ">
67+ < img src ="img /pets.png " alt ="pets.png ">
5868</ div >
5969</ div >
6070</ div >
6171< div class ="sect2 ">
62- < h3 id ="_source_code_of_the_demo_applications "> Source code of the Demo Applications</ h3 >
72+ < h3 id ="_source_code_of_the_demo_applications "> < a class =" anchor " href =" #_source_code_of_the_demo_applications " > </ a > Source code of the Demo Applications</ h3 >
6373< div class ="ulist ">
6474< ul >
6575< li >
@@ -73,26 +83,11 @@ <h3 id="_source_code_of_the_demo_applications">Source code of the Demo Applicati
7383</ div >
7484< div id ="footer ">
7585< div id ="footer-text ">
76- Last updated 2021-12-25 12:48:28 +0100
77- </ div >
78- </ div >
79- < script src ="js/highlight/highlight.min.js "> </ script >
80- < script >
81- if ( ! hljs . initHighlighting . called ) {
82- hljs . initHighlighting . called = true
83- ; [ ] . slice . call ( document . querySelectorAll ( 'pre.highlight > code' ) ) . forEach ( function ( el ) { hljs . highlightBlock ( el ) } )
84- }
85- </ script >
86- < script type ="text/javascript " src ="js/tocbot/tocbot.min.js "> </ script >
87- < script type ="text/javascript " src ="js/toc.js "> </ script >
88- <!-- Global site tag (gtag.js) - Google Analytics -->
89- < script async src ="https://www.googletagmanager.com/gtag/js?id=G-1GEGWXWNH4 "> </ script >
90- < script >
91- window . dataLayer = window . dataLayer || [ ] ;
92- function gtag ( ) { dataLayer . push ( arguments ) ; }
93- gtag ( 'js' , new Date ( ) ) ;
94-
95- gtag ( 'config' , 'G-1GEGWXWNH4' ) ;
96- </ script >
86+ Last updated 2022-05-01 00:07:55 +0200
87+ </ div >
88+ </ div >
89+ </ div >
90+ </ div >
91+ </ div >
9792</ body >
9893</ html >
0 commit comments