Conversation
shadowmkj
marked this pull request as draft
August 7, 2026 13:52
Add comprehensive Docusaurus documentation covering setup, getting started, installation options, configuration in `config.toml`, authentication flow, CLI subcommand reference, TUI keybindings, Neovim side-by-side split integration, crate architecture, GraphQL/REST API integration, caching mechanics, and contributor guide. Also add `@easyops-cn/docusaurus-search-local` for offline search and a GitHub Actions workflow to deploy the site to GitHub Pages.
|
Important Review skippedIgnore keyword(s) in the title. ⛔ Ignored keywords (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
shadowmkj
dismissed
coderabbitai[bot]’s stale review
August 8, 2026 16:12
Review for documentation not needed for now
Add package.json and tsconfig.json for the new documentation site, and update .gitignore to allow tracking JSON files in the docs directory.
shadowmkj
had a problem deploying
to
github-pages
August 8, 2026 16:52 — with
GitHub Actions
Failure
shadowmkj
marked this pull request as ready for review
August 8, 2026 17:23
shadowmkj
had a problem deploying
to
github-pages
August 8, 2026 17:23 — with
GitHub Actions
Failure
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.
Initializes the Docusaurus site structure in for project documentation.
This PR sets up the foundation for Docusaurus so collaborators can work on adding documentation content for the project.
Closes #17
Summary by CodeRabbit
New Features
Documentation