diff --git a/README.md b/README.md index ff4c9f25..a07fd81c 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,12 @@ be adopted with `compose: docker-compose.yml#service`. ## Documentation -The full documentation lives in [`site/`](site) and is published as the -documentation website. Build it with `just site-build`, or serve it locally with +**[onebox.run](https://onebox.run)** is the documentation, published from +[`site/`](site) in this repository. Every page is also served as clean Markdown +at `.md`, and [llms.txt](https://onebox.run/llms.txt) maps the whole site +for agents. + +Build it from a checkout with `just site-build`, or serve it locally with `just site`. - **Start here** — [your first deploy](site/src/content/docs/start/first-deploy.mdx) @@ -87,7 +91,7 @@ are shipped; Onebox still does not create or store the backup itself. Released archives and Linux packages are installed from GitHub Releases, macOS users can install through Homebrew, and Windows users can install through Scoop. Follow the verified steps in the -[installation guide](site/src/content/docs/start/install.mdx). +[installation guide](https://onebox.run/start/install). To build the binary from a checkout into `~/.local/bin`: ```sh diff --git a/internal/app/testdata/corpus/fanout.yml b/internal/app/testdata/corpus/fanout.yml index 9211dc96..f77c2a54 100644 --- a/internal/app/testdata/corpus/fanout.yml +++ b/internal/app/testdata/corpus/fanout.yml @@ -2,7 +2,7 @@ api_version: onebox.run/v1 app: fanout environments: production: - server: root@fanout.labstack.net + server: root@fanout.example.com policy: {require_approval: true} workloads: site: diff --git a/internal/app/testdata/corpus/goal.yml b/internal/app/testdata/corpus/goal.yml index f9d67d76..0040700b 100644 --- a/internal/app/testdata/corpus/goal.yml +++ b/internal/app/testdata/corpus/goal.yml @@ -2,7 +2,7 @@ api_version: onebox.run/v1 app: goal environments: production: - server: root@goal.labstack.net + server: root@goal.example.com policy: {require_approval: true, allow_agent_proposals: true} workloads: server: diff --git a/internal/app/testdata/corpus/monk.yml b/internal/app/testdata/corpus/monk.yml index 64b47efb..a5603255 100644 --- a/internal/app/testdata/corpus/monk.yml +++ b/internal/app/testdata/corpus/monk.yml @@ -2,7 +2,7 @@ api_version: onebox.run/v1 app: monk environments: production: - server: root@monk.labstack.net + server: root@monk.example.com policy: {require_approval: true, allow_agent_proposals: true} workloads: server: diff --git a/internal/app/testdata/corpus/pursue.yml b/internal/app/testdata/corpus/pursue.yml index 30d99211..1bf4cd40 100644 --- a/internal/app/testdata/corpus/pursue.yml +++ b/internal/app/testdata/corpus/pursue.yml @@ -2,7 +2,7 @@ api_version: onebox.run/v1 app: pursue environments: production: - server: root@167.233.193.130 + server: root@203.0.113.10 policy: {require_approval: true, allow_agent_proposals: true} workloads: server: diff --git a/internal/app/testdata/corpus/recast.yml b/internal/app/testdata/corpus/recast.yml index 3b99c213..5b1cf254 100644 --- a/internal/app/testdata/corpus/recast.yml +++ b/internal/app/testdata/corpus/recast.yml @@ -2,7 +2,7 @@ api_version: onebox.run/v1 app: recast environments: production: - server: root@recast.labstack.net + server: root@recast.example.com policy: require_approval: true allow_agent_proposals: true