📂 Flatten single page readmes - #2759
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates MDX documentation links and reorganizes the Horizon “Liquidity Pools” resource doc to a new location within the API reference resources.
Changes:
- Adjusts internal reference links in SEP-10 and SEP-45 docs.
- Moves the Horizon Liquidity Pools resource doc from a nested
README.mdxto a top-levelliquiditypools.mdx. - Updates the Horizon resources index to point to the new Liquidity Pools doc path.
Reviewed changes
Copilot reviewed 5 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| docs/platforms/anchor-platform/sep-guide/sep45/README.mdx | Updates SEP-1 link reference used by SEP-45 guide |
| docs/platforms/anchor-platform/sep-guide/sep10/README.mdx | Fixes Stellar CLI doc link path and updates SEP-1 link reference |
| docs/data/apis/horizon/api-reference/resources/liquiditypools/README.mdx | Removes nested Liquidity Pools resource page (migrated) |
| docs/data/apis/horizon/api-reference/resources/liquiditypools.mdx | Adds new top-level Liquidity Pools resource page with updated relative links |
| docs/data/apis/horizon/api-reference/resources/README.mdx | Updates index link to Liquidity Pools resource page |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
5cc40ba to
4819b54
Compare
src/sidebar-generator.js injects the generated Horizon endpoint pages only into sidebar items of type category. Flattening the folder turns the Liquidity Pools item into a doc, which drops the six /liquidity_pools endpoints from the API reference sidebar.
|
🤖 Automated message from Kaan's Automated Triage Bot. Reviewing because a review was requested by @wmendes.
I pushed a commit that keeps that one folder. The other four flattens look correct:
Next I will trigger a preview build and check the sidebars there. |
|
ok to test |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 19 out of 21 changed files in this pull request and generated 1 comment.
Suppressed comments (1)
docs/platforms/anchor-platform/sep-guide/sep45.mdx:142
- This docs-internal target is still root-absolute. Use a relative
.mdxlink so it works with the repository's configured base URL and follows the docs link convention.
The SEP-10 page has no config-with-client-attribution heading, so the link landed readers at the top of the page. Client Configuration is the section that documents the clients list.
|
🤖 Automated message from Kaan's Automated Triage Bot. Reviewing because a review was requested from @wmendes by @ElliotFriend.
|
All the remaining after #2450 finished