Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR converts JSON-formatted bid descriptions to structured Markdown files. The changes replace the central JSON configuration with individual Markdown files for each bid, improving readability and maintainability of bid descriptions while maintaining all essential metadata in YAML frontmatter.
Key changes include:
- Removal of the central JSON configuration file containing bid descriptions
- Creation of individual Markdown files for each bid with YAML frontmatter containing metadata
- Standardized structure across all bid files with consistent sections for project information, bid details, security, monitoring, and deployment
Reviewed Changes
Copilot reviewed 78 out of 79 changed files in this pull request and generated 11 comments.
| File | Description |
|---|---|
| example-bid-descriptions.json | Removed central JSON configuration file |
| bids/*.md | Created 75+ individual Markdown files for each bid with structured content and YAML frontmatter |
| --- | ||
| title: "Shade: ATOM Lending Liquidity" | ||
| projectLogoUrl: "/images/logo-shade.png" | ||
| projectUrl: "https://app.shadeprotocol.io/ " |
There was a problem hiding this comment.
Remove trailing space in the URL
| projectUrl: "https://app.shadeprotocol.io/ " | |
| projectUrl: "https://app.shadeprotocol.io/" |
| --- | ||
| title: "Shade: ATOM Lending Liquidity" | ||
| projectLogoUrl: "/images/logo-shade.png" | ||
| projectUrl: "https://app.shadeprotocol.io/ " |
There was a problem hiding this comment.
Remove trailing space in the URL
| projectUrl: "https://app.shadeprotocol.io/ " | |
| projectUrl: "https://app.shadeprotocol.io/" |
| --- | ||
| title: "Shade: ATOM/stATOM LP" | ||
| projectLogoUrl: "/images/logo-shade.png" | ||
| projectUrl: "https://app.shadeprotocol.io/ " |
There was a problem hiding this comment.
Remove trailing space in the URL
| projectUrl: "https://app.shadeprotocol.io/ " | |
| projectUrl: "https://app.shadeprotocol.io/" |
| --- | ||
| title: "Stride: stATOM/ATOM LP on Osmosis" | ||
| projectLogoUrl: "/images/logo-stride.png" | ||
| projectUrl: "https://www.stride.zone/ " |
There was a problem hiding this comment.
Remove trailing space in the URL
| projectUrl: "https://www.stride.zone/ " | |
| projectUrl: "https://www.stride.zone/" |
| --- | ||
| title: "Drop: dATOM/stATOM LP on Magma" | ||
| projectLogoUrl: "/images/logo-drop.png" | ||
| projectUrl: "https://www.drop.money/ " |
There was a problem hiding this comment.
Remove trailing space in the URL
| projectUrl: "https://www.drop.money/ " | |
| projectUrl: "https://www.drop.money/" |
| --- | ||
| title: "Drop: dATOM/ATOM LP on Osmosis" | ||
| projectLogoUrl: "/images/logo-drop.png" | ||
| projectUrl: "https://www.drop.money/ " |
There was a problem hiding this comment.
Remove trailing space in the URL
| projectUrl: "https://www.drop.money/ " | |
| projectUrl: "https://www.drop.money/" |
| --- | ||
| title: "Drop: dATOM/ATOM LP on Shade" | ||
| projectLogoUrl: "/images/logo-drop.png" | ||
| projectUrl: "https://www.drop.money/ " |
There was a problem hiding this comment.
Remove trailing space in the URL
| projectUrl: "https://www.drop.money/ " | |
| projectUrl: "https://www.drop.money/" |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…lsystems/hydro-bid-descriptions into aaronmw/json-to-md-files
No description provided.