Docs site: language switch, Agent Skills nav, and CN intro deck - #17
Merged
Conversation
Slides 11 and 12 were previously marked legacy-hidden and had never been published. Restoring them puts their content on the public docs site, and the "Structured Error Analysis" slide carried a real allocation map: two internal Slurm hostnames and the frontend's private address. Replace them with neutral placeholders in both the EN and CN decks. The slide is illustrating how an sflow run is diagnosed, so the exact host names and IP carry no explanatory value -- only the shape of the allocation and the timeline matter.
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.
Brings only the
docs-site/changes fromdevelopontomain. None of PR #15'ssrc/sflowcode, tests,docs/userpages or examples are included —git diff main..HEAD -- ':!docs-site'is empty.
Cherry-picked
b15051c+6db2b64(they applied cleanly), plus one new redaction commit.What lands
sflow_intro_zh.html) and an EN/CN language switch on both decks.Language is carried in the query string (
/?lang=zh) rather than swapped in place, so theChinese deck is shareable, bookmarkable and survives a reload. The current slide is carried
across the switch via the URL hash.
agentssidebar so it is a peer of Docs. The entry is version-aware;v0.1.0predates theskills feature and correctly gets no
agentssidebar.stack actually layers. Animation timing and the colour ramp stay bound to position, so the
bottom-up build wave and the green-to-cyan gradient are unchanged.
../../../image path left over from when the file lived indocs/developer/dev-notes/.legacy-hiddenslides restored, taking the deck from 16 to 18 slides.Redaction
The restored "Structured Error Analysis" slide had never been public and carried a real
allocation map — two internal Slurm hostnames and the frontend's private address. Replaced
with neutral placeholders in both decks. The slide illustrates how a run is diagnosed, so the
exact host names and IP carry no explanatory value.
Verification
docs-sitetests pass.baseUrl=/nv-sflow/(the one broken-anchor warning ondocs/v0.1.0/sflow_srdpredates this branch)./↔/?lang=zhand holds slideposition; Agent Skills activates its own sidebar and
v0.1.0does not 404; the redactedslide renders with no overflow.