Skip to content
Merged
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
21 changes: 21 additions & 0 deletions .vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default defineConfig({
{ text: 'Plugins', link: '/docs/plugins/registry' },
{ text: 'Fleet', link: '/docs/fleet/overview' },
{ text: 'Tutorials', link: '/docs/tutorials/first-agent' },
{ text: 'Rotator 2.0', link: '/docs/antigravity-rotator/UPGRADE-ROADMAP' },
],
sidebar: [
{
Expand Down Expand Up @@ -117,6 +118,26 @@ export default defineConfig({
{ text: 'Dual Auth Rotators', link: '/docs/examples/dual-auth-rotators' },
],
},
{
text: 'Antigravity Rotator 2.0',
items: [
{ text: 'Architecture', link: '/docs/antigravity-rotator/ARCHITECTURE' },
{ text: 'Setup', link: '/docs/antigravity-rotator/SETUP' },
{ text: 'Roadmap', link: '/docs/antigravity-rotator/UPGRADE-ROADMAP' },
{ text: 'Phase 1', link: '/docs/antigravity-rotator/PHASE1_FEATURES' },
{ text: 'Phase 2', link: '/docs/antigravity-rotator/PHASE2_FEATURES' },
{ text: 'Phase 3', link: '/docs/antigravity-rotator/PHASE3_FEATURES' },
{ text: 'Phase 4', link: '/docs/antigravity-rotator/PHASE4_FEATURES' },
{ text: 'Phase 5', link: '/docs/antigravity-rotator/PHASE5_FEATURES' },
{ text: 'Phase 6', link: '/docs/antigravity-rotator/PHASE6_FEATURES' },
{ text: 'Phase 7', link: '/docs/antigravity-rotator/PHASE7_FEATURES' },
{ text: 'Phase 8', link: '/docs/antigravity-rotator/PHASE8_FEATURES' },
{ text: 'Phase 9', link: '/docs/antigravity-rotator/PHASE9_FEATURES' },
{ text: 'Phase 10', link: '/docs/antigravity-rotator/PHASE10_FEATURES' },
{ text: 'Phase 11-12', link: '/docs/antigravity-rotator/PHASE11-12_FEATURES' },
{ text: 'Marketing SEO', link: '/docs/antigravity-rotator/marketing/AUTO_SEO_STRATEGY' },
],
},
{
text: 'Best Practices',
items: [
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

- [Website](https://opensin.ai)
- [Dashboard](https://a2a.delqhi.com)
- [Antigravity Rotator 2.0](docs/antigravity-rotator/UPGRADE-ROADMAP.md)
- [Discord](https://discord.gg/opensin)
- [GitHub](https://github.com/OpenSIN-AI)

Expand All @@ -31,6 +32,7 @@
| [Examples](docs/examples/) | Code examples |
| [Tutorials](docs/tutorials/) | Step-by-step tutorials |
| [Bridges](docs/bridges/) | Bridge documentation |
| [Antigravity Rotator 2.0](docs/antigravity-rotator/) | Full 12-phase architecture, features, and roadmap |

## Ecosystem

Expand Down
Loading