Skip to content

Commit 30dbeed

Browse files
committed
fix: docs adjustments
1 parent dcf0c60 commit 30dbeed

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

docs/architecture.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
# Architecture
44

5-
spa-to-http is a single Go binary focused on static file serving for SPA bundles. It keeps the runtime simple, with a small number of packages and minimal configuration.
6-
7-
For detailed architectural guidance and dependency rules, see `.ai-factory/ARCHITECTURE.md`.
5+
`spa-to-http` is a single Go binary focused on static file serving for SPA bundles. It keeps the runtime simple, with a small number of packages and minimal configuration.
86

97
## Project Structure
108

@@ -34,4 +32,4 @@ For detailed architectural guidance and dependency rules, see `.ai-factory/ARCHI
3432

3533
- [Configuration](configuration.md) — Environment variables and CLI flags
3634
- [Getting Started](getting-started.md) — Install, build, and run
37-
- [Benchmarks](benchmarks.md) — spa-to-http vs Nginx
35+
- [Benchmarks](benchmarks.md)`spa-to-http` vs Nginx

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Configuration
44

5-
spa-to-http supports both environment variables and CLI flags. Environment variables map directly to the CLI options.
5+
`spa-to-http` supports both environment variables and CLI flags. Environment variables map directly to the CLI options.
66

77
## Options
88

docs/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Deployment
44

5-
spa-to-http is designed to run as a small container and sit behind a reverse proxy. It works well with Traefik and CDNs like Cloudflare.
5+
`spa-to-http` is designed to run as a small container and sit behind a reverse proxy. It works well with Traefik and CDNs like Cloudflare.
66

77
## Traefik + Docker Compose Example
88

0 commit comments

Comments
 (0)