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: 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)