Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
34 changes: 0 additions & 34 deletions .github/workflows/format-lint.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .gitignore

This file was deleted.

53 changes: 0 additions & 53 deletions AGENTS.md

This file was deleted.

32 changes: 1 addition & 31 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,3 @@
# Sentry Engineering Blog

## Development

```bash
npm install
npm run dev
```

## Build

```bash
npm run build
npm run preview
```

`npm run build` regenerates the static route indexes and sitemap output in `dist/`.

## Formatting and Linting

```bash
# Fix files
npm run format
npm run lint

# Check only (CI)
npm run format:check
npm run lint:check
```

## CI

Formatting and lint checks run in GitHub Actions via `.github/workflows/format-lint.yml` on pushes and pull requests to `main`.
> **This blog has been sunset.** The content has moved to [getsentry/static-sites](https://github.com/getsentry/static-sites) (private repo, Sentry employees only).
35 changes: 0 additions & 35 deletions astro.config.mjs

This file was deleted.

Loading
Loading