]> BookStack Code Mirror - bookstack/blobdiff - resources/views/api-docs/index.blade.php
respective book and chapter structure added.
[bookstack] / resources / views / api-docs / index.blade.php
index 5bec265e82b9d4704839655f18a3f9db365c76fd..9345a7bcead45420fdb3825b1cf51227edb21861 100644 (file)
@@ -15,6 +15,8 @@
                         <div class="mb-xs"><a href="#request-format">Request Format</a></div>
                         <div class="mb-xs"><a href="#listing-endpoints">Listing Endpoints</a></div>
                         <div class="mb-xs"><a href="#error-handling">Error Handling</a></div>
+                        <div class="mb-xs"><a href="#rate-limits">Rate Limits</a></div>
+                        <div class="mb-xs"><a href="#content-security">Content Security</a></div>
                     </div>
 
                     @foreach($docs as $model => $endpoints)
@@ -36,7 +38,7 @@
 
             <div style="overflow: auto;">
 
-                <section code-highlighter class="card content-wrap auto-height">
+                <section component="code-highlighter" class="card content-wrap auto-height">
                     @include('api-docs.parts.getting-started')
                 </section>