Skip to content

Commit

Permalink
chore: move existing docs and guides to package manager folder
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Miglinci <[email protected]>
  • Loading branch information
pmig committed Jan 21, 2025
1 parent 25cba0e commit 64022ea
Show file tree
Hide file tree
Showing 52 changed files with 157 additions and 106 deletions.
4 changes: 2 additions & 2 deletions blog/2024-02-01-technical-preview/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags: [ glasskube, release, kubernetes ]
image: https://github.com/user-attachments/assets/1c6859ac-dcee-4482-ac66-58a342bc0352
---

import Install from '../../src/partials/_install.mdx';
import Install from '@site/src/partials/_install.mdx';

![Glasskube v0.0.1](https://github.com/user-attachments/assets/1c6859ac-dcee-4482-ac66-58a342bc0352)

Expand Down Expand Up @@ -104,7 +104,7 @@ packages are kept up-to-date and secure throughout multiple Kubernetes version u

## Getting started

Follow our [Getting Started guide](/docs/getting-started/install) if you want to try Glasskube for yourself and install your first package.
Follow our [Getting Started guide](/products/package-manager/docs/getting-started/install) if you want to try Glasskube for yourself and install your first package.

<Install/>

Expand Down
2 changes: 1 addition & 1 deletion blog/2024-02-08-cncf-landscape/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags: [ glasskube, news, cncf ]
image: https://github.com/user-attachments/assets/5caa9483-8ace-42ac-896e-67f8b771248f
---

import Install from '../../src/partials/_install.mdx';
import Install from '@site/src/partials/_install.mdx';

![Glasskube is part of the CNCF landscape](https://github.com/user-attachments/assets/5caa9483-8ace-42ac-896e-67f8b771248f)

Expand Down
6 changes: 3 additions & 3 deletions blog/2024-02-12-open-command/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags: [ glasskube, release, kubernetes ]
image: https://github.com/user-attachments/assets/3fb4d679-5f3a-4307-bce0-70c3575539ca
---

import Install from '../../src/partials/_install.mdx';
import Install from '@site/src/partials/_install.mdx';

![Glasskube open command release thumbnail](https://github.com/user-attachments/assets/3fb4d679-5f3a-4307-bce0-70c3575539ca)

Expand Down Expand Up @@ -66,15 +66,15 @@ All changes can be found here: [Comparing v0.0.1 to v0.0.2](https://github.com/g
## How to upgrade

Follow the installation instructions below to download the latest version of the Glasskube client.
After that you need to upgrade the server component ([Package Operator](/docs/components/package-operator/)) by bootstrapping Glasskube again:
After that you need to upgrade the server component ([Package Operator](/products/package-manager/docs/components/package-operator/)) by bootstrapping Glasskube again:

```bash
glasskube bootstrap
```

## Getting started

Follow our [Getting Started guide](/docs/getting-started/install) if you want to try Glasskube for yourself and install your first package.
Follow our [Getting Started guide](/products/package-manager/docs/getting-started/install) if you want to try Glasskube for yourself and install your first package.

<Install/>

Expand Down
8 changes: 4 additions & 4 deletions blog/2024-02-27-release-package-updates/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags: [ glasskube, release, kubernetes ]
image: https://github.com/user-attachments/assets/6bfd0894-fa64-40e0-a2e0-87dc9114d28b
---

import Install from '../../src/partials/_install.mdx';
import Install from '@site/src/partials/_install.mdx';

![Glasskube v0.0.3 thumbnail](https://github.com/user-attachments/assets/6bfd0894-fa64-40e0-a2e0-87dc9114d28b)

Expand Down Expand Up @@ -49,7 +49,7 @@ if your use case requires a specific version.

![Package Updates](https://github.com/glasskube/glasskube/assets/3041752/1b2e14c6-d9e9-446c-b7e3-29c567db38f2)

For technical details, please have a look at the [package operator documentation](/docs/components/package-operator/#handling-package-updates).
For technical details, please have a look at the [package operator documentation](/products/package-manager/docs/components/package-operator/#handling-package-updates).

### Further improvements

Expand Down Expand Up @@ -77,15 +77,15 @@ All changes can be found here: [Comparing v0.0.2 to v0.0.3](https://github.com/g
## How to upgrade

Follow the installation instructions below to download the latest version of the Glasskube client.
After that you need to upgrade the server component ([Package Operator](/docs/components/package-operator/)) by bootstrapping Glasskube again:
After that you need to upgrade the server component ([Package Operator](/products/package-manager/docs/components/package-operator/)) by bootstrapping Glasskube again:

```bash
glasskube bootstrap
```

## Getting started

Follow our [Getting Started guide](/docs/getting-started/install) if you want to try Glasskube for yourself and install your first package.
Follow our [Getting Started guide](/products/package-manager/docs/getting-started/install) if you want to try Glasskube for yourself and install your first package.

<Install/>

Expand Down
6 changes: 3 additions & 3 deletions blog/2024-03-22-release-0.1.0/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image: https://github.com/user-attachments/assets/d37f9f1b-13d2-42bb-9264-a96bd4
---
![Glasskube v0.1.0 thumbnail](https://github.com/user-attachments/assets/d37f9f1b-13d2-42bb-9264-a96bd4852a0b)

import Install from '../../src/partials/_install.mdx';
import Install from '@site/src/partials/_install.mdx';

*Glasskube v0.1.0 was released on March 21st, introducing new features like Dependency Management and Dark Mode as well as many useful features for an improved CLI and GUI experience.*

Expand Down Expand Up @@ -74,15 +74,15 @@ All changes can be found here: [Comparing v0.0.4 to v0.1.0](https://github.com/g
## How to upgrade

Follow the installation instructions below to download the latest version of the Glasskube client.
After that you need to upgrade the server component ([Package Operator](/docs/components/package-operator/)) by bootstrapping Glasskube again:
After that you need to upgrade the server component ([Package Operator](/products/package-manager/docs/components/package-operator/)) by bootstrapping Glasskube again:

```bash
glasskube bootstrap --latest
```

## Getting started

Follow our [Getting Started guide](/docs/getting-started/install) if you want to try Glasskube for yourself and install your first package.
Follow our [Getting Started guide](/products/package-manager/docs/getting-started/install) if you want to try Glasskube for yourself and install your first package.

<Install/>

Expand Down
Loading

0 comments on commit 64022ea

Please sign in to comment.