The documentation website for Extension.js
Extension.js Docs is the documentation site for the cross-browser extension framework. It is built with Rspress and publishes the guides, references, workflows, and implementation notes for Extension.js.
- Read the docs: extension.js.org
- Explore the framework: extension-js/extension.js
- Contribute to the framework: CONTRIBUTING.md
Install dependencies:
pnpm installStart the docs dev server:
pnpm devBuild the site:
pnpm buildPreview the production build:
pnpm previewMIT (c) Cezar Augusto and the Extension.js Authors.
