Skip to content

Commit

Permalink
make sure tutorial page builds
Browse files Browse the repository at this point in the history
  • Loading branch information
shanamatthews committed Jul 14, 2023
1 parent 6c372e6 commit 4d35978
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/api/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ The current version of the web API is known as **v0** and is considered to be in
- [Permissions](/api/permissions/)
- [Rate Limits](/api/ratelimits)
- [Requests](/api/requests/)
- [Tutorial](/api/tutorial/)
2 changes: 1 addition & 1 deletion src/api/tutorial.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Create and List Teams with the Sentry API
sidebar_order: 10
sidebar_order: 7
---

This guide walks you through the basics of authenticating with Sentry's API and using the API to list the teams in an organization and create a new team.
Expand Down
2 changes: 1 addition & 1 deletion src/gatsby/createPages/createApiReference.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const createApiReference = async ({
const data = await getDataOrPanic(
`
query {
allFile(filter: {absolutePath: {}, relativePath: {in: ["permissions.mdx", "auth.mdx", "index.mdx", "requests.mdx", "pagination.mdx", "ratelimits.mdx"]}, dir: {regex: "/api/"}}) {
allFile(filter: {absolutePath: {}, relativePath: {in: ["permissions.mdx", "auth.mdx", "index.mdx", "requests.mdx", "pagination.mdx", "ratelimits.mdx", "tutorial.mdx"]}, dir: {regex: "/api/"}}) {
nodes {
id
childMarkdownRemark {
Expand Down

0 comments on commit 4d35978

Please sign in to comment.