You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a small docs PR that reserves a troubleshooting page slot and adds it to the sitemap.
Issues
Content is a placeholder
The file body is just TODO. Merging a publicly-visible documentation page with no real content creates a broken experience for users who land on it (e.g., from a search engine or internal link). Consider either:
Adding at least a minimal set of real troubleshooting items before merging, or
Keeping the page in a draft/hidden state until it has content (e.g., remove the sitemap entry and merge only once content is ready)
Sitemap placement vs. file path
The file lives at /docs/general/troubleshooting but is inserted into the sitemap under the Actors section (after /docs/actors/limits). This mirrors the existing pattern for /docs/general/cors, so it isn't wrong, but it may confuse contributors later who expect general-path pages to live in a separate section. If the intent is truly actor-focused troubleshooting, consider /docs/actors/troubleshooting to match its siblings.
Description scope
The frontmatter description says "Common issues and solutions when working with Rivet Actors" which is appropriately scoped if this page stays actor-focused. Just worth confirming that's the intended scope given the general/ path.
What's correct
All three required frontmatter fields (title, description, skill) are present per CLAUDE.md conventions.
The sitemap entry is correctly formatted and placed.
The skill: true flag is set, consistent with other docs pages like limits.mdx.
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
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.
Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: