Link publicsite capability chips
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (none, python) (push) Has been cancelled
Build Debian package / build (amd64) (push) Has been cancelled
Build Debian package / build (arm64) (push) Has been cancelled
Deploy Publicsite to GitHub Pages / deploy (push) Has been cancelled
Build Docker image / buildx (push) Has been cancelled
Run linters / lint (push) Has been cancelled
Build Pip package / build (push) Has been cancelled
Release State / release-state (push) Has been cancelled
Parallel Tests / Discover test files (push) Has been cancelled
Parallel Tests / Plugin tests (push) Has been cancelled
Run tests / python_tests (ubuntu-22.04, 3.13) (push) Has been cancelled
Run tests / docker_tests (push) Has been cancelled
Build Debian package / test (amd64, ubuntu-24.04) (push) Has been cancelled
Build Debian package / test (arm64, ubuntu-24.04-arm) (push) Has been cancelled
Build Debian package / release (push) Has been cancelled
Parallel Tests / ${{ matrix.test.name }} (push) Has been cancelled

Signed-off-by: Nick Sweeting <git@sweeting.me>
This commit is contained in:
Nick Sweeting 2026-04-23 22:18:30 -07:00
parent 9b8f00fa26
commit caba6e4246
2 changed files with 13 additions and 7 deletions

View File

@ -111,12 +111,12 @@
</section>
<section class="trust-strip" aria-label="ArchiveBox capabilities">
<span>CLI</span>
<span>Web UI</span>
<span>REST API</span>
<span>Webhooks</span>
<span>Browser extension</span>
<span>Filesystem access</span>
<a href="https://github.com/ArchiveBox/ArchiveBox/wiki/Usage#cli-usage">CLI</a>
<a href="https://github.com/ArchiveBox/ArchiveBox/wiki/Usage#ui-usage">Web UI</a>
<a href="https://github.com/ArchiveBox/ArchiveBox/wiki/Setting-up-Authentication#rest-api">REST API</a>
<a href="https://github.com/ArchiveBox/ArchiveBox/pull/1418">Webhooks</a>
<a href="https://github.com/ArchiveBox/ArchiveBox/wiki/Usage#browser-extension-usage">Browser extension</a>
<a href="https://github.com/ArchiveBox/ArchiveBox#archive-layout">Filesystem access</a>
</section>
<section class="section split">

View File

@ -449,7 +449,7 @@ h3 {
border-radius: var(--radius);
}
.trust-strip span {
.trust-strip a {
display: inline-flex;
min-height: 34px;
align-items: center;
@ -461,6 +461,12 @@ h3 {
font-weight: 720;
}
.trust-strip a:hover {
color: var(--text);
text-decoration: none;
background: hsl(var(--background));
}
.split {
display: grid;
grid-template-columns: minmax(240px, 0.54fr) minmax(0, 1fr);