This document started as the phase 0 ownership freeze and now tracks the current canonical source for each public docs section as the guide-format rewrite lands.
Use this file before editing user-facing documentation:
- Find the section you are changing.
- Update the current canonical source listed here.
- Update the matching target page in
docs/if it exists. - Do not land end-user documentation changes only in a package README.
Rules
docs/is the long-term home for end-user documentation.- Package
README.mdfiles remain valid quickstarts, but they are not allowed to drift without a matching docs target. - Generated content under
docs/reference/api/stays script-owned. - Strategy and parity pages can support end-user pages, but they are not the primary onboarding surface.
Section Inventory
Downloads
Current canonical source:
docs/downloads/index.md
Target page:
docs/downloads/index.md
Supporting references:
docs/guides/api-publish-install.mdpackages/client-node/README.mdpackages/client-python/README.md.github/workflows/client-release.ymlscripts/clients/release-node-client.shscripts/clients/release-python-client.shscripts/clients/release-homebrew.sh
Getting Started
Current canonical source:
docs/getting-started/index.mddocs/getting-started/installation.mddocs/getting-started/first-script.mddocs/getting-started/dashboard.md
Target page:
docs/getting-started/index.md
Supporting references:
docs/index.mdpackages/client-node/README.mdpackages/client-python/README.md
Node.js Client
Current canonical source:
docs/nodejs-client/index.mddocs/nodejs-client/installation.mddocs/nodejs-client/first-script.mddocs/nodejs-client/runtime.mddocs/nodejs-client/troubleshooting.md
Target page:
docs/nodejs-client/index.md
Supporting references:
packages/client-node/README.mddocs/guides/node-package-user-flow.mddocs/strategy/client-strategy.mdpackages/client-node/src/
Python Client
Current canonical source:
docs/python-client/index.mddocs/python-client/installation.mddocs/python-client/first-script.mddocs/python-client/runtime.mddocs/python-client/troubleshooting.md
Target page:
docs/python-client/index.md
Supporting references:
packages/client-python/README.mddocs/strategy/client-strategy.mdpackages/client-python/sikuligo/
Golang API
Current canonical source:
docs/golang-api/index.mddocs/golang-api/installation.mddocs/golang-api/first-program.mddocs/golang-api/core-types.mddocs/golang-api/runtime-and-reference.md
Target page:
docs/golang-api/index.md
Supporting references:
docs/reference/api/index.mddocs/reference/api/pkg-sikuli.mddocs/guides/build-from-source.mddocs/guides/ocr-integration.mddocs/guides/input-automation.mddocs/guides/app-control.mdpackages/api/pkg/sikuli/
Getting Help
Current canonical source:
docs/getting-help/index.mddocs/getting-help/faq.mddocs/getting-help/reporting-issues.md
Target page:
docs/getting-help/index.md
Supporting references:
packages/client-node/README.mdpackages/client-python/README.mddocs/guides/build-from-source.md
Contribution
Current canonical source:
docs/contribution/index.mddocs/contribution/development-setup.mddocs/contribution/docs-workflow.md
Target page:
docs/contribution/index.md
Supporting references:
README.mddocs/guides/build-from-source.md.github/workflows/go-test.yml.github/workflows/docs-pages.ymlscripts/
License
Current canonical source:
LICENSE
Target page:
docs/license/index.md
Supporting references:
README.md
Secondary Sections
These sections are not part of the primary guide flow, but they still have fixed ownership:
Reference: current canonical sources aredocs/reference/index.mdand generated pages underdocs/reference/api/.Guides: current canonical source isdocs/guides/index.mdplus the guide pages underdocs/guides/.Strategy: current canonical source isdocs/strategy/index.mdplus strategy pages underdocs/strategy/.Benchmarks: current canonical source is the bench pages and reports underdocs/bench/.