Skip to content

Commit

Permalink
docs: Adjust documentation next links
Browse files Browse the repository at this point in the history
  • Loading branch information
mkleszcz committed Jul 31, 2023
1 parent 3a8fab6 commit 5da07e8
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/internal/docs/docs/api-reference/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Api reference
pagination_next: null
---

import DocCardList from '@theme/DocCardList';
Expand Down
1 change: 1 addition & 0 deletions packages/internal/docs/docs/aws/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: AWS
pagination_next: null
---

import DocCardList from '@theme/DocCardList';
Expand Down
1 change: 1 addition & 0 deletions packages/internal/docs/docs/getting-started/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Getting started
pagination_next: null
---

import DocCardList from '@theme/DocCardList';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Run existing project
description: Run an already existing SaaS Boilerplate project
pagination_next: working-with-sb/index
---

import ProjectName from '../../shared/components/ProjectName.component';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Run new project
description: Setup a fresh project with SaaS Boilerplate
pagination_next: working-with-sb/index
---

import ProjectName from '../../shared/components/ProjectName.component';
Expand Down
1 change: 1 addition & 0 deletions packages/internal/docs/docs/introduction/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: What is SaaS Boilerplate?
pagination_next: null
---

import DocCardList from '@theme/DocCardList';
Expand Down
8 changes: 8 additions & 0 deletions packages/internal/docs/docs/working-with-sb/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Working with SaaS Boilerplate
pagination_next: null
---

import DocCardList from '@theme/DocCardList';

<DocCardList />
5 changes: 2 additions & 3 deletions packages/internal/docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,9 +289,8 @@ module.exports = {
label: 'Working with SaaS Boilerplate',

link: {
type: 'generated-index',
title: 'Working with SaaS Boilerplate',
slug: '/working-with-sb',
type: 'doc',
id: 'working-with-sb/index',
},
items: [
{
Expand Down

0 comments on commit 5da07e8

Please sign in to comment.