From 8f45c1e4407ac66a407e3f7a467543425efb0742 Mon Sep 17 00:00:00 2001 From: MeeLeo Date: Fri, 8 May 2026 11:08:34 +0800 Subject: [PATCH] docs: drop `# ` H1 from SUMMARY.md required structure SUMMARY.md no longer needs to start with the plugin name as an H1. First line is now `## Overview` directly. Updated both required-structure template and Polymarket example block in EN + ZH developer guides. --- docs/FOR-DEVELOPERS-ZH.md | 4 ---- docs/FOR-DEVELOPERS.md | 4 ---- 2 files changed, 8 deletions(-) diff --git a/docs/FOR-DEVELOPERS-ZH.md b/docs/FOR-DEVELOPERS-ZH.md index ded4a32ea..460cdecb5 100644 --- a/docs/FOR-DEVELOPERS-ZH.md +++ b/docs/FOR-DEVELOPERS-ZH.md @@ -675,8 +675,6 @@ onchainos market price --address --chain solana ### 必需结构 ```markdown -# - ## Overview <一句话概括该平台/协议是什么。> @@ -709,8 +707,6 @@ Tags: `defi` `ethereum` `swap` `lending` ### 示例:Polymarket Plugin ```markdown -# polymarket-plugin - ## Overview Polymarket is a decentralized prediction market platform on Polygon where users trade diff --git a/docs/FOR-DEVELOPERS.md b/docs/FOR-DEVELOPERS.md index 84f4b8191..dabe26252 100644 --- a/docs/FOR-DEVELOPERS.md +++ b/docs/FOR-DEVELOPERS.md @@ -687,8 +687,6 @@ Every plugin **must** include a `SUMMARY.md` file in the same directory as `SKIL ### Required Structure ```markdown -# - ## Overview @@ -722,8 +720,6 @@ modes, or options. Use numbered lists or bold headings for each step.> ### Example: Polymarket Plugin ```markdown -# polymarket-plugin - ## 1. Overview Polymarket is a decentralized prediction market platform on Polygon where users trade