Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/intro/docs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
6 changes: 3 additions & 3 deletions docs/docs/intro/stacks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)