Skip to content

Fix/plugin docs#123

Merged
godronus merged 4 commits intomainfrom
fix/plugin-docs
Apr 13, 2026
Merged

Fix/plugin docs#123
godronus merged 4 commits intomainfrom
fix/plugin-docs

Conversation

@godronus
Copy link
Copy Markdown
Collaborator

No description provided.

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 updates dependency versions and example projects, and refreshes internal plugin/pipeline context documentation for the FastEdge SDK repo.

Changes:

  • Bump root/dev-site/example dependencies (including tooling like TypeScript, Jest, Astro, and handlebars).
  • Add a new examples/react-with-hono-server full-stack example (Vite + React frontend, Hono API + FastEdge static server).
  • Update pipeline context docs under context/ and regenerate static asset manifests in examples/static-assets.

Reviewed changes

Copilot reviewed 40 out of 44 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
package.json Updates root devDependencies/dependencies (incl. toolchain + npm-run-all2).
github-pages/package.json Bumps Astro/Starlight versions for GitHub Pages docs site.
examples/template-invoice/package.json Bumps handlebars dependency.
examples/template-invoice/.node-version Pins example Node version.
examples/template-invoice-ab-testing/package.json Bumps handlebars dependency.
examples/template-invoice-ab-testing/.node-version Pins example Node version.
examples/static-assets/src/templates-static-assets.ts Updates generated static asset manifest metadata.
examples/static-assets/src/styles-static-assets.ts Updates generated static asset manifest metadata.
examples/static-assets/src/images-static-assets.ts Updates generated static asset manifest metadata.
examples/static-assets/package.json Switches dev dependency to npm-run-all2.
examples/static-assets/.node-version Pins example Node version.
examples/react-with-hono-server/vite.config.ts Adds Vite config with /api dev proxy to the Hono dev server.
examples/react-with-hono-server/VITE-README.md Adds Vite template readme content for the example.
examples/react-with-hono-server/tsconfig.node.json Adds TS config for Vite config/build tooling.
examples/react-with-hono-server/tsconfig.json Adds TS project references.
examples/react-with-hono-server/tsconfig.fastedge.json Adds TS config for FastEdge server code typechecking.
examples/react-with-hono-server/tsconfig.app.json Adds TS config for the React app.
examples/react-with-hono-server/src/vite-env.d.ts Adds env var typings for the Vite app.
examples/react-with-hono-server/src/utils/api.ts Adds API URL builder + simple API client wrapper.
examples/react-with-hono-server/src/main.tsx Adds React entrypoint.
examples/react-with-hono-server/src/index.css Adds base styles (Vite template).
examples/react-with-hono-server/src/assets/react.svg Adds React logo asset.
examples/react-with-hono-server/src/App.tsx Adds sample UI + API demo consuming /api/users.
examples/react-with-hono-server/src/App.css Adds component styles.
examples/react-with-hono-server/README.md Documents build/deploy/dev workflow for the example.
examples/react-with-hono-server/public/vite.svg Adds Vite logo asset.
examples/react-with-hono-server/package.json Adds example scripts and dependencies for React/Vite/Hono/FastEdge.
examples/react-with-hono-server/index.html Adds HTML entrypoint for Vite app.
examples/react-with-hono-server/fastedge-server/server.ts Adds FastEdge runtime server combining API routes + static server.
examples/react-with-hono-server/fastedge-server/dev-server.ts Adds Node-based dev API server using @hono/node-server.
examples/react-with-hono-server/fastedge-server/config/server.config.ts Adds static server configuration used by createStaticServer.
examples/react-with-hono-server/fastedge-server/config/build-config.ts Adds fastedge-build config for building the example to wasm.
examples/react-with-hono-server/fastedge-server/config/asset-manifest.ts Adds placeholder generated asset manifest file (to be overwritten by build).
examples/react-with-hono-server/fastedge-server/api/routes.ts Adds sample Hono API routes (/hello, /users, /status).
examples/react-with-hono-server/eslint.config.js Adds ESLint config for the example.
examples/react-with-hono-server/ENVIRONMENT-SETUP.md Adds documentation for env/proxy/API utility usage.
examples/react-with-hono-server/API-README.md Adds documentation for API routes setup and usage.
examples/react-with-hono-server/.node-version Pins example Node version.
examples/react-with-hono-server/.gitignore Adds example-specific ignores (dist/node_modules/wasm/etc.).
examples/mcp-server/package.json Bumps MCP/Hono-related dependencies.
examples/mcp-server/.node-version Pins example Node version.
context/PLUGIN_CONTRACT.md Updates plugin pipeline contract text (notes pipeline operational date).
context/CONTEXT_INDEX.md Updates repo context index to reflect docs/ now present/operational.

Comment thread examples/react-with-hono-server/fastedge-server/server.ts
Comment thread examples/react-with-hono-server/fastedge-server/dev-server.ts Outdated
Comment thread examples/react-with-hono-server/API-README.md Outdated
Comment thread examples/react-with-hono-server/README.md Outdated
Comment thread examples/react-with-hono-server/ENVIRONMENT-SETUP.md
@godronus godronus requested review from qrdl and ruslanti April 13, 2026 15:08
@godronus godronus merged commit 3231c40 into main Apr 13, 2026
4 checks passed
@godronus godronus deleted the fix/plugin-docs branch April 13, 2026 16:47
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 2.2.2 🎉

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