Skip to main content
The public developer docs are source-controlled in this repository under developer-docs/.

Production source

ItemValue
Repobrightplace-ai/listing-ai
Branchmain
Docs directorydeveloper-docs
Production docs URLhttps://docs.brightplace.ai
PlatformMintlify

Staging source

ItemValue
Repobrightplace-ai/listing-ai
Branchstaging
Docs directorydeveloper-docs
Staging docs URLhttps://staging-docs.brightplace.ai
PlatformMintlify

Review flow

  1. Open a pull request against staging.
  2. Update MDX pages and any schema snapshot changes together.
  3. Run local docs checks.
  4. Review the Mintlify preview deployment.
  5. Merge to staging after approval to update staging docs.
  6. Promote the docs changes to main through the repository release flow to update docs.brightplace.ai.

Required checks

python developer-docs/scripts/check_public_tool_schemas.py
cd developer-docs
npx mint validate --disable-openapi
npx mint broken-links --check-anchors
npx mint a11y

Domain setup

Mintlify domain setup is external to this repository.
  1. Add docs.brightplace.ai in the Mintlify project that watches main.
  2. Add the two verification TXT records shown in the dashboard.
  3. After both TXT records verify, add the production CNAME record:
CNAME docs cname.mintlify.builders
  1. Add staging-docs.brightplace.ai in the Mintlify project that watches staging.
  2. Add the staging verification TXT records shown in that dashboard.
  3. After both staging TXT records verify, add the staging CNAME record:
CNAME staging-docs cname.mintlify.builders
  1. Wait for DNS propagation and TLS provisioning.
  2. Verify:
curl -I https://docs.brightplace.ai
curl -I https://staging-docs.brightplace.ai

Launch checklist

  • https://docs.brightplace.ai resolves with TLS.
  • https://staging-docs.brightplace.ai resolves with TLS.
  • The production Mintlify project deploys from main.
  • The staging Mintlify project deploys from staging.
  • The homepage renders Advisor Connect launch content.
  • Claude and ChatGPT install pages are live.
  • Tool reference includes only the four launch tools.
  • Privacy, Terms, Fair Housing, support, and security links are present.
  • BP-317 launch materials link to docs instead of duplicating setup content.