Skip to content
Snippets Groups Projects
index.html 1.64 KiB
<!doctype html>
<html>
<head>
    <meta charset="utf-8"> <!-- Important: rapi-doc uses utf8 charecters -->
    <title>Zustelldienst - API-Referenz</title>
    <script type="module" src="rapidoc-min.js"></script>
    <script type="module">
        import {SPEC_URL} from './config.js';

        console.log('Spec: ' + SPEC_URL);
        let docEl = document.getElementById("thedoc");
        docEl.setAttribute("spec-url", SPEC_URL);
    </script>
</head>
<body>
<!--<rapi-doc spec-url = "poc/reference/0_xfall_deref_snippets.json" -->
<rapi-doc id="thedoc"
          render-style="focused"

          theme="light"
          xprimary-color="#11171a"
          header-color="#263238"
          nav-bg-color="#263238"

          show-info="true"
          show-header="true"
          show-components="true"
          allow-spec-file-load="false"

          info-description-headings-in-navbar="true">
    <!-- content at the top -->

    <!-- content at the bottom -->
    <p slot="footer" style="background: #f1f1f1; padding: 24px 100px 12px 100px">
        FITKO (Föderale IT-Kooperation) | Zum Gottschalkhof 3 | 60594 Frankfurt am Mail | E-Mail: poststelle@fitko.de |
        https://www.fitko.de | Die FITKO ist eine Anstalt des öffentlichen Rechts. Sie wird vertreten durch die
        Präsidentin Frau Dr. Annette Schmidt.
    </p>

    <!-- replace logo -->
    <!--<p slot="logo"><img src="https://git.fitko.de/uploads/-/system/project/avatar/1/Connect.jpg?width=128" style="height: 1em; margin: 0.3em 0 0 1em; background: white; padding: 0.5em;" alt="Logo"></p>-->
    <p slot="logo"></p>

    <!-- header -->
    <!--<p slot="header"></p>-->

</rapi-doc>
</body>
</html>