sentry-docs icon indicating copy to clipboard operation
sentry-docs copied to clipboard

Develop docs 2

Open a-hariti opened this issue 8 months ago • 4 comments

Platforms changes for developer docs

cutoff point

Author: Alberto Leal <[email protected]>
Date:   Thu Jun 27 16:34:50 2024 -0400

    fix: Update docs on running migration tests (#1323)

Introduces two npm scripts for developer docs:

  1. Dev
 yarn dev:developer-docs 
  1. Build
yarn build:developer-docs

TODO:

  • [x] port <JsonSchema /> component and its logic
  • [x] add data-schemas submodule dependency
  • [x] port Dependabot logic to update it automatically
  • [x] sidebar nesting
  • [x] home page
  • [x] sitemap
  • [ ] revert build npm script to build sdk docs and use build:developer-docs instead
  • [x] limit vercel.json redirects to hostname
    • [x] account for preview subdomains
    • [x] port latest redirects fromvercel.json on master
  • [x] fix breadcrums
  • [x] fix Github CTA
  • [ ] Algolia search for developer docs
  • [ ] add a blip of context to:
    • develop-docs/backend/index.mdx
    • develop-docs/services/index.mdx

a-hariti avatar Jun 10 '24 20:06 a-hariti