Documentation/content/improving-documentation/index.md
Dave Anselmi 8215c254bc Move duplicate article list snippets to shortcode. (#780)
Closes #335.

This is my first attempt coding for eleventy/liquid so I'd be happy to get feedback on making the code cleaner or more idiomatic, or just more like the Codeberg style.

Co-authored-by: David Anselmi <danselmi@intecrowd.com>
Co-authored-by: Gusted <postmaster@gusted.xyz>
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/780
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
2026-04-27 14:36:08 +02:00

23 lines
1 KiB
Markdown

---
eleventyNavigation:
key: ImprovingTheDocumentation
title: Improving the Documentation
icon: book
order: 76
---
We're very happy you're considering to contribute to Codeberg Documentation!
{% sectionNav collections %}
## How do I contribute to Codeberg Documentation?
To contribute to Codeberg Documentation, the first thing you should do (if you haven't already done it) is to create
your own fork of the [Codeberg/Documentation repository](https://codeberg.org/Codeberg/Documentation).
Then, for each major contribution that you want to make (e.g. for each new article), create a new branch, make your
contributions and finally make a Pull Request to the Codeberg/Documentation repository.
You can find the source code to all articles in the `content` directory of Codeberg Documentation's source tree.
The Codeberg Documentation collaborators will then review your pull request, they may request some changes and
eventually, once all is good, they may merge your contribution into the official repository and deploy it to the live site.