diff --git a/docs/plausible.js b/docs/plausible.js new file mode 100644 index 0000000..769bf63 --- /dev/null +++ b/docs/plausible.js @@ -0,0 +1 @@ +(function(){var s=document.createElement("script");s.defer=true;s.dataset.domain="docs.circuitforge.tech,circuitforge.tech";s.dataset.api="https://analytics.circuitforge.tech/api/event";s.src="https://analytics.circuitforge.tech/js/script.js";document.head.appendChild(s);})(); diff --git a/mkdocs.yml b/mkdocs.yml index b126a66..9a545e7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -70,3 +70,6 @@ nav: - Tier System: reference/tier-system.md - LLM Router: reference/llm-router.md - Config Files: reference/config-files.md + +extra_javascript: + - plausible.js diff --git a/web/index.html b/web/index.html index 4294d37..c62e5f6 100644 --- a/web/index.html +++ b/web/index.html @@ -11,6 +11,9 @@ html, body { margin: 0; background: #eaeff8; min-height: 100vh; } @media (prefers-color-scheme: dark) { html, body { background: #16202e; } } + +