-
Notifications
You must be signed in to change notification settings - Fork 5
Migrate to Mintlify documentation structure #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
6a29c14
Replace client library README.md with client-guide.md
b60d403
Remove client-guide.md content
5172ba6
Restore client-guide.md with complete implementation guide
1adfcda
Add zk-compression-docs to CodeRabbit path filters
80e6b28
Fix markdown linting issues in CLAUDE.md
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
File renamed without changes.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
Verify URL accessibility and add trailing newline.
The References section correctly uses angle-bracket formatting for URLs within the text code block. However, the file is missing a trailing newline at the end (flagged by MD047).
Apply this diff to add the trailing newline:
└── audits: <https://github.com/Lightprotocol/light-protocol/tree/main/audits> +Additionally, run the verification script below to validate that all GitHub URLs point to existing files/directories in the referenced repositories:
🏁 Script executed:
Length of output: 94
I need to locate the CLAUDE.md file first. Let me search for it in the repository.
Let me search for the actual repository structure to locate the file.
🏁 Script executed:
Length of output: 998
Now let me examine the file content at the specified lines and check for the trailing newline issue:
🏁 Script executed:
Length of output: 1166
Perfect! Now let me verify the GitHub URLs with the correct path:
🏁 Script executed:
Length of output: 96
Add trailing newline to CLAUDE.md (lines 277–288 block).
The References section at lines 277–288 is correctly formatted and contains valid GitHub URLs in proper angle-bracket notation. However, the file is missing a trailing newline at the end, which violates the MD047 linting rule.
Apply this diff:
└── audits: <https://github.com/Lightprotocol/light-protocol/tree/main/audits> +The GitHub URLs in this section—whitepaper, Photon indexer, Prover, Forester, and audits—are all in standard format pointing to the light-protocol and helius-labs repositories. They should be validated manually or via GitHub's web interface to ensure the referenced directories and files exist in the target repositories at the specified paths.
📝 Committable suggestion
🧰 Tools
🪛 markdownlint-cli2 (0.18.1)
288-288: Files should end with a single newline character
(MD047, single-trailing-newline)
🤖 Prompt for AI Agents