Rewrite the open-source documentation site - #2698
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This comment has been minimized.
This comment has been minimized.
amankrx
force-pushed
the
docs/oss-rewrite
branch
from
August 19, 2026 10:04
7ea8620 to
021768a
Compare
amankrx
force-pushed
the
docs/oss-rewrite
branch
from
August 19, 2026 10:08
021768a to
18fb23a
Compare
amankrx
force-pushed
the
docs/oss-rewrite
branch
from
August 19, 2026 10:34
18fb23a to
a7d64ee
Compare
amankrx
force-pushed
the
docs/oss-rewrite
branch
from
August 19, 2026 21:06
a7d64ee to
70e4371
Compare
amankrx
force-pushed
the
docs/oss-rewrite
branch
from
August 20, 2026 16:40
70e4371 to
61089ab
Compare
Member
|
Excellent PR! |
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.
What and why
Rewrites the open-source documentation site from the ground up until
v1.6.5. The old docs were a catalogue of pages grouped by artifact type; this replaces them with a reading path (Getting started, Remote execution, Configuration, How-to guides, then Operate), one page per concept, every behavioral claim checked against the source and linked to it at the pinned release tag, and the configuration, metrics and changelog references generated from the repository rather than transcribed. Kubernetes deployment now points at NativeLink Enterprise, the retired Cloud tier is gone, and the site carries/llms.txtand/llms-full.txtso agents can read the whole corpus in one fetch.The rendered site is the best way to review the content: https://nativelink-git-fork-amankrx-docs-7b750d-native-link-web-assets.vercel.app/. Beyond the pages, these parts need eyes in the diff:
<SourceLink>resolves against;lib/config-versions.tsregenerated (18 versions, v1.6.5 latest).web/apps/docs/.gitignore(generated changelog and llms files),package.jsonscripts,source.config.ts(Shiki starlark alias),app/layout.tsxtitle template.How was this verified?
Every page was verified against the v1.6.5 checkout (Rust source, config crate, examples, protos, workflows, LICENSE and file headers), and against the third-party tools' own docs for Bazel, Buck2, Siso, Pants, BuildStream and recc flags; wrong claims were corrected or removed.
Risk
Docs only; no binary or config change. Old URLs redirect (next.config.mjs), so cached links keep working.
This change is