UNPKG

git-contextor

Version:

A code context tool with vector search and real-time monitoring, with optional Git integration.

34 lines (33 loc) 1.23 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Git Contextor - Documentation</title> <link rel="stylesheet" href="/css/style.css"> <script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script> </head> <body> <div class="container"> <header> <h1>Git Contextor</h1> <nav id="main-nav"> <a href="/index.html">Dashboard</a> <a href="/metrics.html">Metrics</a> <a href="/docs.html" class="active">Docs</a> <a href="/config.html">Config</a> </nav> </header> <main> <div class="docs-container card"> <aside id="docs-nav" class="docs-nav"></aside> <article id="docs-content" class="docs-content"></article> </div> </main> <footer> <p>Powered by <a href="https://github.com/stromdao/git-contextor" target="_blank">Git Contextor</a> &copy; 2025 by <a href="https://stromdao.de/" target="_blank">STROMDAO GmbH</a></p> </footer> </div> <script src="/js/app.js"></script> </body> </html>