Documentation/content/integrations/index.md
crapStone da1b77aa6a Add woodpecker ci & many linters (and their required fixes) (#377)
closes #238

Co-authored-by: pat-s <patrick.schratz@gmail.com>
Co-authored-by: Patrick Schratz <pat-s@noreply.codeberg.org>
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/377
Co-authored-by: crapStone <crapstone01@gmail.com>
Co-committed-by: crapStone <crapstone01@gmail.com>
2024-06-11 07:51:22 +00:00

987 B

eleventyNavigation
key title icon order
Integrations Integrations with Other Services puzzle-piece 70

These documentation pages contain information on how you can use third-party software with Codeberg.

Check out delightful-forgejo to learn about the awesome ecosystem of Forgejo instances. Can can also see awesome-gitea, most of the Gitea-specific solutions should work with our Forgejo instance, too.

{% assign navPages = collections.all | eleventyNavigation %} {%- for entry in navPages %} {% if entry.url == page.url %} {%- if entry.children.length -%}

{%- for child in entry.children %} {%- endfor %}
Find out more in this section:
{{ child.title }}
{% endif %} {% endif %} {%- endfor %}