Skip to content

Commit 7d50099

Browse files
committed
docs: remove guides
1 parent b191374 commit 7d50099

15 files changed

Lines changed: 1 addition & 655 deletions

docs/pages/configuration/images/image-definition/dockerfile.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,3 @@ images:
3131
- The second image is built using the Dockerfile in `./frontend/Dockerfile` and the context path `./frontend/`.
3232
- Switching the `context` for image `frontend` assures that a statement like `ADD file.txt` or `COPY file.txt .` in `./frontend/Dockerfile` uses the local file `./frontend/file.txt` instead of `./file.txt`.
3333
- In this example, it is useful to have a `./.dockerignore` file, which ignores the `frontend/` folder when building the first image called `backend`.
34-
35-
:::note
36-
See **[Best Practices for Image Building](../../../guides/image-building.mdx)** for details on how to optimize your Dockerfiles and use `.dockerignore` for faster image building.
37-
:::

docs/pages/getting-started/development.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ You can also start the UI without running `devspace dev` using this command:
7171
devspace ui
7272
```
7373

74-
[Follow this guide to learn more about the functionalities of the DevSpace UI for Kubernetes development.](../guides/localhost-ui.mdx)
7574

7675
<figure class="frame">
7776
<video controls loop autoplay="true">

docs/pages/getting-started/next-steps.mdx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,3 @@ devspace login # to login to Loft via DevSpace
1717
devspace create space my-namespace # for creating namespace on-demand via Loft
1818
devspace create vcluster my-vcluster # for creating virtual Kubernetes clusters via Loft
1919
```
20-
21-
## Guides
22-
- [Onboarding Guide](../guides/basics.mdx) to share with the rest of your team
23-
- [Network & Domains Guide](../guides/networking-domains.mdx)
24-
- [CI/CD Integration Guide](../guides/ci-cd-integration.mdx)
25-
26-
## Best Practices
27-
- [Image Building](../guides/image-building.mdx)
28-
- [Dev vs Staging vs Production](../guides/dev-staging-production.mdx)
29-
- [Remote Debugging](../guides/remote-debugging.mdx)

docs/pages/guides/basics.mdx

Lines changed: 0 additions & 234 deletions
This file was deleted.

docs/pages/guides/ci-cd-integration.mdx

Lines changed: 0 additions & 60 deletions
This file was deleted.

docs/pages/guides/community-projects.mdx

Lines changed: 0 additions & 24 deletions
This file was deleted.

docs/pages/guides/dev-staging-production.mdx

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)