Skip to content

Document new features and clean up homepage duplicates#185

Merged
JE-Chen merged 2 commits intomainfrom
dev
Apr 28, 2026
Merged

Document new features and clean up homepage duplicates#185
JE-Chen merged 2 commits intomainfrom
dev

Conversation

@JE-Chen
Copy link
Copy Markdown
Member

@JE-Chen JE-Chen commented Apr 28, 2026

Summary

Doc-only follow-up to PR #184.

  • Append sections to docs/source/{Eng,Zh}/.../new_features_doc.rst for the five features added in Profiler, run-history timeline, secrets, webhook + email triggers, embedder fixes #184 (per-action profiler, run-history timeline + failure thumbnails, encrypted secret manager, webhook trigger, IMAP email trigger). Each section covers headless Python usage, AC_* command surface, the variable bag the trigger seeds (${webhook.*}, ${email.*}, ${secrets.NAME}), and the matching GUI tab.
  • Remove the redundant :caption: directive on every toctree in docs/source/index.rst. Each caption was identical to its surrounding H2 heading, so the readthedocs homepage rendered "Getting Started" / "User Guide (English)" / "API Reference" twice.

No code changes.

Test plan

  • python -m docutils.parsers.rst parse check on both updated new_features_doc.rst files — only pre-existing Sphinx domain-role warnings (:mod:, :class:, :func:)
  • Section headers verified: 5 new sections appended in the same order as the EN file
  • git diff on index.rst shows only :caption: line removals, no structural changes

JE-Chen added 2 commits April 28, 2026 15:59
…ggers

Append sections to docs/source/{Eng,Zh}/.../new_features_doc.rst
covering each of the five new features added in PR #184: per-action
profiler with hot-spot view, run history timeline + failure thumbnail
preview, encrypted secret vault and ${secrets.NAME} placeholders,
webhook (HTTP push) trigger, and IMAP email poll trigger. Includes
headless Python usage, AC_* command surfaces, GUI tab summary, and
cross-references to ${webhook.*} / ${email.*} variable bags.
Each toctree carried a :caption: that exactly matched its surrounding
H2 section heading, so readthedocs rendered "Getting Started" / "User
Guide (English)" / "API Reference" twice. Remove the redundant captions
and let the section heading do that work.
@codacy-production
Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@sonarqubecloud
Copy link
Copy Markdown

@JE-Chen JE-Chen merged commit e34f264 into main Apr 28, 2026
21 of 26 checks passed
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.

1 participant