getsentry/develop

58

stars

1,177

commits

MDX

primary language

Aug 14, 2024

updated

develop.sentry.dev
octoberfest
tag-archived

README

Sentry Developer Documentation

[!WARNING]
The contents of this repository have been migrated to getsentry/sentry-docs

Welcome to Sentry's Developer documentation!

Quickstart

Simply run the following:

 yarn run init
 yarn run develop

Open the docs on your browser at http://localhost:8000/

NOTES:

  • yarn run init copies .env.example to .env.development.
  • No need to install gatsby-cli globally
  • Docs live in docs/ and pages/.

Making Search Changes

The search functionality is built with Algolia. If you wish to test index changes or other changes to the searching behavior, you'll need to generate a production build with a special flag to write to your development environment:

GATSBY_ENV=development yarn gatsby build

NOTES:

  • Using GATSBY_ENV=development allows you to reuse the .env.development file
  • The contents will be placed under public/

You will also need to configure the following in your .env.development:

  • ALGOLIA_INDEX=1
  • ALGOLIA_ADMIN_KEY=[admin write key]

Deployment

master is automatically deployed via Vercel.

Contributors

(top 30 of 178)

dependabot[bot]

95 commits

dcramer

73 commits

AbhiPrasad

60 commits

philipphofmann

46 commits

getsentry/develop

58

stars

1,177

commits

MDX

primary language

Aug 14, 2024

updated

develop.sentry.dev
octoberfest
tag-archived

README

Sentry Developer Documentation

[!WARNING]
The contents of this repository have been migrated to getsentry/sentry-docs

Welcome to Sentry's Developer documentation!

Quickstart

Simply run the following:

 yarn run init
 yarn run develop

Open the docs on your browser at http://localhost:8000/

NOTES:

  • yarn run init copies .env.example to .env.development.
  • No need to install gatsby-cli globally
  • Docs live in docs/ and pages/.

Making Search Changes

The search functionality is built with Algolia. If you wish to test index changes or other changes to the searching behavior, you'll need to generate a production build with a special flag to write to your development environment:

GATSBY_ENV=development yarn gatsby build

NOTES:

  • Using GATSBY_ENV=development allows you to reuse the .env.development file
  • The contents will be placed under public/

You will also need to configure the following in your .env.development:

  • ALGOLIA_INDEX=1
  • ALGOLIA_ADMIN_KEY=[admin write key]

Deployment

master is automatically deployed via Vercel.

Contributors

(top 30 of 178)

dependabot[bot]

95 commits

dcramer

73 commits

AbhiPrasad

60 commits

philipphofmann

46 commits

Languages

MDX

90.9%

TypeScript

6.2%

SCSS

1.9%