diff --git a/website/_redirects b/website/_redirects index 12e35f1b..2d5082a2 100644 --- a/website/_redirects +++ b/website/_redirects @@ -1,3 +1,4 @@ /install /install.sh 200 +/sitemap.xml /sitemap-index.xml 301 /docs/skill/ /docs/agent-skill/ 301 /docs/api/ /docs/socket-api/ 301 diff --git a/website/css/style.css b/website/css/style.css index 74be689f..1754a180 100644 --- a/website/css/style.css +++ b/website/css/style.css @@ -1031,19 +1031,25 @@ samp { align-items: center; flex-wrap: wrap; gap: 0.35rem; - padding-left: 0.1rem; color: var(--muted); font-family: var(--mono); - font-size: 0.78rem; + font-size: 0.72rem; font-weight: 600; } +.install-label { + width: 100%; + color: var(--muted); +} + .install-method { - border: 0; - background: transparent; + border: 1px solid var(--term-border); + border-radius: var(--radius-sm); + background: var(--term-bg); color: var(--muted); cursor: pointer; - padding: 0; + min-height: 2rem; + padding: 0.4rem 0.7rem; font-family: var(--mono); font-weight: 600; } @@ -1055,7 +1061,9 @@ samp { } .install-method.is-active { - color: var(--ink); + border-color: var(--accent); + background: var(--accent-soft); + color: var(--accent); } .install-card { diff --git a/website/index.html b/website/index.html index a9e5bae6..cbcefb00 100644 --- a/website/index.html +++ b/website/index.html @@ -137,14 +137,14 @@
+ Install with - + >Script -
-

- Install script · Homebrew core · Nix flake · single Rust - binary · no Electron -

+

Single Rust binary · no Electron

diff --git a/website/robots.txt b/website/robots.txt index 37e7285b..2dccbcb9 100644 --- a/website/robots.txt +++ b/website/robots.txt @@ -1,4 +1,4 @@ User-agent: * Allow: / -Sitemap: https://herdr.dev/sitemap.xml +Sitemap: https://herdr.dev/sitemap-index.xml diff --git a/website/scripts/prepare-docs.mjs b/website/scripts/prepare-docs.mjs index 4f31f739..c6fefaf7 100644 --- a/website/scripts/prepare-docs.mjs +++ b/website/scripts/prepare-docs.mjs @@ -16,7 +16,6 @@ async function preparePublicAssets() { 'install.sh', 'latest.json', 'robots.txt', - 'sitemap.xml', '_headers', '_redirects', ]) { diff --git a/website/sitemap.xml b/website/sitemap.xml deleted file mode 100644 index 09773e4a..00000000 --- a/website/sitemap.xml +++ /dev/null @@ -1,63 +0,0 @@ - - - - https://herdr.dev/ - 2026-05-17 - 1.0 - - - https://herdr.dev/docs/ - 2026-05-17 - 0.9 - - - https://herdr.dev/docs/install/ - 2026-05-17 - 0.9 - - - https://herdr.dev/docs/quick-start/ - 2026-05-17 - 0.9 - - - https://herdr.dev/docs/concepts/ - 2026-05-17 - 0.8 - - - https://herdr.dev/docs/persistence-remote/ - 2026-05-17 - 0.8 - - - https://herdr.dev/docs/agents/ - 2026-05-17 - 0.8 - - - https://herdr.dev/docs/configuration/ - 2026-05-17 - 0.8 - - - https://herdr.dev/docs/integrations/ - 2026-05-17 - 0.8 - - - https://herdr.dev/docs/cli-reference/ - 2026-05-17 - 0.8 - - - https://herdr.dev/docs/socket-api/ - 2026-05-17 - 0.8 - - - https://herdr.dev/docs/agent-skill/ - 2026-05-17 - 0.7 - -