Skip to content

Commit 65ff1df

Browse files
authored
Merge branch 'master' into docs-home-and-nav-refresh-v1
2 parents fd2a1cc + 820cdba commit 65ff1df

File tree

392 files changed

+7706
-5794
lines changed

Some content is hidden

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

392 files changed

+7706
-5794
lines changed

.babelrc.js.bak

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

.eslintignore

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

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ npm-debug.log*
44
yarn-debug.log*
55
yarn-error.log*
66

7+
# Ignore generated export markdown files
8+
/public/md-exports/
9+
710
# Runtime data
811
pids
912
*.pid

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"**/src/wizard/**": true
1515
},
1616
"cSpell.words": [
17+
"fixability",
1718
"laravel",
1819
"subprocessor",
1920
"subprocessors"

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-
```

app/sitemap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {getDevDocsFrontMatter, getDocsFrontMatter} from 'sentry-docs/mdx';
55

66
export default async function sitemap(): Promise<MetadataRoute.Sitemap> {
77
if (isDeveloperDocs) {
8-
const docs = getDevDocsFrontMatter();
8+
const docs = await getDevDocsFrontMatter();
99
const baseUrl = 'https://develop.sentry.dev';
1010
return docsToSitemap(docs, baseUrl);
1111
}

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.

0 commit comments

Comments
 (0)