Add w3ds file URI docs to the docs site#966
Conversation
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (5)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
What
Moves the
w3ds://fileURI scheme documentation into the Docusaurus docs site, where it belongs alongside the other protocol docs.Changes
docs/docs/W3DS Protocol/File-URIs.md: the fullw3ds://filescheme spec (format, storage flow, HTTP and programmatic dereferencing, error handling), with Docusaurus frontmatter and cross-links.docs/docs/Post Platform Guide/mapping-rules.md: adds a File Referencing (__file) section next to__dateand__calc.docs/docs/Infrastructure/Web3-Adapter.md: lists__fileamong the mapping directives and links to the new protocol page.infrastructure/web3-adapter/W3DS_URI.md: this was a misplaced copy. The canonical doc now lives in the docs site.infrastructure/web3-adapter/MAPPING_RULES.mdto the docs site page.Notes
Docs only. No code changes. Split out from the already merged w3ds file URI PR (#965) to avoid conflicts.