From db186b18d38295205f44bffc6cea6dce876d3c36 Mon Sep 17 00:00:00 2001 From: kingchenc Date: Sat, 6 Jun 2026 21:32:35 +0200 Subject: [PATCH] docs(readme): star-history chart + ci(sync-about): sync docs config count (#188) Add a dark-mode star-history chart under the README footer thank-you line (all existing badges kept), and make sync-about also patch the indicator count into wickra-docs .vitepress/config.ts. --- .github/workflows/sync-about.yml | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/sync-about.yml b/.github/workflows/sync-about.yml index b664368c..f6e55391 100644 --- a/.github/workflows/sync-about.yml +++ b/.github/workflows/sync-about.yml @@ -180,14 +180,14 @@ jobs: exit 0 fi cd docs-count - sed -i -E "s/[0-9]+ (streaming-first )?indicators/${n} \1indicators/g" index.md overview.md Indicators-Overview.md + sed -i -E "s/[0-9]+ (streaming-first )?indicators/${n} \1indicators/g" index.md overview.md Indicators-Overview.md .vitepress/config.ts if git diff --quiet; then echo "Docs indicator count unchanged." exit 0 fi git config user.name "wickra-bot" git config user.email "wickra-bot@users.noreply.github.com" - git add index.md overview.md Indicators-Overview.md + git add index.md overview.md Indicators-Overview.md .vitepress/config.ts git commit -m "chore: sync indicator count to ${n}" if ! git push 2>/dev/null; then echo "::warning::push to wickra-lib/wickra-docs failed — ABOUT_SYNC_TOKEN likely lacks write (findings P10.0a)." diff --git a/README.md b/README.md index 8f47a6c8..0c7fb8c2 100644 --- a/README.md +++ b/README.md @@ -428,8 +428,8 @@ The library is provided **as is**, without warranty of any kind; see

- - Star Wickra on GitHub + + Wickra star history