From 3910c04bd802631a264a1ffb3b3b6880673bc59a Mon Sep 17 00:00:00 2001 From: IBRAHIM IBRAHIM <66755652+Ibrahim2595@users.noreply.github.com> Date: Tue, 21 Jul 2026 14:17:43 -0400 Subject: [PATCH] Docs: move .github to Core in the org README, mark it Docusaurus The .github repo hosts the project website. Move it from Experimental to Core and update its stack from Hugo to Docusaurus (migrated in rossoctl/.github#88). Assisted-By: Claude (Anthropic AI) Signed-off-by: IBRAHIM IBRAHIM <66755652+Ibrahim2595@users.noreply.github.com> --- profile/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/README.md b/profile/README.md index 3579690..481e77d 100644 --- a/profile/README.md +++ b/profile/README.md @@ -13,13 +13,13 @@ Built on open standards: - **[operator](https://github.com/rossoctl/operator)** - Kubernetes operator for deploying and lifecycle management of agents and tools (Go) - **[cortex](https://github.com/rossoctl/cortex)** - Kubernetes security extensions for zero-trust agent authentication (Go) - **[examples](https://github.com/rossoctl/examples)** - Sample agents and tools (Python) +- **[.github](https://github.com/rossoctl/.github)** - Project website and documentation (Docusaurus) #### Experimental - **[mcp-gateway](https://github.com/Kuadrant/mcp-gateway)** - Envoy-based MCP Gateway (Go) — *hosted under [Kuadrant](https://github.com/Kuadrant) org* - **[capture-the-flag](https://github.com/rossoctl/capture-the-flag)** - Capture the flag scenarios to demonstrate and test Rossoctl's security posture - **[workload-harness](https://github.com/rossoctl/workload-harness)** - Tools for agent load generation on the Rossoctl platform (Python) -- **[.github](https://github.com/rossoctl/.github)** - Project website and documentation (Hugo/HTML) ### Get involved