diff --git a/docs/integration/index.md b/docs/integration/index.md new file mode 100644 index 0000000..99002a5 --- /dev/null +++ b/docs/integration/index.md @@ -0,0 +1,20 @@ +# Integration + +{{ brand.name }} connects to other platforms through dedicated connectors, +so users can create and edit documents without leaving the applications they +already use. + +## Integrations + +| Integration | Maintainer | License | Details | +|---|---|---|---| +| [Nextcloud](nextcloud.md) | Nextcloud | AGPL-3.0 | [`eurooffice-nextcloud`](https://github.com/euro-office/eurooffice-nextcloud) | +| Odoo 19 (core) | Innolabs | LGPL-3.0 | [`euro_office_odoo`](https://github.com/Euro-Office/euro_office_odoo) — chatter attachments, editor, settings | +| Odoo 19 (documents) | Innolabs | LGPL-3.0 | [`euro_office_odoo_documents`](https://github.com/Euro-Office/euro_office_odoo_documents) — Odoo Documents app integration | + +!!! tip "Community integrations welcome" + + We're happy to list further integrations that are maintained by the + community. If you maintain one, open an issue or pull request on the + [documentation repository]({{ brand.repo }}/documentation). + diff --git a/docs/integration/plugins.md b/docs/integration/plugins.md new file mode 100644 index 0000000..a66c173 --- /dev/null +++ b/docs/integration/plugins.md @@ -0,0 +1,22 @@ +# Plugins + +Plugins extend the {{ brand.name }} editors with additional panels, tools, and +integrations. The plugins below are currently maintained and known to work with +{{ brand.name }}. + +!!! info "Plugin directory coming soon" + + We plan to set up a dedicated plugin directory to make plugins easier to + discover and install. Until then, this page tracks the maintained plugins. + +## Maintained plugins + +| Plugin | Maintainer | License | Description | +|---|---|---|---| +| [MetaVox editor plugin](https://github.com/Rikdekker/metavox-editor-plugin) | Rik Dekker (community) | AGPL-3.0 | Displays and edits [MetaVox](https://github.com/Rikdekker/metavox-editor-plugin) document metadata in a right-side panel while editing documents. Requires the Nextcloud MetaVox app and the Nextcloud connector. | + +!!! tip "Community plugins welcome" + + We're happy to list further plugins that are maintained by the community. + If you maintain one, open an issue or pull request on the + [documentation repository]({{ brand.repo }}/documentation). diff --git a/mkdocs.yml b/mkdocs.yml index a7ac488..f2f3126 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -105,7 +105,9 @@ nav: - Docker: installation/docker.md - Verify with Example App: installation/example.md - Integration: - - integration/nextcloud.md + - integration/index.md + - Nextcloud: integration/nextcloud.md + - Plugins: integration/plugins.md - Development: - development/setup.md - Building from source: development/building.md