Skip to content

docs: point wiki links at the published documentation - #212

Merged
jfrench9 merged 1 commit into
mainfrom
feature/docs-links-to-published-site
Sep 17, 2026
Merged

jfrench9 merged 1 commit into
mainfrom
feature/docs-links-to-published-site

Conversation

@jfrench9

Copy link
Copy Markdown
Member

Summary

The RoboSystems wiki is now rendered and indexable at robosystems.ai/docs/technical. GitHub serves the wiki itself with X-Robots-Tag: none, so both links pointing there sent readers and crawlers to a page no search engine will index, while the same content is now published on the site. Same change is going out across the client and app repos; the pattern was set in RoboFinSystems/robosystems#1425.

Changes

Two links across two files, both relabelled from Wiki to Documentation and repointed at the published copy:

  • README.md — the Support list entry.
  • .github/CONTRIBUTING.md — the Community list entry.

Nothing regenerated; no api/, models/, facade or packaging change. The relabel is the one judgement: the wiki is still where these pages are written, it is no longer where readers should be sent. No Quick-Start link exists in this repo, so that judgement did not arise here.

Compatibility

INTERNAL — documentation only. No emitted surface changed, so neither the stable tier (facades, root exports, error classes, auth config, the emit-path symbols the integration template imports) nor the generated tier moves. Integrators pinned >=1,<2 see no difference.

Testing

  • The destination URL answers 200, checked with curl against production: https://robosystems.ai/docs/technical.
  • grep confirms no robosystems/wiki link remains anywhere in the repo.
  • The pre-commit gate ran in full and passed: ruff check, ruff format --check, basedpyright, pytest (591 passed, 17 skipped).
  • No distribution built and no SDK regeneration attempted — neither packaging nor the API surface is involved.

🤖 Generated with Claude Code

https://claude.ai/code/session_011KBrhQHzwrB39C4c4Vw9Pq

The RoboSystems wiki is now rendered and indexable at
robosystems.ai/docs/technical. GitHub serves the wiki itself with
`X-Robots-Tag: none`, so both links sent readers and crawlers to a page
no search engine will index.

Relabels them "Documentation" too — the wiki is still where the pages
are written, just no longer where readers should be sent.

Claude-Session: https://claude.ai/code/session_011KBrhQHzwrB39C4c4Vw9Pq
@jfrench9
jfrench9 merged commit 159ff23 into main Sep 17, 2026
4 checks passed
@jfrench9
jfrench9 deleted the feature/docs-links-to-published-site branch September 17, 2026 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant