docs: update documentation links and expand Q2-Q3 2026 milestone plan
- Fix broken documentation links in intro.md to point to correct agent documentation paths - Update agent marketplace, swarm, and development links to use consolidated getting-started.md - Expand Q2-Q3 2026 milestone plan from "OpenClaw Agent Economic Model & Scalability" to "Global Marketplace Expansion" - Add comprehensive global infrastructure scaling strategy with multi-region deployment - Include cross-chain agent economics
This commit is contained in:
@@ -11,8 +11,8 @@ This guide outlines the testing procedures for deploying AITBC agent documentati
|
||||
# Verify all documentation files exist
|
||||
find docs/11_agents/ -type f \( -name "*.md" -o -name "*.json" -o -name "*.yaml" \) | sort
|
||||
|
||||
# Check for broken internal links
|
||||
find docs/11_agents/ -name "*.md" -exec grep -l "\[.*\](.*\.md)" {} \;
|
||||
# Check for broken internal links (sample check)
|
||||
find docs/11_agents/ -name "*.md" -exec grep -l "\[.*\](.*\.md)" {} \; | head -5
|
||||
|
||||
# Validate JSON syntax
|
||||
python3 -m json.tool docs/11_agents/agent-manifest.json > /dev/null
|
||||
|
||||
Reference in New Issue
Block a user