docs: Update docs version for 0.3.0#211
Merged
chtruong814 merged 2 commits intoMay 29, 2026
Merged
Conversation
Signed-off-by: Charlie Truong <chtruong@nvidia.com>
Contributor
Greptile SummaryThis PR prepares the documentation infrastructure for the 0.3.0 release by updating version metadata and adding a new GitHub Actions workflow for publishing docs to Akamai/S3.
Confidence Score: 5/5Safe to merge — all three changes are straightforward docs versioning updates with no logic or runtime risk. The changes are limited to bumping a version string in project.json, extending the version-picker JSON with correct absolute URLs, and adding a well-structured CI workflow that delegates all heavy lifting to pinned, shared FW-CI-templates actions. No application logic is touched. No files require special attention. Important Files Changed
Sequence DiagramsequenceDiagram
participant Trigger as workflow_dispatch / workflow_call
participant BuildJob as build-docs job (FW-CI-templates@v0.67.0)
participant PublishJob as publish-docs job (FW-CI-templates@v0.74.0)
participant Akamai as Akamai CDN
participant S3 as AWS S3
Trigger->>BuildJob: "ref, sync-all=true"
BuildJob-->>PublishJob: docs-html artifact (_build/html)
PublishJob->>PublishJob: "checkout FW-CI-templates@v0.74.0"
PublishJob->>S3: upload docs (s3-target-path: nemo/emerging-optimizers)
PublishJob->>Akamai: publish versioned or latest dir
PublishJob-->>Trigger: send notification email (if configured)
Reviews (2): Last reviewed commit: "Add release docs workflow" | Re-trigger Greptile |
Signed-off-by: Charlie Truong <chtruong@nvidia.com>
thomasdhc
approved these changes
May 29, 2026
skyw
added a commit
that referenced
this pull request
Jun 1, 2026
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.
docs: Update docs version for 0.3.0
Add release docs workflow for manual publishing