Skip to content

Commit 4869623

Browse files
committed
cleanup website structure
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
1 parent 2e3a8f8 commit 4869623

4 files changed

Lines changed: 3 additions & 5 deletions

File tree

website/.prettierignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,3 @@ coverage
55
node_modules
66
help
77
static
8-
docs/install-config/install/aws/template.yaml
9-
docs/install-config/install/aws/cdk.out

website/docs/install-config/install/aws/index.md renamed to website/docs/install-config/install/aws.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ The stack will output the endpoint of the ALB that to which you can point your D
3131

3232
### Further customization
3333

34-
If you require further customization, we recommend you install authentik via [Docker Compose](../docker-compose.mdx) or [Kubernetes](../kubernetes.md).
34+
If you require further customization, we recommend you install authentik via [Docker Compose](./docker-compose.mdx) or [Kubernetes](./kubernetes.md).

website/docs/releases/2024/v2024.12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ slug: "/releases/2024.12"
4242

4343
- **CloudFormation** <span class="badge badge--info">Preview</span>
4444

45-
Deploy authentik in your own AWS environment with one click using our new [AWS CloudFormation template](../../install-config/install/aws/index.md).
45+
Deploy authentik in your own AWS environment with one click using our new [AWS CloudFormation template](../../install-config/install/aws.md).
4646

4747
- **OAuth2 provider federation**
4848

website/sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export default {
9898
items: [
9999
"install-config/install/docker-compose",
100100
"install-config/install/kubernetes",
101-
"install-config/install/aws/index",
101+
"install-config/install/aws",
102102
],
103103
},
104104
{

0 commit comments

Comments
 (0)