generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 1
Payment docs: restructure, add guides, production readiness #31
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
Open
tilo-14
wants to merge
15
commits into
main
Choose a base branch
from
payments-docs
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
f5d9b77
Add payment docs: send, accept, advanced, interop, production readiness
5440ad6
Remove spend-permissions from payments nav and fix references
1af67d1
Rename sponsor-top-ups → gasless-transactions across docs
8e4f3ab
add payment
87b6ddb
add payment
0214876
add payment
02e26d7
add extnesions
14f135d
lots of adds
c358c37
lbefore update snippets
bd7e15b
lbefore update snippet
3cc577c
Update extension pages to use snippet imports + regenerate all light-…
0e70c73
add all
7af2534
update llm and skill
a801dfa
Fix broken links: nullifier-pda rename and verify-address path
8af9728
Add spellcheck words: Gamal, blockhashes, supermajority, sqds
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
🔴 Self-referential redirect creates infinite loop for nullifier-pda page
The PR adds a redirect from
/pda/compressed-pdas/nullifier-pdatohttps://zkcompression.com/pda/compressed-pdas/nullifier-pdaatdocs.json:372-375. Since the site is hosted atzkcompression.com, this redirects the page to itself. The pagepda/compressed-pdas/nullifier-pda.mdxexists as an actual file and is listed in the navigation atdocs.json:109, so this redirect is both unnecessary and potentially creates an infinite redirect loop depending on how Mintlify prioritizes redirects vs. navigation pages.Was this helpful? React with 👍 or 👎 to provide feedback.