src/Platform/Resources/views/api-docs/elements.html.twig line 1

Open in your IDE?
  1. <!-- HTML for static distribution bundle build -->
  2. <!DOCTYPE html>
  3. <html lang="en">
  4. <head>
  5.     <meta charset="UTF-8">
  6.     <title>API Docs | Project Radar</title>
  7.     <script src="https://unpkg.com/@stoplight/elements/web-components.min.js"></script>
  8.     <link rel="stylesheet" href="https://unpkg.com/@stoplight/elements/styles.min.css">
  9. </head>
  10. <body>
  11. <elements-api
  12.         apiDescriptionUrl="{{ yamlUrl }}"
  13.         basePath="{{ path('api-docs.elements') }}"
  14.         router="hash"
  15.         layout="sidebar"
  16.         hideInternal="true"
  17.         logo="{{ asset('build/images/logo.svg') }}"
  18. />
  19. </body>
  20. </html>