Commit 93ca199
Add docs landing page with navigation grid (#91)
* Add docs landing page with navigation grid
Replace the redirect to /installation with a proper landing page that:
- Shows a navigation grid with cards for each documentation section
- Displays icons, descriptions, and page counts for each section
- Includes a quick install code snippet
- Uses responsive layout for mobile devices
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Add dedicated Claude Code integration docs page
Create comprehensive documentation for everyrow integration with Claude Code:
- Skills vs MCP comparison with ASCII diagrams
- Step-by-step installation for both methods
- Example workflows (research, dedupe, screen)
- Troubleshooting guide
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Add Claude Code integration to Getting Started sidebar section
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Replace ASCII diagrams with SVG in Claude Code integration docs
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Fix scrolling on content margin by separating scroll container from max-width
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Make sidebar active state more subtle with left border indicator
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Fix sidebar active state detection for basePath
usePathname() returns path without basePath, so don't try to strip /docs
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Remove installation content from Claude Code integration page
Installation details are covered in the dedicated installation page
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Remove example workflows from Claude Code integration page
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Rename page to Skills vs MCP
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Rename slug and file to skills-vs-mcp
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Fix Next Steps links to include /docs basePath
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* manual cleanup of docs
* Add tabbed installation page with MDX support
- Add next-mdx-remote for MDX rendering
- Create InstallationTabs and TabContent components
- Add CSS for tabs with no-JS fallback (shows all sections)
- Convert installation page to MDX with platform/method selector
- Update docs utility to support .mdx files
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Update installation tabs: Python SDK first, add Plugin method
- Make Python SDK the first platform option with no method selector
- Add Plugin as a method type
- Claude Code and Gemini now have Plugin entries
- Reorder content to show Python SDK first
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Add pip/uv method options for Python SDK installation
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Add natural language install option for Codex
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Add MCP installation option for Cursor with one-click install button
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Use Cursor's env variable syntax in MCP config
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Use exact Cursor install button from everyrow-mcp README
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Add MCP installation option for Gemini CLI
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Simplify Claude Code options: remove skills, clarify plugin installs both
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Add MCP config file locations for Claude Code
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Standardise Gemini MCP env var syntax to ${} notation
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Add MCP installation option for Codex
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Fix Codex MCP CLI command format
Use correct syntax with --env flag and -- separator before the
stdio server command.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* update installation.mdx
* Add URL hash support to installation tabs
Clicking tabs now updates the URL hash (e.g. #tab-claude-code-mcp),
allowing users to share links to specific tab configurations.
- Hash format: #tab-{agent}-{type}
- Uses history.replaceState to avoid scroll jumps
- Reads hash on mount to restore tab state from URL
- SSR unchanged: all content still rendered for crawlers
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* update links to research
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent e862971 commit 93ca199
16 files changed
Lines changed: 1578 additions & 135 deletions
File tree
- docs-site
- public/images
- src
- app
- [...slug]
- components
- utils
- docs
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Loading
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
42 | 52 | | |
43 | 53 | | |
44 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
| 95 | + | |
| 96 | + | |
97 | 97 | | |
| 98 | + | |
| 99 | + | |
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
101 | 103 | | |
102 | | - | |
103 | | - | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
107 | 112 | | |
108 | 113 | | |
109 | 114 | | |
| |||
213 | 218 | | |
214 | 219 | | |
215 | 220 | | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
216 | 445 | | |
217 | 446 | | |
218 | 447 | | |
| |||
227 | 456 | | |
228 | 457 | | |
229 | 458 | | |
230 | | - | |
| 459 | + | |
231 | 460 | | |
232 | 461 | | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
233 | 480 | | |
0 commit comments