API reference: populate stubs, update CSV, add missing methods, delete SLAM#4895
Merged
shannonbradshaw merged 4 commits intoviamrobotics:new-docs-sitefrom Apr 13, 2026
Merged
Conversation
✅ Deploy Preview for viam-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Move all API reference content from dev/reference/apis/ (hidden section) to reference/apis/ (visible in nav). 37 files populated from stubs. - Add alias redirects from old /dev/reference/apis/ paths - Update 48 internal links in page body to use new /reference/apis/ paths - Fix heading level violations in sessions.md - Preserve existing aliases (appendix, program paths) The dev/reference/apis/ pages remain for now but will be removed when the dev/ section is fully deprecated. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
CSV fixes (sdk_protos_map.csv): - Add motor.GetGeometries (Python only) - Add servo.GetGeometries (Python only) - Delete stale data_manager.UploadImageToDatasets (renamed to UploadBinaryDataToDatasets) - Fix billing.GetInvoicePDF -> GetInvoicePdf (match proto case) - Add 10 fleet methods (Go SDK only): DisableBillingService, EnableBillingService, GetBillingServiceConfig, ListOAuthApps, OrganizationGet/SetLogo, OrganizationGet/SetSupportEmail, TransferRegistryItem, UpdateBillingService - Add 7 data methods: AddTagsToBinaryDataByFilter, CreateBinaryDataSignedURL, CreateIndex, DeleteIndex, ListIndexes, RemoveTagsFromBinaryDataByFilter, UpdateBoundingBox - Add 2 billing methods: ChargeOrganization, SendPaymentRequiredEmail - Add 1 ml_training method: GetTrainingJobLogs (Go only) - Add 4 robot methods (Go only): GetPose, ListTunnels, SendTraces, Tunnel Delete SLAM API page: - Remove reference/apis/services/SLAM.md (not documenting SLAM) - Add alias redirects on services/_index.md for old SLAM URLs - Remove SLAM card from reference/apis/_index.md Note: 31 proto methods remain undocumented because they are not implemented in any SDK (OAuth, Firebase, push tokens, fragment tags, saved queries, billing tiers, ListSupportedContainers). These need SDK implementations before they can be documented. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
7f1a79b to
d27133c
Compare
The first commit added /dev/reference/apis/services/SLAM/ as an alias on the SLAM page. The second commit deleted the page, losing that alias. Add it to services/_index.md so the path still resolves. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Remove SLAM aliases from services/_index.md and add them to the APIs overview (_index.md) instead. All SLAM URLs now redirect to the APIs overview page. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
Two commits:
Commit 1: Populate reference/apis stubs
Populates all 37 API reference page stubs in reference/apis/ with content from dev/reference/apis/. Moves API documentation from the hidden dev/ section to the visible reference/ section. Adds alias redirects, updates 48 internal links, fixes heading violations in sessions.md.
Commit 2: CSV fixes and SLAM deletion
Added 25 method rows to sdk_protos_map.csv for methods that exist in Go or Python SDKs but were missing:
Fixed 2 entries:
Deleted SLAM API page (not documenting SLAM). Added alias redirects.
Not included
31 proto methods remain undocumented because no SDK implements them yet (OAuth, Firebase, push tokens, fragment tags, saved queries, billing tiers, ListSupportedContainers).
Test plan
🤖 Generated with Claude Code