Skip to content

Commit a53f730

Browse files
authored
docs: update readme to point to docs page (#47)
1 parent 3da5e8a commit a53f730

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Greywall is a container-free, deny-by-default sandbox for AI agents on Linux and
99

1010
Use `--learning` to trace what a command needs and auto-generate a least-privilege config profile. All network traffic is transparently redirected through [greyproxy](https://github.com/GreyhavenHQ/greyproxy), a deny-by-default transparent proxy with a live allow/deny dashboard.
1111

12-
*Supports Linux and macOS. See [platform support](docs/platform-support.md) for details.*
12+
*Supports Linux and macOS. See [platform support](https://docs.greywall.io/greywall/platform-support) for details.*
1313

1414
https://github.com/user-attachments/assets/7d62d45d-a201-4f24-9138-b460e4c157a8
1515

@@ -219,25 +219,25 @@ By default, traffic routes through the GreyProxy SOCKS5 proxy at `localhost:4305
219219
| **PTY support** |||
220220
| **External deps** | bwrap, socat, xdg-dbus-proxy (optional) | none |
221221

222-
See [platform support](docs/platform-support.md) for more details.
222+
See [platform support](https://docs.greywall.io/greywall/platform-support) for more details.
223223

224-
Greywall can also be used as a [Go package](docs/library.md).
224+
Greywall can also be used as a [Go package](https://docs.greywall.io/greywall/library).
225225

226226
## Documentation
227227

228-
Full documentation is available at [docs.greywall.io](https://docs.greywall.io/) and in the `docs/` directory:
229-
230-
- [Quickstart Guide](docs/quickstart.md)
231-
- [Why Greywall](docs/why-greywall.md)
232-
- [Configuration Reference](docs/configuration.md)
233-
- [Learning Mode](docs/learning.md)
234-
- [Security Model](docs/security-model.md)
235-
- [Architecture](ARCHITECTURE.md)
236-
- [Platform Support](docs/platform-support.md)
237-
- [Linux Security Features](docs/linux-security-features.md)
238-
- [AI Agent Integration](docs/agents.md)
239-
- [Library Usage (Go)](docs/library.md)
240-
- [Troubleshooting](docs/troubleshooting.md)
228+
Full documentation is available at **https://docs.greywall.io/greywall**.
229+
230+
- [Quickstart Guide](https://docs.greywall.io/greywall/quickstart)
231+
- [Why Greywall](https://docs.greywall.io/greywall/why-greywall)
232+
- [Configuration Reference](https://docs.greywall.io/greywall/configuration)
233+
- [Learning Mode](https://docs.greywall.io/greywall/learning)
234+
- [Security Model](https://docs.greywall.io/greywall/security-model)
235+
- [Architecture](https://docs.greywall.io/greywall/architecture)
236+
- [Platform Support](https://docs.greywall.io/greywall/platform-support)
237+
- [Linux Security Features](https://docs.greywall.io/greywall/linux-security-features)
238+
- [AI Agent Integration](https://docs.greywall.io/greywall/agents)
239+
- [Library Usage (Go)](https://docs.greywall.io/greywall/library)
240+
- [Troubleshooting](https://docs.greywall.io/greywall/troubleshooting)
241241

242242
## Attribution
243243

0 commit comments

Comments
 (0)