From fb3cd6c31ac970ea2369a6db4a96ae11ef247018 Mon Sep 17 00:00:00 2001 From: Fernando Paladini Date: Sun, 28 Jun 2026 11:38:41 -0300 Subject: [PATCH] docs: polish Pages site and SEO metadata --- docs/favicon.svg | 5 + docs/index.html | 241 ++++++++++++++++++++++++++++++++----- docs/llms.txt | 26 ++++ docs/robots.txt | 4 + docs/sitemap.xml | 9 ++ docs/styles.css | 304 +++++++++++++++++++++++++++++++---------------- 6 files changed, 457 insertions(+), 132 deletions(-) create mode 100644 docs/favicon.svg create mode 100644 docs/llms.txt create mode 100644 docs/robots.txt create mode 100644 docs/sitemap.xml diff --git a/docs/favicon.svg b/docs/favicon.svg new file mode 100644 index 0000000..ed37b45 --- /dev/null +++ b/docs/favicon.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/docs/index.html b/docs/index.html index bef1457..db50cb7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,18 +8,139 @@ /> + + + - + + - SpecGov | Spec governance for Git repositories + + + + + + + + SpecGov - Spec Governance for Git Pull Requests + + + @@ -30,39 +151,65 @@ SpecGov
- SpecGov pull request report showing an advisory warning for a code change without related spec impact. -
-

Deterministic spec governance for Git

-

- Govern the specs your code is supposed to honor. -

-

- SpecGov keeps requirements, ADRs, product docs, and spec folders - aligned with pull requests without API keys, hosted services, or - model calls. -

-
- Start using SpecGov - - View source - +
+
+

Deterministic spec governance for Git

+

+ Govern the specs your code is supposed to honor. +

+

+ SpecGov keeps requirements, ADRs, product docs, and spec folders + aligned with pull requests without API keys, hosted services, or + model calls. +

+
+
+ SpecGov pull request report showing an advisory warning for a code change without related spec impact. +
@@ -312,6 +459,38 @@

Framework folders

+ +
+
+

Searchable answers

+

Spec governance without a new process.

+
+
+
+ What does SpecGov check? +

+ SpecGov checks whether changed code paths map to requirements, + ADRs, product docs, or spec folders. It reports missing spec + impact, stale artifacts, lifecycle gaps, and unmapped code. +

+
+
+ Does SpecGov need API keys or model calls? +

+ No. SpecGov runs locally and in CI with deterministic checks, so + it does not require API keys, hosted services, or model calls. +

+
+
+ Can SpecGov work with existing spec formats? +

+ Yes. SpecGov maps existing docs, ADRs, .specs folders, Kiro specs, + Spec Kit files, or custom paths through a small .specgov.yml + manifest. +

+
+
+