Skip to content

Commit 0b8d3d1

Browse files
authored
Merge branch 'main' into reesscot-patch-2
2 parents 053abbd + b9a0489 commit 0b8d3d1

File tree

27 files changed

+27
-0
lines changed

27 files changed

+27
-0
lines changed

src/pages/[platform]/build-a-backend/auth/email-only-sign-up/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export function getStaticProps(context) {
1414
return {
1515
props: {
1616
platform: context.params.platform,
17+
showBreadcrumbs: false,
1718
meta
1819
}
1920
};

src/pages/[platform]/build-a-backend/auth/manage-user-attributes/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export function getStaticProps(context) {
1414
return {
1515
props: {
1616
platform: context.params.platform,
17+
showBreadcrumbs: false,
1718
meta
1819
}
1920
};

src/pages/[platform]/build-a-backend/functions/appsync-operations-to-lambda-layer/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export function getStaticProps(context) {
1414
return {
1515
props: {
1616
platform: context.params.platform,
17+
showBreadcrumbs: false,
1718
meta
1819
}
1920
};

src/pages/[platform]/build-a-backend/functions/cognito-trigger-lambda-dynamodb/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export function getStaticProps(context) {
1515
return {
1616
props: {
1717
platform: context.params.platform,
18+
showBreadcrumbs: false,
1819
meta
1920
}
2021
};

src/pages/[platform]/build-a-backend/functions/connect-rest-api/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export function getStaticProps(context) {
1414
return {
1515
props: {
1616
platform: context.params.platform,
17+
showBreadcrumbs: false,
1718
meta
1819
}
1920
};

src/pages/[platform]/build-a-backend/functions/dynamodb-from-lambda-nodejs/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export function getStaticProps(context) {
1414
return {
1515
props: {
1616
platform: context.params.platform,
17+
showBreadcrumbs: false,
1718
meta
1819
}
1920
};

src/pages/[platform]/build-a-backend/functions/dynamodb-from-lambda-python/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export function getStaticProps(context) {
1414
return {
1515
props: {
1616
platform: context.params.platform,
17+
showBreadcrumbs: false,
1718
meta
1819
}
1920
};

src/pages/[platform]/build-a-backend/functions/graphql-from-lambda/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export function getStaticProps(context) {
1414
return {
1515
props: {
1616
platform: context.params.platform,
17+
showBreadcrumbs: false,
1718
meta
1819
}
1920
};

src/pages/[platform]/build-a-backend/functions/graphql-server-lambda/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export function getStaticProps(context) {
1414
return {
1515
props: {
1616
platform: context.params.platform,
17+
showBreadcrumbs: false,
1718
meta
1819
}
1920
};

src/pages/[platform]/build-a-backend/functions/integrate-dynamodb-with-lambda/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export function getStaticProps(context) {
1414
return {
1515
props: {
1616
platform: context.params.platform,
17+
showBreadcrumbs: false,
1718
meta
1819
}
1920
};

src/pages/[platform]/build-a-backend/graphqlapi/build-a-form-api/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export function getStaticProps(context) {
2222
return {
2323
props: {
2424
platform: context.params.platform,
25+
showBreadcrumbs: false,
2526
meta
2627
}
2728
};

src/pages/[platform]/build-a-backend/graphqlapi/graphql-pagination/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export function getStaticProps(context) {
2323
return {
2424
props: {
2525
platform: context.params.platform,
26+
showBreadcrumbs: false,
2627
meta
2728
}
2829
};

src/pages/[platform]/build-a-backend/graphqlapi/lambda-graphql-resolvers/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export function getStaticProps(context) {
2323
return {
2424
props: {
2525
platform: context.params.platform,
26+
showBreadcrumbs: false,
2627
meta
2728
}
2829
};

src/pages/[platform]/build-a-backend/graphqlapi/subscriptions-by-id/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export function getStaticProps(context) {
2424
return {
2525
props: {
2626
platform: context.params.platform,
27+
showBreadcrumbs: false,
2728
meta
2829
}
2930
};

src/pages/[platform]/build-a-backend/restapi/express-server/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export function getStaticProps(context) {
2222
return {
2323
props: {
2424
platform: context.params.platform,
25+
showBreadcrumbs: false,
2526
meta
2627
}
2728
};

src/pages/[platform]/build-a-backend/restapi/go-api/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export function getStaticProps(context) {
2222
return {
2323
props: {
2424
platform: context.params.platform,
25+
showBreadcrumbs: false,
2526
meta
2627
}
2728
};

src/pages/[platform]/build-a-backend/restapi/nodejs-api/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export function getStaticProps(context) {
2222
return {
2323
props: {
2424
platform: context.params.platform,
25+
showBreadcrumbs: false,
2526
meta
2627
}
2728
};

src/pages/[platform]/build-a-backend/restapi/python-api/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export function getStaticProps(context) {
2222
return {
2323
props: {
2424
platform: context.params.platform,
25+
showBreadcrumbs: false,
2526
meta
2627
}
2728
};

src/pages/[platform]/deploy-and-host/frameworks/deploy-gatsby-site/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export function getStaticProps(context) {
1414
return {
1515
props: {
1616
platform: context.params.platform,
17+
showBreadcrumbs: false,
1718
meta
1819
}
1920
};

src/pages/[platform]/deploy-and-host/frameworks/deploy-gridsome-site/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export function getStaticProps(context) {
1414
return {
1515
props: {
1616
platform: context.params.platform,
17+
showBreadcrumbs: false,
1718
meta
1819
}
1920
};

src/pages/[platform]/deploy-and-host/frameworks/deploy-nextjs-app/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export function getStaticProps(context) {
1414
return {
1515
props: {
1616
platform: context.params.platform,
17+
showBreadcrumbs: false,
1718
meta
1819
}
1920
};

src/pages/[platform]/deploy-and-host/frameworks/deploy-nuxt-site/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export function getStaticProps(context) {
1414
return {
1515
props: {
1616
platform: context.params.platform,
17+
showBreadcrumbs: false,
1718
meta
1819
}
1920
};

src/pages/[platform]/deploy-and-host/frameworks/deploy-vite-site/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export function getStaticProps(context) {
1414
return {
1515
props: {
1616
platform: context.params.platform,
17+
showBreadcrumbs: false,
1718
meta
1819
}
1920
};

src/pages/[platform]/deploy-and-host/frameworks/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export function getStaticProps(context) {
2727
return {
2828
props: {
2929
platform: context.params.platform,
30+
showBreadcrumbs: false,
3031
meta,
3132
childPageNodes
3233
}

src/pages/[platform]/prev/build-a-backend/more-features/datastore/parallel-processing/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export function getStaticProps(context) {
1717
return {
1818
props: {
1919
platform: context.params.platform,
20+
showBreadcrumbs: false,
2021
meta
2122
}
2223
};

src/pages/[platform]/prev/build-a-backend/more-features/geo/configure-maps/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export function getStaticProps(context) {
2222
return {
2323
props: {
2424
platform: context.params.platform,
25+
showBreadcrumbs: false,
2526
meta
2627
}
2728
};

src/pages/[platform]/reference/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export function getStaticProps(context) {
2828
props: {
2929
platform: context.params.platform,
3030
meta,
31+
showBreadcrumbs: false,
3132
childPageNodes
3233
}
3334
};

0 commit comments

Comments
 (0)