docs: refresh homepage and prune navigation#160
Merged
Conversation
Rework the site homepage to emphasize the fast in-memory codebase index (beyond the AST), tree-sitter backing, an inline dead-code deletion example, the uvx command pattern, and coding-agent use cases. Prune navigation: remove MCP/documentation/code-research/neo4j tutorials, drop advanced-settings/community/ide-usage/AI+LLM integration intro pages, delete the broken use-cases/organizations/users sections, focus installation on uvx, pin Overview to the top of Introduction, and fix the resulting dead links. Co-authored-by: Cursor <cursoragent@cursor.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Refreshes the marketing homepage and trims the docs navigation down to what we still support.
Homepage (
site/app/page.tsx)Above the fold now emphasizes:
delete_dead_code.pyexample (loopscodebase.functions, removes those with nousages, thencommit()).uvx graph-sittercommand pattern (parse, thentransform … --check/--write).The explicit graph visualization was dropped in favor of the dead-code script. The existing Explore nav link is preserved. Below the fold: three use cases (large-scale reorganization, dead-code monitoring & deletion, codebase visualization) and the
uvx graph-sittercommand surface.Navigation cleanup
building-with-graph-sitter/calling-out-to-llms).use-cases,organizations,users(and pruned from the section order insite/lib/docs.ts).uvx.sidebarOrderfrontmatter field (supported insite/lib/docs.ts).Note
A duplicate
docs/graph-sitter/section (mirrors Introduction) still links to some removed pages; left untouched as it's out of scope for this pass.Test plan
npm run buildinsite/passes (TypeScript checks + 287 static pages, incl./and/explore).Made with Cursor