Skip to content

JSON to MD files#80

Draft
aaronmw wants to merge 7 commits intomainfrom
aaronmw/json-to-md-files
Draft

JSON to MD files#80
aaronmw wants to merge 7 commits intomainfrom
aaronmw/json-to-md-files

Conversation

@aaronmw
Copy link
Copy Markdown
Contributor

@aaronmw aaronmw commented Jul 30, 2025

No description provided.

@aaronmw aaronmw requested a review from p-offtermatt July 30, 2025 14:52
@p-offtermatt p-offtermatt requested a review from Copilot July 30, 2025 14:53
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/ "
Copy link

Copilot AI Jul 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove trailing space in the URL

Suggested change
projectUrl: "https://app.shadeprotocol.io/ "
projectUrl: "https://app.shadeprotocol.io/"

Copilot uses AI. Check for mistakes.
---
title: "Shade: ATOM Lending Liquidity"
projectLogoUrl: "/images/logo-shade.png"
projectUrl: "https://app.shadeprotocol.io/ "
Copy link

Copilot AI Jul 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove trailing space in the URL

Suggested change
projectUrl: "https://app.shadeprotocol.io/ "
projectUrl: "https://app.shadeprotocol.io/"

Copilot uses AI. Check for mistakes.
Comment thread bids/42--shade-atomstatom-lp.md Outdated
---
title: "Shade: ATOM/stATOM LP"
projectLogoUrl: "/images/logo-shade.png"
projectUrl: "https://app.shadeprotocol.io/ "
Copy link

Copilot AI Jul 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove trailing space in the URL

Suggested change
projectUrl: "https://app.shadeprotocol.io/ "
projectUrl: "https://app.shadeprotocol.io/"

Copilot uses AI. Check for mistakes.
Comment thread bids/4--shade-atomstatom-lp-on-shade-swap.md Outdated
---
title: "Stride: stATOM/ATOM LP on Osmosis"
projectLogoUrl: "/images/logo-stride.png"
projectUrl: "https://www.stride.zone/ "
Copy link

Copilot AI Jul 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove trailing space in the URL

Suggested change
projectUrl: "https://www.stride.zone/ "
projectUrl: "https://www.stride.zone/"

Copilot uses AI. Check for mistakes.
---
title: "Drop: dATOM/stATOM LP on Magma"
projectLogoUrl: "/images/logo-drop.png"
projectUrl: "https://www.drop.money/ "
Copy link

Copilot AI Jul 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove trailing space in the URL

Suggested change
projectUrl: "https://www.drop.money/ "
projectUrl: "https://www.drop.money/"

Copilot uses AI. Check for mistakes.
---
title: "Drop: dATOM/ATOM LP on Osmosis"
projectLogoUrl: "/images/logo-drop.png"
projectUrl: "https://www.drop.money/ "
Copy link

Copilot AI Jul 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove trailing space in the URL

Suggested change
projectUrl: "https://www.drop.money/ "
projectUrl: "https://www.drop.money/"

Copilot uses AI. Check for mistakes.
Comment thread bids/35--drop-datomatom-lp-on-shade.md Outdated
---
title: "Drop: dATOM/ATOM LP on Shade"
projectLogoUrl: "/images/logo-drop.png"
projectUrl: "https://www.drop.money/ "
Copy link

Copilot AI Jul 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove trailing space in the URL

Suggested change
projectUrl: "https://www.drop.money/ "
projectUrl: "https://www.drop.money/"

Copilot uses AI. Check for mistakes.
Comment thread bids/64--drop-datomatom-lp-on-duality.md Outdated
Comment thread bids/51--drop-datomatom-lp-on-duality.md Outdated
p-offtermatt and others added 6 commits July 30, 2025 17:00
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants