Skip to content

Commit f92efe4

Browse files
DelqhiOpenSIN-AI
andauthored
docs: expose Antigravity Rotator docs in navigation (#84)
Co-authored-by: OpenSIN-AI <bot@opensin.ai>
1 parent 99a5486 commit f92efe4

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

.vitepress/config.js

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export default defineConfig({
1111
{ text: 'Plugins', link: '/docs/plugins/registry' },
1212
{ text: 'Fleet', link: '/docs/fleet/overview' },
1313
{ text: 'Tutorials', link: '/docs/tutorials/first-agent' },
14+
{ text: 'Rotator 2.0', link: '/docs/antigravity-rotator/UPGRADE-ROADMAP' },
1415
],
1516
sidebar: [
1617
{
@@ -117,6 +118,26 @@ export default defineConfig({
117118
{ text: 'Dual Auth Rotators', link: '/docs/examples/dual-auth-rotators' },
118119
],
119120
},
121+
{
122+
text: 'Antigravity Rotator 2.0',
123+
items: [
124+
{ text: 'Architecture', link: '/docs/antigravity-rotator/ARCHITECTURE' },
125+
{ text: 'Setup', link: '/docs/antigravity-rotator/SETUP' },
126+
{ text: 'Roadmap', link: '/docs/antigravity-rotator/UPGRADE-ROADMAP' },
127+
{ text: 'Phase 1', link: '/docs/antigravity-rotator/PHASE1_FEATURES' },
128+
{ text: 'Phase 2', link: '/docs/antigravity-rotator/PHASE2_FEATURES' },
129+
{ text: 'Phase 3', link: '/docs/antigravity-rotator/PHASE3_FEATURES' },
130+
{ text: 'Phase 4', link: '/docs/antigravity-rotator/PHASE4_FEATURES' },
131+
{ text: 'Phase 5', link: '/docs/antigravity-rotator/PHASE5_FEATURES' },
132+
{ text: 'Phase 6', link: '/docs/antigravity-rotator/PHASE6_FEATURES' },
133+
{ text: 'Phase 7', link: '/docs/antigravity-rotator/PHASE7_FEATURES' },
134+
{ text: 'Phase 8', link: '/docs/antigravity-rotator/PHASE8_FEATURES' },
135+
{ text: 'Phase 9', link: '/docs/antigravity-rotator/PHASE9_FEATURES' },
136+
{ text: 'Phase 10', link: '/docs/antigravity-rotator/PHASE10_FEATURES' },
137+
{ text: 'Phase 11-12', link: '/docs/antigravity-rotator/PHASE11-12_FEATURES' },
138+
{ text: 'Marketing SEO', link: '/docs/antigravity-rotator/marketing/AUTO_SEO_STRATEGY' },
139+
],
140+
},
120141
{
121142
text: 'Best Practices',
122143
items: [

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

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

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

3537
## Ecosystem
3638

0 commit comments

Comments
 (0)