-
Notifications
You must be signed in to change notification settings - Fork 578
feat(docs): Add docusaurus plugin to autogerate llms.txt #16362
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
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
a890a58 to
ff69e78
Compare
ff69e78 to
06db18f
Compare
|
looks like some page descriptions still need to be updated |
e726ae4 to
064e77b
Compare
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.
removing this because it is the same page as docs/docs/developers/guides/smart_contracts/writing_contracts/call_contracts.md
bfa0256 to
087b551
Compare
alejoamiras
left a comment
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.
Other than some formatting issue (some changes from ' to " and some tables) the PR looks straight forward, and pretty kewl 🔥
| | Error | Cause | Solution | | ||
| | ------------------------------------ | --------------------- | ------------------------------------------ | | ||
| | `tree root mismatch` | State inconsistency | Restart sandbox or check state transitions | | ||
| | `next available leaf index mismatch` | Tree corruption | Verify tree updates are sequential | | ||
| | `Public call stack size exceeded` | Too many public calls | Reduce public function calls | | ||
| | `Failed to publish block` | L1 submission failed | Check L1 connection and gas | |
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.
Is this claude's work on formatting or yours? just want to double check that all format changes are intended (applies to some other files).
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.
i believe its my formatter, not claude
0ea4ad3 to
9f01c4a
Compare
Adds a plugin to the docs to autogenerate an llms.txt file and an llms-full.txt file to be published with the docs site according to the standards defined at https://llmstxt.org/. Also adds page descriptions to pages that are missing them, since this helps with generating the llms.txt. Note that this is set up to generate the file for the first versioned defined in the versions.json file, which should be the default version for the docs site. Also removes an outdated sandbox features page.
9f01c4a to
8d9810d
Compare
Adds a plugin to the docs to autogenerate an llms.txt file and an llms-full.txt file to be published with the docs site according to the standards defined at https://llmstxt.org/.
Also adds page descriptions to pages that are missing them, since this helps with generating the llms.txt.
Note that this is set up to generate the file for the first versioned defined in the versions.json file, which should be the default version for the docs site.
Also removes an outdated sandbox features page.
closes: AztecProtocol/dev-rel#597