Remove /reference/account/ from no-more-404 skipPatterns#4993
Merged
shannonbradshaw merged 4 commits intoviamrobotics:mainfrom Apr 21, 2026
Merged
Remove /reference/account/ from no-more-404 skipPatterns#4993shannonbradshaw merged 4 commits intoviamrobotics:mainfrom
shannonbradshaw merged 4 commits intoviamrobotics:mainfrom
Conversation
Fourth in the series. /reference/account/* has a wildcard redirect to /reference/, so removing the skip should be safe. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for viam-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
These were stub copies of the canonical pages at /reference/device-setup/setup-micro/. They had _build:list:never to hide them from nav but Hugo still rendered them, serving the stub content at /set-up-a-machine/setup-micro/* instead of redirecting to the real pages. Add /set-up-a-machine/setup-micro/* and /foundation/setup-micro/* aliases to the canonical pages and delete the stubs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Hugo aliases generate Netlify _redirects, not on-disk index.html files (disableAliases = true in config.toml). htmltest checks for actual files and doesn't process _redirects, so the body-text link to the old /set-up-a-machine/setup-micro/ path failed even though the alias would work in production. Update the link directly to the canonical /reference/device-setup/ setup-micro/ destination. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The previous commits left some references pointing to a path that no longer exists. The micro-RDK content lives at /reference/device-setup/setup-micro/. - Add /operate/get-started/other-hardware/micro-module/ alias to setup-micro _index (was lost when the stub was deleted) - Add /reference/viam-micro-server/ and /architecture/viam-micro-server/ aliases to setup-micro _index - Remove the netlify.toml redirect from /architecture/viam-micro-server/ since the Hugo alias handles it - Update body-text link in build-modules/write-a-cpp-module.md - Update body-text link and full_link in glossary/viam-micro-server.md Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
🔎💬 Inkeep AI search and chat service is syncing content for source 'Viam Docs' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Fourth cleanup in the skipPattern series. `/reference/account/*` already has a wildcard redirect to `/reference/`, so the skip should be redundant.
Test plan
🤖 Generated with Claude Code