Skip to content

Consolidate install instructions into smallstep-agent page (EFF-313)#515

Merged
tashian merged 11 commits into
mainfrom
carl/eff-313-consolidate-install-instructions
May 21, 2026
Merged

Consolidate install instructions into smallstep-agent page (EFF-313)#515
tashian merged 11 commits into
mainfrom
carl/eff-313-consolidate-install-instructions

Conversation

@tashian
Copy link
Copy Markdown
Contributor

@tashian tashian commented May 21, 2026

Summary

Consolidates the two overlapping agent-install docs pages into a single canonical install entry point at /docs/platform/smallstep-agent/.

  • Merges smallstep-app.mdx content into smallstep-agent.mdx. The new page covers macOS, Windows, and Linux end-to-end: unified System / Runtime / Connectivity requirements above the per-OS install sections, plus a Downloads section with both unversioned _latest URLs and a pointer to releases.smallstep.com for versioned artifacts with SHA-256 + signature verification.
  • Deletes smallstep-app.mdx.
  • Adds a top-of-page pointer to the troubleshooting guide and moves the per-OS PKCS#11 troubleshooting subsection over there (next to the existing PKCS#11 diagnostics).
  • Repoints inbound links in enrollment-guide.mdx and troubleshooting-agent.mdx. Collapses an accidental sed-induced duplicate link in enrollment-guide. Fixes pre-existing macOS Uninstall list step numbering (was 1, 3, 4).
  • Updates manifest.json nav: drops the "Install the Smallstep App" entry, renames "Deploy the Agent" → "Install the Smallstep Agent".

Paired with a redirect in smallstep/smallstep.com#TBD — that PR must merge alongside this one or /docs/platform/smallstep-app/ will 404.

Linear: EFF-313

Test plan

  • Preview deploy renders /docs/platform/smallstep-agent/ with section order Introduction → System requirements → Runtime requirements → Connectivity requirements → Downloads → Linux / macOS / Windows installation.
  • Anchors #system-requirements, #runtime-requirements, #connectivity-requirements scroll to the right section (used by troubleshooting-agent.mdx).
  • Left sidebar under "Configure Devices for Smallstep" shows "Install the Smallstep Agent" only — no "Install the Smallstep App".
  • troubleshooting-agent.mdx's "PKCS#11 not working" section renders with the moved-in Diagnose block + p11-kit doc link.

🤖 Generated with Claude Code

tashian added 10 commits May 21, 2026 09:11
The MDX renderer auto-slugs each `# heading` to the same kebab-case id
already targeted by inbound links. The explicit `<a id="..."></a>` tags
were producing a parallel id with a trailing dash (e.g.
`id="system-requirements-"`) and visible whitespace in the rendered
heading text. Removing them yields a single clean `id="system-requirements"`
on the heading itself, and inbound links from troubleshooting-agent.mdx
continue to resolve.

EFF-313
The conditional phrasing was left over from when this page only covered
manual install. Now the page is the canonical install guide regardless of
distribution method; the MDM Alert that follows already handles the
"but I'm on an MDM" case.

EFF-313
…ection

These stable, unversioned URLs were on the old smallstep-app page and got
dropped in the initial consolidation. The releases.smallstep.com SPA only
shows versioned artifacts, so the _latest aliases aren't surfaced anywhere
else and are useful for embedding in scripts and docs.

EFF-313
… over

- Add a 'Running into trouble?' pointer to the troubleshooting guide just
  below the MDM callout in the Introduction.
- Move the PKCS#11 troubleshooting subsection (logs + `pkcs11-tool` slot
  enumeration + p11-kit reference) from the install page into the
  existing 'PKCS#11 not working' section of troubleshooting-agent.mdx,
  where the rest of the PKCS#11 diagnostics already live. Replace the
  install-page subsection with a one-line link.

EFF-313
@tashian tashian requested a review from a team as a code owner May 21, 2026 18:40
@tashian tashian enabled auto-merge May 21, 2026 18:47
@tashian tashian merged commit 8b30295 into main May 21, 2026
4 checks passed
@tashian tashian deleted the carl/eff-313-consolidate-install-instructions branch May 21, 2026 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants