|
136 | 136 |
|
137 | 137 | <section class="lg:sticky pt-2" style="top: 3.95rem">
|
138 | 138 |
|
| 139 | + <div class="text-xl font-bold text-green-700">{{{ page.component.title }}}</div> |
| 140 | + |
139 | 141 | {{#each page.navigation}}
|
| 142 | + {{!-- |
140 | 143 | <div class="pl-0">
|
141 | 144 | <a href="{{{relativize this.url}}}" class="hover:text-green-600 font-bold">{{{this.content}}}</a>
|
142 | 145 | </div>
|
| 146 | + --}} |
143 | 147 |
|
144 | 148 | {{#each this.items}}
|
145 |
| - <div class="pl-2"> |
| 149 | + <div class="pl-0"> |
146 | 150 | <a href="{{{relativize this.url}}}" class="hover:text-green-600 {{#if (eq this.url @root.page.url)}}font-bold{{/if}}">{{{this.content}}}</a>
|
147 | 151 | </div>
|
148 | 152 |
|
|
152 | 156 | </div>
|
153 | 157 |
|
154 | 158 | {{#each this.items}}
|
155 |
| - <a href="{{{relativize this.url}}}" class="hover:text-green-600 {{#if (eq this.url @root.page.url)}}font-bold{{/if}}">{{{this.content}}}</a> |
| 159 | + <div class="pl-8"> |
| 160 | + <a href="{{{relativize this.url}}}" class="hover:text-green-600 {{#if (eq this.url @root.page.url)}}font-bold{{/if}}">{{{this.content}}}</a> |
| 161 | + </div> |
156 | 162 | {{/each}}
|
157 | 163 |
|
158 | 164 | {{/each}}
|
|
167 | 173 |
|
168 | 174 | </div>
|
169 | 175 |
|
170 |
| - <footer class="p-6 mt-4 border footer" style="position: sticky; bottom: -10rem"> |
| 176 | + <footer class="p-6 mt-4 border footer sticky" style="bottom: -20rem"> |
171 | 177 |
|
172 | 178 | <div class="text-gray-700 text-sm flex justify-between">
|
173 | 179 |
|
174 |
| - <div> |
175 |
| - <img src="{{uiRootPath}}/img/openapi-processor-large.png" alt="logo" class="h-24"> |
| 180 | + <div class="flex-none w-48 mr-12"> |
| 181 | + <img src="{{uiRootPath}}/img/openapi-processor-large.png" alt="logo" class="h-24 w-48"> |
176 | 182 |
|
177 | 183 | <div class="text-xs text-center">© 2019-2020 Martin Hauner</div>
|
178 | 184 | </div>
|
179 | 185 |
|
180 |
| - <div class="flex justify-between flex-col sm:flex-row"> |
| 186 | + <div class="flex justify-between flex-col lg:flex-row"> |
181 | 187 |
|
182 |
| - <div class="flex flex-col mb-4 mr-0 sm:mr-12"> |
| 188 | + <div class="flex flex-col mb-4 mr-0 mr-12"> |
183 | 189 | <div class="font-bold">Twitter</div>
|
184 | 190 |
|
185 | 191 | <a class="" href="https://twitter.com/OpenApiProcess">
|
186 | 192 | <i class="fab fa-twitter"></i> @OpenApiProcess
|
187 | 193 | </a>
|
| 194 | + </div> |
| 195 | + |
| 196 | + <div class="flex flex-col mb-4 mr-0 mr-12"> |
| 197 | + <div class="font-bold">Samples - GitHub</div> |
| 198 | + |
| 199 | + <a class="" href="https://github.com/hauner/openapi-processor-spring-mvc-sample"> |
| 200 | + <i class="fab fa-github"></i> oap-spring-mvc |
| 201 | + </a> |
188 | 202 |
|
| 203 | + <a class="" href="https://github.com/hauner/openapi-processor-spring-webflux-sample"> |
| 204 | + <i class="fab fa-github"></i> oap-spring-webflux |
| 205 | + </a> |
189 | 206 | </div>
|
190 | 207 |
|
191 |
| - <div class="flex flex-col"> |
192 |
| - <div class="font-bold">GitHub</div> |
| 208 | + <div class="flex flex-col mb-4 mr-0 mr-12"> |
| 209 | + <div class="font-bold">Plugin - GitHub</div> |
| 210 | + |
| 211 | + <a class="" href="https://github.com/openapi-processor/openapi-processor-gradle"> |
| 212 | + <i class="fab fa-github"></i> oap-gradle |
| 213 | + </a> |
| 214 | + </div> |
| 215 | + |
| 216 | + <div class="flex flex-col mr-12"> |
| 217 | + <div class="font-bold">Processors - GitHub</div> |
193 | 218 |
|
194 | 219 | <a class="" href="https://github.com/openapi-processor/openapi-processor-spring">
|
195 |
| - <i class="fab fa-github"></i> openapi-processor-spring |
| 220 | + <i class="fab fa-github"></i> oap-spring |
196 | 221 | </a>
|
197 | 222 |
|
198 | 223 | <!-- <a class="" href="https://github.com/openapi-processor/openapi-processor-micronaut">-->
|
199 | 224 | <!-- <i class="fab fa-github"></i> openapi-processor-micronaut-->
|
200 | 225 | <!-- </a>-->
|
201 | 226 |
|
202 | 227 | <a class="" href="https://github.com/openapi-processor/openapi-processor-json">
|
203 |
| - <i class="fab fa-github"></i> openapi-processor-json |
204 |
| - </a> |
205 |
| - |
206 |
| - <a class="" href="https://github.com/openapi-processor/openapi-processor-gradle"> |
207 |
| - <i class="fab fa-github"></i> openapi-processor-gradle |
| 228 | + <i class="fab fa-github"></i> oap-json |
208 | 229 | </a>
|
209 | 230 |
|
210 | 231 | <a class="" href="https://github.com/openapi-processor/openapi-processor-core">
|
211 |
| - <i class="fab fa-github"></i> openapi-processor-core |
| 232 | + <i class="fab fa-github"></i> oap-core |
212 | 233 | </a>
|
213 | 234 |
|
214 | 235 | </div>
|
|
223 | 244 |
|
224 | 245 | <script async src="{{{uiRootPath}}}/js/vendor/highlight.js"></script>
|
225 | 246 |
|
226 |
| - {{!-- |
227 | 247 | <!--
|
228 | 248 | site: {{{ json site }}}
|
229 | 249 | -->
|
|
247 | 267 | <!--
|
248 | 268 | antoraVersion {{{ json antoraVersion}}}
|
249 | 269 | -->
|
250 |
| - --}} |
251 | 270 |
|
252 | 271 | </body>
|
253 | 272 |
|
|
0 commit comments