Skip to content

Feature/plugin integration#29

Merged
godronus merged 5 commits intomasterfrom
feature/plugin-integration
Apr 14, 2026
Merged

Feature/plugin integration#29
godronus merged 5 commits intomasterfrom
feature/plugin-integration

Conversation

@godronus
Copy link
Copy Markdown
Collaborator

No description provided.

Copy link
Copy Markdown

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 replaces the previous Typedoc + local web server setup with a FastEdge “plugin source” documentation pipeline, adds generated markdown docs under docs/, and introduces a Hello World example project for consumers.

Changes:

  • Remove Typedoc and local dev server artifacts/config (Typedoc config, web server config, browser test page) and corresponding dependencies.
  • Add fastedge-plugin-source/ tooling: manifest + doc-generation config + generate-docs.sh script for producing docs/.
  • Add consumer-facing docs (docs/SDK_API.md, docs/quickstart.md, docs/INDEX.md) and a examples/helloWorld/ starter example.

Reviewed changes

Copilot reviewed 14 out of 16 changed files in this pull request and generated 6 comments.

Show a summary per file
File Description
typedoc.json Removes Typedoc configuration.
package.json Drops Typedoc/server scripts and adds generate:docs script.
pnpm-lock.yaml Removes Typedoc/local server dependencies from lockfile.
lws.config.cjs Removes local web server MIME config.
index.html Removes browser-based wasm test harness page.
fastedge-plugin-source/manifest.json Adds plugin-source manifest mapping sources to target reference files.
fastedge-plugin-source/generate-docs.sh Adds tiered parallel doc generation script using claude.
fastedge-plugin-source/.generation-config.md Adds structured generation instructions for docs/ content.
examples/helloWorld/* Adds a minimal buildable “Hello World” consumer example.
docs/quickstart.md Adds consumer quickstart documentation.
docs/SDK_API.md Adds consumer API reference documentation.
docs/INDEX.md Adds documentation index/entry point.
.gitignore Stops ignoring docs/ and adjusts editor/debug artifact ignores.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/quickstart.md Outdated
Comment thread docs/quickstart.md Outdated
Comment thread fastedge-plugin-source/.generation-config.md Outdated
Comment thread fastedge-plugin-source/.generation-config.md Outdated
Comment thread fastedge-plugin-source/.generation-config.md Outdated
Comment thread fastedge-plugin-source/generate-docs.sh
Copy link
Copy Markdown

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 14 out of 16 changed files in this pull request and generated 4 comments.

Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/SDK_API.md
Comment thread docs/SDK_API.md Outdated
Comment thread docs/SDK_API.md
Comment thread docs/SDK_API.md
Copy link
Copy Markdown

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 14 out of 16 changed files in this pull request and generated 6 comments.

Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/SDK_API.md
Comment thread fastedge-plugin-source/generate-docs.sh
Comment thread docs/quickstart.md
Comment thread fastedge-plugin-source/.generation-config.md Outdated
Comment thread fastedge-plugin-source/.generation-config.md Outdated
Comment thread docs/SDK_API.md
@godronus godronus requested review from qrdl and ruslanti April 14, 2026 10:32
@godronus godronus merged commit 20b31c0 into master Apr 14, 2026
1 check passed
@godronus godronus deleted the feature/plugin-integration branch April 14, 2026 11:03
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 1.2.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants