Skip to content

Update and Rewrite of Docus & Website#198

Merged
blindzero merged 17 commits intomainfrom
chore/docs
Feb 16, 2026
Merged

Update and Rewrite of Docus & Website#198
blindzero merged 17 commits intomainfrom
chore/docs

Conversation

@blindzero
Copy link
Copy Markdown
Owner

Summary

  • Rewriting whole about section
  • adding "Walkthrough" in "Use IdLE"

Motivation

Better structure and clarity

Type of Change

Please select the relevant option:

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update
  • Refactoring / internal improvement

@blindzero blindzero self-assigned this Feb 16, 2026
Copilot AI review requested due to automatic review settings February 16, 2026 20:21
@blindzero blindzero added the type:docs Improvements or additions to documentation. label Feb 16, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR performs a comprehensive documentation rewrite focused on improving structure and clarity. The changes reorganize the "About" and "Use" sections and add a new step-by-step "Walkthrough" subsection to guide users through the complete IdLE lifecycle (workflow → request → plan → invoke → providers/auth).

Changes:

  • Added a new 5-part Walkthrough series under "Use IdLE" to provide hands-on, incremental guidance
  • Rewrote major documentation pages (workflows, quickstart, providers, concepts, intro pages) to improve clarity and reduce redundancy
  • Streamlined content to focus on practical "how-to" information in the Use section while moving specification details to the Reference section
  • Updated cross-references and navigation paths throughout the documentation

Reviewed changes

Copilot reviewed 17 out of 17 changed files in this pull request and generated 10 comments.

Show a summary per file
File Description
website/sidebars.js Added Walkthrough section with 5 subsections to the Use navigation menu
docs/use/walkthrough/01-workflow-definition.md New: First walkthrough page covering workflow definition basics
docs/use/walkthrough/02-request-creation.md New: Second walkthrough page covering request creation
docs/use/walkthrough/03-plan-creation.md New: Third walkthrough page covering plan building
docs/use/walkthrough/04-invoke-results.md New: Fourth walkthrough page covering plan invocation and results
docs/use/walkthrough/05-providers-authentication.md New: Fifth walkthrough page covering providers and authentication (has formatting issues)
docs/use/workflows.md Complete rewrite: simplified to overview level, removed detailed specs, added references to new Walkthrough
docs/use/quickstart.md Complete rewrite: more structured, step-by-step approach with inline workflow example
docs/use/providers.md Complete rewrite: simplified to focus on lifecycle flow, removed detailed examples
docs/use/plan-export.md Streamlined content focusing on why and what instead of detailed how-to
docs/use/intro-use.md Complete rewrite: improved navigation structure with clear start-here guidance
docs/use/installation.md Significant simplification: removed architecture details, focused on installation steps
docs/about/intro.md Updated with new navigation structure and clearer key ideas section
docs/about/concepts.md Complete rewrite: more concise big-picture explanation with better cross-references
docs/about/security.md Minor: fixed frontmatter typo, added new redaction keys to list
docs/develop/releases.md Minor: fixed frontmatter typo
README.md Updated structure and content (has duplicate content issue)

Comment thread docs/use/walkthrough/05-providers-authentication.md Outdated
Comment thread README.md
Comment thread docs/use/providers.md
Comment thread README.md Outdated
Comment thread docs/use/walkthrough/05-providers-authentication.md Outdated
Comment thread README.md Outdated
Comment thread docs/about/intro.md
Comment thread docs/about/intro.md
Comment thread docs/about/intro.md
Comment thread README.md Outdated
blindzero and others added 2 commits February 16, 2026 21:26
Copilot AI review requested due to automatic review settings February 16, 2026 20:27
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 23457a8aa5

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread docs/use/walkthrough/05-providers-authentication.md Outdated
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 17 out of 17 changed files in this pull request and generated 4 comments.

Comment thread website/sidebars.js Outdated
Comment thread docs/use/providers.md
Comment thread README.md
Comment thread docs/about/intro.md
Copilot AI review requested due to automatic review settings February 16, 2026 20:38
@blindzero blindzero merged commit e40390b into main Feb 16, 2026
12 checks passed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 18 out of 18 changed files in this pull request and generated 2 comments.

Comment thread docs/about/security.md
- `apikey`, `apiKey`, `clientSecret`
- `accessToken`, `refreshToken`
- `credential`, `privateKey`
- `AccountPassword`, `AccountPasswordAsPlainText`, `GeneratedAccountPasswordPlainText`, `GeneratedAccountPasswordProtected`
Copy link

Copilot AI Feb 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extra backtick at the end of the line. The line should end after 'GeneratedAccountPasswordProtected' with no additional backtick. This creates invalid markdown formatting.

Copilot uses AI. Check for mistakes.
Comment thread docs/about/intro.md
- **Idempotent execution** (steps can be written to converge state)
- [How to use IdLE?](../use/intro-use.md)
- [Installation](../use/installation.md)
- [QuickStart](../use/quickstart.md)
Copy link

Copilot AI Feb 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inconsistent capitalization: "QuickStart" should be "Quick Start" to match the convention used throughout the documentation (see lines in quickstart.md, installation.md, providers.md, workflows.md, concepts.md, and intro-use.md). The page title is "Quick Start" (with space), so the link text should match.

Suggested change
- [QuickStart](../use/quickstart.md)
- [Quick Start](../use/quickstart.md)

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:docs Improvements or additions to documentation.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants