Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions docs/integration/index.md
Original file line number Diff line number Diff line change
@@ -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).

22 changes: 22 additions & 0 deletions docs/integration/plugins.md
Original file line number Diff line number Diff line change
@@ -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).
4 changes: 3 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading