Skip to content

Commit

Permalink
feat: Remove all TBD and TODOs from V2 docs
Browse files Browse the repository at this point in the history
* feat: Remove all TBD and TODOs from V2 docs

* fix: Remove broken links


Approved-by: Patryk Ziemkowski
  • Loading branch information
mkleszcz authored and pziemkowski committed May 25, 2023
1 parent 076b2bf commit 92fce4a
Show file tree
Hide file tree
Showing 33 changed files with 23 additions and 278 deletions.
7 changes: 0 additions & 7 deletions packages/internal/docs/docs/v2/api-reference/env-files.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@ description: Description of the .env files

Below you can find a list of different `.env` files used in the project along with description of it's content.

:::info

Find more about using `.env` files in the [`How to work with .env files?`](../working-with-sb/project-structure/env-files)
guide.

:::

### Common values used in `.env`, `.env.shared` and `.env.{env-id}` files:

:::info
Expand Down
3 changes: 0 additions & 3 deletions packages/internal/docs/docs/v2/api-reference/env.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ Below you can find a comprehensive list of environment variables used in particu
If you would like to find how to set correct environment on **_AWS_** check this
[guide](../aws/deploy-to-aws/create-runtime-env-vars).

If you would like to find how to set correct environment on your **_local machine_** using `.env` files check this
[guide](../working-with-sb/project-structure/env-files).

### `backend` service

import BackendEnvVars from '../shared/partials/env-vars/_backend.mdx';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,3 @@ cp .env.stage-example .env.qa

Follow the [API reference of the `.env`](../../api-reference/env-files) files for the details of the contents of the
environment stage dotenv file.

:::info

To learn more about using `.env` files in <ProjectName/> read the
[`How to work with .env files?`](../../working-with-sb/project-structure/env-files) article.

:::
2 changes: 0 additions & 2 deletions packages/internal/docs/docs/v2/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ Our documentation is organized into five main sections:

- [Getting started](/v2/getting-started): This section contains instructions on how to set up and run a new project based on the <ProjectName/>, as well as how to run an existing instance of it.

- [Tutorials](/tutorials): Our tutorials section contains step-by-step guides on how to build different features using base code of the <ProjectName/>.

- [Working with <ProjectName/>](/working-with-sb): This section provides a detailed description of what's under the hood of the <ProjectName/>'s features and best practices.

- [What is <ProjectName/>](/v2/introduction): This section provides a high-level overview of the <ProjectName/> project and its architecture.
Expand Down

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions packages/internal/docs/docs/v2/introduction/development.mdx

This file was deleted.

13 changes: 8 additions & 5 deletions packages/internal/docs/docs/v2/introduction/features/assets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,13 @@ different sizes on your website.

----

:::info
[//]: # (:::info)

If you would like to learn more about the technical aspects of the assets management in SaaS Boilerplate, or if you need
to adjust it to meet the specific needs of your application, please refer to our
[Assets management](../../../working-with-sb/asset-management) guides for detailed information.
[//]: # ()
[//]: # (If you would like to learn more about the technical aspects of the assets management in SaaS Boilerplate, or if you need)

:::
[//]: # (to adjust it to meet the specific needs of your application, please refer to our)

[//]: # ([Assets management]&#40;../../../working-with-sb/asset-management&#41; guides for detailed information.)

[//]: # (:::)
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ title: SaaS Boilerplate features

import DocCardList from '@theme/DocCardList';

Desc: TBD

<DocCardList />
6 changes: 0 additions & 6 deletions packages/internal/docs/docs/v2/tutorials/crud.mdx

This file was deleted.

6 changes: 0 additions & 6 deletions packages/internal/docs/docs/v2/tutorials/deploy-to-aws.mdx

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Mailcatcher
description: TODO >Description<
---
import ProjectName from '../../shared/components/ProjectName.component';

Expand All @@ -15,10 +14,14 @@ all backend services. To access Mailcatcher, simply go to [`localhost:1080`](htt
This will take you to the Mailcatcher web interface, where you can view all emails sent from your local environment.


:::info
[//]: # (:::info)

Note that in order for Mailcatcher to work properly, your emails need to be pre-rendered.
We have provided detailed instructions on how to do this in our documentation
[here](/v2/working-with-sb/emails/build-emails).
[//]: # ()
[//]: # (Note that in order for Mailcatcher to work properly, your emails need to be pre-rendered.)

:::
[//]: # (We have provided detailed instructions on how to do this in our documentation)

[//]: # ([here]&#40;/v2/working-with-sb/emails/build-emails&#41;.)

[//]: # ()
[//]: # (:::)

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: How to add a new mutation to back-end API?
description: TODO >Description<
---
import ProjectName from '../../../shared/components/ProjectName.component';

Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: How to write a React component that fetches data from back-end?
description: TODO >Description<
---

import ProjectName from '../../../shared/components/ProjectName.component';
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions packages/internal/docs/docs/v2/working-with-sb/tests/e2e.mdx

This file was deleted.

Loading

0 comments on commit 92fce4a

Please sign in to comment.