docql 0.3.2

Generate static HTML documentation for GraphQL APIs.
Documentation
<!doctype html>
<html>
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>{{title}}</title>
    <link href="https://fonts.googleapis.com/css2?family=Fira+Sans&family=Source+Code+Pro&family=Source+Serif+Pro&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="style.css">
</head>
<body>
    <header>
        <div><input type="search" name="search" placeholder="Search"></div>
    </header>
    <main id="body_wrapper" class="docql" data-state="main">
        <section id="main" class="content">
            {{{content}}}
        </section>
        <section id="search_results" class="content">
            <h1 class="fqn">
                Search Results
            </h1>
            <section id="search_content">
            </section>
        </section>
    </main>
    <footer>
        <p>Generated on <time datetime="{{dateIso}}">{{dateHuman}}</time> by <a href="https://github.com/bryanburgers/docql">docql</a>.</p>
    </footer>
    <script src="script.js"></script>
</body>
</html>