Conversation
…nks, formatted md content, checked presence of file and dirs based on sidebar, checked presence of h1 in every file, update Komodo DeFi Framework methods table, adds/updates preview images when base is main
…nks, formatted md content, checked presence of file and dirs based on sidebar, checked presence of h1 in every file, update Komodo DeFi Framework methods table, adds/updates preview images when base is main
…rm/komodo-docs-mdx into responses-component
…nks, formatted md content, checked presence of file and dirs based on sidebar, checked presence of h1 in every file, update Komodo DeFi Framework methods table, adds/updates preview images when base is main
…rm/komodo-docs-mdx into responses-component
|
@gcharang CI is failing, looks like missing path in deploy repo https://github.com/KomodoPlatform/komodo-docs-mdx/actions/runs/17205091850/job/48803851037?pr=581#step:21:2043 Can I add anything to this PR to overcome it? |
|
Create an empty kdf_responses dir and add a dummy(or real) json to it @smk762 |
Documentation Preview LinksPreview for commit: 8309a88 |
There was a problem hiding this comment.
Pull Request Overview
This PR replaces outdated/incorrect server values in documentation request examples with clean, up-to-date electrum server configurations. The changes focus on removing unused CompactTable imports and introducing new Python utilities for validating and updating node configurations in KDF response files.
- Adds comprehensive Python utilities for KDF response validation and node updates
- Removes unused CompactTable imports from 60+ documentation files
- Updates JavaScript validation to handle new CodeGroup source attribute format
- Converts hardcoded JSON examples to use new source-based CodeGroup format
Reviewed Changes
Copilot reviewed 81 out of 82 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| utils/py/validate_kdf_responses.py | New Python script for validating KDF response JSON structure and content |
| utils/py/update_request_nodes.py | New Python script to update node values in request files with latest data from coins repository |
| utils/py/batch_update_nodes.py | Batch processing script for updating multiple JSON files |
| utils/py/README_update_nodes.md | Comprehensive documentation for the node update utilities |
| utils/js/validate_update_internal_links_userpass.js | Enhanced validation to support new CodeGroup source attribute |
| src/pages/komodo-defi-framework/api/v20/coin_activation/ | Multiple files converting hardcoded JSON to source-based CodeGroup format |
| src/pages/komodo-defi-framework/api/legacy/coin_activation/index.mdx | Converted legacy examples to use KdfResponses component |
| Multiple .mdx files | Removal of unused CompactTable imports |
Comments suppressed due to low confidence (5)
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Replacement of #570 (includes #571)