Skip to content

Commit 8bd0443

Browse files
dcramercursoragent
andauthored
Remove changelog references from docs (#13987)
The `apps/changelog` directory and all its contents were removed, following its migration to a separate repository. This included the application's source code, Next.js configurations, Prisma schema and migrations, public assets, and various client-side React components. Associated local file references were also cleaned up: * In `.eslintignore`, the `apps/changelog` entry was removed to prevent linting the non-existent directory. * The `tsconfig.json` file was updated by removing `"apps/changelog"` from its `exclude` array, ensuring the TypeScript compiler no longer attempts to process the migrated application's files. These changes ensure the docs repository is free of the migrated changelog application and its local dependencies. The changelog repository is now at https://github.com/getsentry/sentry-changelog --------- Co-authored-by: Cursor Agent <[email protected]>
1 parent ad4240c commit 8bd0443

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+11
-4298
lines changed

.eslintignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
.babelrc.js
2-
apps/changelog

CONTRIBUTING.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -20,29 +20,3 @@ yarn dev:developer-docs
2020
```
2121

2222
With that, the repo is fully set up and you are ready to open local docs under http://localhost:3000
23-
24-
### Database
25-
26-
There is a compose file to start a local postgres db:
27-
28-
```
29-
docker-compose up -d
30-
```
31-
32-
If you already run a local postgres, it will create a `changelog` table.
33-
34-
The inital setup or the clean the database call:
35-
36-
```
37-
yarn migrate:dev
38-
```
39-
40-
To add new entries, visit `/changelog/_admin` you need to have a Google Account in the Sentry org to login.
41-
42-
#### Seeding
43-
44-
Call
45-
46-
```
47-
npx prisma db seed
48-
```

apps/changelog/.env.development

Lines changed: 0 additions & 8 deletions
This file was deleted.

apps/changelog/.env.example

Lines changed: 0 additions & 9 deletions
This file was deleted.

apps/changelog/.gitignore

Lines changed: 0 additions & 41 deletions
This file was deleted.

apps/changelog/README.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

apps/changelog/docker-compose.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

apps/changelog/next.config.mjs

Lines changed: 0 additions & 62 deletions
This file was deleted.

apps/changelog/package.json

Lines changed: 0 additions & 71 deletions
This file was deleted.

apps/changelog/postcss.config.mjs

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)