mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-07-04 01:35:45 -07:00
# Changelog The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ## Changed - Refactor tables to respect `indent_size = 1`. ## Fixed - Tables with `<tr>` and `<td>` tags in wrong ending order. Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/627 Reviewed-by: Bastian Greshake Tzovaras <gedankenstuecke@noreply.codeberg.org> Co-authored-by: Javier Pérez <walpo@noreply.codeberg.org> Co-committed-by: Javier Pérez <walpo@noreply.codeberg.org>
948 B
948 B
| eleventyNavigation | ||||||||
|---|---|---|---|---|---|---|---|---|
|
These documentation pages contain detailed information on how you can collaborate on Codeberg, for example, by making Pull Requests.
If you're new to Codeberg or software forges in general, please also have a look at our Getting Started Guide which will teach you the basics of issue tracking and wikis on Codeberg.
{% 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 }} |