From 3e323534b32fb1e2d0bfee5bf7f60ba531fdd22f Mon Sep 17 00:00:00 2001 From: haricnugraha Date: Tue, 23 Dec 2025 12:01:54 +0700 Subject: [PATCH 1/2] fix: broken links and typo --- docs/docs/intro/stacks.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/intro/stacks.mdx b/docs/docs/intro/stacks.mdx index 5b87666..7dd008f 100644 --- a/docs/docs/intro/stacks.mdx +++ b/docs/docs/intro/stacks.mdx @@ -24,14 +24,14 @@ At the time of writing, we use the following tech stack for our web projects: ## Backend -- [Golang](https://golang.org) +- [Go](https://go.dev) ## Containerization & Orchestration - [Docker](https://www.docker.com) - [Kubernetes](https://kubernetes.io) - [Helm](https://helm.sh) -- [ArgoCD](https://argocd.io) +- [ArgoCD](https://argo-cd.readthedocs.io) ## Monitoring & Observability @@ -42,4 +42,4 @@ At the time of writing, we use the following tech stack for our web projects: ## Documentation - [Speed Docs](https://speed-docs.dev) -- [Fumadoc](https://fumadoc.dev) +- [Fumadocs](https://www.fumadocs.dev) From 579a4377cd85819098616f99725f23a72406c58d Mon Sep 17 00:00:00 2001 From: haricnugraha Date: Tue, 23 Dec 2025 12:06:53 +0700 Subject: [PATCH 2/2] fix: Fumadocs typo --- docs/docs/intro/docs.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/intro/docs.mdx b/docs/docs/intro/docs.mdx index 5750597..5679177 100644 --- a/docs/docs/intro/docs.mdx +++ b/docs/docs/intro/docs.mdx @@ -2,7 +2,7 @@ title: Docs --- -This documentation website is built using [Speed Docs](https://speed-docs.dev). The pages are basically written in Markdown/MDX and compiled into static HTML pages using [Fumadoc](https://fumadoc.dev). +This documentation website is built using [Speed Docs](https://speed-docs.dev). The pages are basically written in Markdown/MDX and compiled into static HTML pages using [Fumadocs](https://fumadocs.dev). To view the generated documentation website locally, run the following command: