Commit graph

721 commits

Author SHA1 Message Date
Dependency bot
59d28229fa chore(deps): lock file maintenance (#637) 2025-07-12 02:22:52 +02:00
Bastian Greshake Tzovaras
7cfd905bd4 add docs on alternative link syntax (#638)
This adds a small section to the markdown link section of the docs to also outline the `[[ link ]]` syntax that is supported in markdown texts that are rendered to html.

Closes #524.

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/638
Reviewed-by: Robert Wolff <mahlzahn@posteo.de>
Co-authored-by: Bastian Greshake Tzovaras <bgreshake@googlemail.com>
Co-committed-by: Bastian Greshake Tzovaras <bgreshake@googlemail.com>
2025-07-11 21:09:46 +02:00
Bastian Greshake Tzovaras
d17122d241 Add Details on Woodpecker targets & comparison WP/Actions (#635)
This is targeted to close both #545 and #595 by

* explicitly mentioning the Woodpecker target
* link to the actions meta repo that provides some overview on Actions & Woodpecker

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/635
Reviewed-by: Panagiotis "Ivory" Vasilopoulos <git@n0toose.net>
Co-authored-by: Bastian Greshake Tzovaras <bgreshake@googlemail.com>
Co-committed-by: Bastian Greshake Tzovaras <bgreshake@googlemail.com>
2025-07-02 16:27:43 +02:00
Pigeon-AFA
9b85081adf Security section: small additions (#634)
- Added Ente Auth to list of 2FA apps due to its open source/E2EE/cross platform nature
- Added links to the relevant user settings for SSH keys

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/634
Reviewed-by: Robert Wolff <mahlzahn@posteo.de>
Co-authored-by: Pigeon-AFA <antifantwerp@proton.me>
Co-committed-by: Pigeon-AFA <antifantwerp@proton.me>
2025-07-01 20:59:00 +02:00
Dependency bot
c3836a98b8 chore(deps): lock file maintenance (#633) 2025-06-26 02:10:57 +02:00
Dependency bot
561f42ae12 chore(deps): update docker.io/woodpeckerci/plugin-prettier docker tag to v1.3.1 (#632) 2025-06-26 02:10:20 +02:00
aec
71a83596f9 Add Wayland method to copy SSH key (#631)
Adds a method for using `wl-clipboard` to copy the SSH key on Wayland compositors.

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/631
Reviewed-by: Robert Wolff <mahlzahn@posteo.de>
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: aec <aec@noreply.codeberg.org>
Co-committed-by: aec <aec@noreply.codeberg.org>
2025-06-26 00:59:27 +02:00
Bastian Greshake Tzovaras
94a88006df Link examples on how to use a CI for publishing SSG pages (#628)
In #601, the suggestion was made to provide details on how to use a CI to get a website published to Codeberg Pages when using a static site generator.

We already provide a lot of details on that via the Woodpecker CI examples repo, so I've linked to that to help people find those details!

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/628
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Bastian Greshake Tzovaras <bgreshake@googlemail.com>
Co-committed-by: Bastian Greshake Tzovaras <bgreshake@googlemail.com>
2025-06-18 23:03:30 +02:00
Christopher A. Grant
73f5bfef39 Added documentation for CI agents (#554)
For some reason neither the docker image nor pnpm serve work on my machine.
TODO:
- [ ] test examples
- [ ] finish polishing
- [ ] add the rest of the references
- [ ] add helm details
- [ ] add autoscaler details

Co-authored-by: Patrick Schratz <pat-s@noreply.codeberg.org>
Co-authored-by: pat-s <pat-s@noreply.codeberg.org>
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/554
Reviewed-by: Patrick Schratz <pat-s@noreply.codeberg.org>
Co-authored-by: Christopher A. Grant <chris@aptenodytes.ca>
Co-committed-by: Christopher A. Grant <chris@aptenodytes.ca>
2025-06-17 01:12:39 +02:00
Javier Pérez
875cb34bdc Refactor and fix tables (#627)
# 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>
2025-06-16 22:57:17 +02:00
Javier Pérez
e405ae93ae Lint the documentation (#626)
# Changelog

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## Removed

- Disable the Markdownlint rule MD024 (`Multiple headings with the same content`).

## Fixed

- Syntax errors in `.markdownlint.yaml`.
- Markdownlint issues:
  - Heading levels should only increment by one level at a time([MD001](https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md001.md))
  - Hard tabs ([MD010](https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md010.md))
  - Reversed link syntax ([MD011](https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md011.md))
  - Dollar signs used before commands without showing output ([MD014](https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md014.md))
  - Multiple top-level headings in the same document ([MD025](https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md025.md))
  - Trailing punctuation in heading ([MD026](https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md026.md))
  - Ordered list item prefix([MD029](https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md029.md))
  - Emphasis used instead of a heading([MD036](https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md036.md))
  - Fenced code blocks should have a language specified ([MD040](https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md040.md))
  - Link fragments should be valid ([MD051](https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md051.md))
  - Link text should be descriptive ([MD059](https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md059.md))

- Prettier issues.

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/626
Reviewed-by: Patrick Schratz <pat-s@noreply.codeberg.org>
Co-authored-by: Javier Pérez <walpo@noreply.codeberg.org>
Co-committed-by: Javier Pérez <walpo@noreply.codeberg.org>
2025-06-14 15:39:01 +02:00
Javier Pérez
c6ac9a9f94 Reduce line length limit and format content (#623)
# Changelog

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## Changed

- Update line length limit from 500 characters to 120 characters.

## Fixed

- Most instances of these lint issues:
  1. Lines longer than 120 characters ([MD013](https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md013.md)).
  2. Trailing whitespaces ([MD009](https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md009.md)).
  3. Ordered list item prefix ([MD029](https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md029.md)).
  4. Bare links ([MD034](https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md034.md)).

Co-authored-by: Patrick Schratz <pat-s@noreply.codeberg.org>
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/623
Reviewed-by: Patrick Schratz <pat-s@noreply.codeberg.org>
Co-authored-by: Javier Pérez <walpo@noreply.codeberg.org>
Co-committed-by: Javier Pérez <walpo@noreply.codeberg.org>
2025-06-14 11:38:21 +02:00
pat-s
100beaacea
fix: broken node lockfiles 2025-06-14 10:02:45 +02:00
Dependency bot
d2e37b0c6a chore(deps): lock file maintenance (#625) 2025-06-14 02:36:11 +02:00
Dependency bot
e9dae04633 chore(deps): update dependency @11ty/eleventy to v3.1.1 (#624) 2025-06-14 02:35:32 +02:00
pat-s
c203349eb7
fix: linter file rename, ignore stackoverflow links 2025-06-11 22:42:52 +02:00
Ryuno-Ki
5e3c5b1bf3 Point to latest release (#622)
I noticed that Codeberg was referring to v1.19 of Forgejo.

Given that Forgejo's documentation is quite stable I feel like it
makes more sense to refer to the latest version of the docs instead.

Signed-off-by: Ryuno-Ki <andre.jaenisch@posteo.de>

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/622
Reviewed-by: Robert Wolff <mahlzahn@posteo.de>
Co-authored-by: Ryuno-Ki <andre.jaenisch@posteo.de>
Co-committed-by: Ryuno-Ki <andre.jaenisch@posteo.de>
2025-06-11 12:20:59 +02:00
Seyed Mohamad Amin Modaresi
95ef240390 explain enabling repository releases (#597)
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/597
Reviewed-by: Panagiotis "Ivory" Vasilopoulos <git@n0toose.net>
Reviewed-by: Robert Wolff <mahlzahn@posteo.de>
Co-authored-by: Seyed Mohamad Amin Modaresi <modaresisofthard@proton.me>
Co-committed-by: Seyed Mohamad Amin Modaresi <modaresisofthard@proton.me>
2025-06-10 18:51:17 +02:00
Dependency bot
d2800e20d6 chore(deps): lock file maintenance (#621)
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/621
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Dependency bot <renovate-bot@noreply.codeberg.org>
Co-committed-by: Dependency bot <renovate-bot@noreply.codeberg.org>
2025-06-06 14:56:30 +02:00
Dependency bot
42008ec1d9 chore(deps): update docker.io/woodpeckerci/plugin-surge-preview docker tag to v1.4.0 (#620)
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/620
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Dependency bot <renovate-bot@noreply.codeberg.org>
Co-committed-by: Dependency bot <renovate-bot@noreply.codeberg.org>
2025-06-06 14:50:59 +02:00
Dependency bot
bcfafb2843 chore(deps): lock file maintenance (#608)
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/608
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Dependency bot <renovate-bot@noreply.codeberg.org>
Co-committed-by: Dependency bot <renovate-bot@noreply.codeberg.org>
2025-05-30 23:17:23 +02:00
Panagiotis "Ivory" Vasilopoulos
58487c9760 feat: add contact links in issue template (#596)
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/596
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Panagiotis "Ivory" Vasilopoulos <git@n0toose.net>
Co-committed-by: Panagiotis "Ivory" Vasilopoulos <git@n0toose.net>
2025-05-28 00:19:53 +02:00
Gusted
117de0124a Add translate codeberg to links ignore list (#605)
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/605
2025-05-28 00:02:27 +02:00
Dependency bot
bf370d46ec chore(deps): update pipelinecomponents/yamllint docker tag to v0.35.0 (#602)
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/602
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Dependency bot <renovate-bot@noreply.codeberg.org>
Co-committed-by: Dependency bot <renovate-bot@noreply.codeberg.org>
2025-05-27 23:58:55 +02:00
Dependency bot
fee008c261 chore(deps): update docker.io/woodpeckerci/plugin-surge-preview docker tag to v1.3.6 (#603)
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/603
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Dependency bot <renovate-bot@noreply.codeberg.org>
Co-committed-by: Dependency bot <renovate-bot@noreply.codeberg.org>
2025-05-27 23:16:14 +02:00
Panagiotis "Ivory" Vasilopoulos
3374948e11 Keycloak: Add organization owner note (#604)
Fixes https://codeberg.org/Codeberg/Documentation/issues/541

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/604
2025-05-27 18:31:30 +02:00
Dependency bot
9d684ad032 chore(deps): update davidanson/markdownlint-cli2 docker tag to v0.18.1 (#599)
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/599
Co-authored-by: Dependency bot <renovate-bot@noreply.codeberg.org>
Co-committed-by: Dependency bot <renovate-bot@noreply.codeberg.org>
2025-05-21 11:37:16 +02:00
Dependency bot
d154672ed7 chore(deps): lock file maintenance (#600)
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/600
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Dependency bot <renovate-bot@noreply.codeberg.org>
Co-committed-by: Dependency bot <renovate-bot@noreply.codeberg.org>
2025-05-21 11:33:53 +02:00
Dependency bot
1a97f284ae chore(deps): update dependency @11ty/eleventy-img to v6.0.4 (#598)
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/598
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Dependency bot <renovate-bot@noreply.codeberg.org>
Co-committed-by: Dependency bot <renovate-bot@noreply.codeberg.org>
2025-05-16 12:15:10 +00:00
Dependency bot
d2c4157c23 chore(deps): update mstruebing/editorconfig-checker docker tag to v3.3.0 (#594)
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/594
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Dependency bot <renovate-bot@noreply.codeberg.org>
Co-committed-by: Dependency bot <renovate-bot@noreply.codeberg.org>
2025-05-14 01:42:42 +00:00
Dependency bot
d919df2a2c chore(deps): update dependency @11ty/eleventy-plugin-syntaxhighlight to v5.0.1 (#593)
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/593
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Dependency bot <renovate-bot@noreply.codeberg.org>
Co-committed-by: Dependency bot <renovate-bot@noreply.codeberg.org>
2025-05-14 01:42:33 +00:00
Dependency bot
3b8f0f31b7 chore(deps): lock file maintenance (#591)
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/591
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Dependency bot <renovate-bot@noreply.codeberg.org>
Co-committed-by: Dependency bot <renovate-bot@noreply.codeberg.org>
2025-05-07 18:13:21 +00:00
Alex
6c4867c76c codeberg-translate: describe direct push config option (#481)
Weblate can also be configured to push directly to the Codeberg repo
but that requires adding the `translate` user as a collaborator in the
respective repo.

Also use this opportunity to improve grammar/formulations.

Closes: #324

Co-authored-by: Gusted <postmaster@gusted.xyz>
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/481
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Alex <alex@puer-robustus.eu>
Co-committed-by: Alex <alex@puer-robustus.eu>
2025-04-29 20:45:41 +00:00
yaroze
3468da80a4 Update documentation for enabling Forgejo Actions (#590)
Clarified where the user should Forgejo Actions.

Thanks to @gusted:matrix.org

Co-authored-by: plfarinha <plfarinha@noreply.codeberg.org>
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/590
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: yaroze <yaroze@noreply.codeberg.org>
Co-committed-by: yaroze <yaroze@noreply.codeberg.org>
2025-04-29 20:38:52 +00:00
Dependency bot
9d281d78d5 chore(deps): update dependency @11ty/eleventy-img to v6.0.2 (#589)
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/589
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Dependency bot <renovate-bot@noreply.codeberg.org>
Co-committed-by: Dependency bot <renovate-bot@noreply.codeberg.org>
2025-04-28 10:45:31 +00:00
Dependency bot
3cce675e2e chore(deps): update codeberg.org/woodpecker-plugins/node-pm docker tag to v1.3.4 (#588)
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/588
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Dependency bot <renovate-bot@noreply.codeberg.org>
Co-committed-by: Dependency bot <renovate-bot@noreply.codeberg.org>
2025-04-28 10:45:23 +00:00
Bene
20e5862bcf Pages: Add a warning that the availability is only best effort (#585)
I'm approaching the "transparency" proposal by @fnetX in Codeberg-e.V./Discussion#124

This should set the expectations of users using this feature to a more realistic setting (at least if they read the documentation). If this MR gets accepted, we can adapt the landing page afterward to include the same text.

cc @crapStone

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/585
Reviewed-by: Otto <otto@codeberg.org>
Reviewed-by: crapStone <codeberg@crapstone.dev>
Co-authored-by: Bene <bene64@posteo.de>
Co-committed-by: Bene <bene64@posteo.de>
2025-04-24 20:32:36 +00:00
crapStone
cfb83ba171 chore: fix preview plugin link (#586)
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/586
2025-04-24 20:31:46 +00:00
crystal
9a55f7bf8b update Codeberg Pages IP addresses (#556)
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/556
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: crystal <crystal@noreply.codeberg.org>
Co-committed-by: crystal <crystal@noreply.codeberg.org>
2025-04-23 13:43:54 +00:00
Dependency bot
5a242e44fb chore(deps): lock file maintenance (#552)
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/552
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Dependency bot <renovate-bot@noreply.codeberg.org>
Co-committed-by: Dependency bot <renovate-bot@noreply.codeberg.org>
2025-04-07 00:21:22 +00:00
Dependency bot
08f45ba327 chore(deps): update dependency @11ty/eleventy-navigation to v1 (#548)
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/548
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Dependency bot <renovate-bot@noreply.codeberg.org>
Co-committed-by: Dependency bot <renovate-bot@noreply.codeberg.org>
2025-03-30 12:58:01 +00:00
Dependency bot
5a2c668637 chore(deps): lock file maintenance (#550)
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/550
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Dependency bot <renovate-bot@noreply.codeberg.org>
Co-committed-by: Dependency bot <renovate-bot@noreply.codeberg.org>
2025-03-27 10:13:28 +00:00
Gusted
ca2f628ce4 ci: update link (#551)
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/551
2025-03-26 00:44:44 +00:00
Dependency bot
8817e90563 chore(deps): update pipelinecomponents/yamllint docker tag to v0.34.0 (#547)
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/547
Co-authored-by: Dependency bot <renovate-bot@noreply.codeberg.org>
Co-committed-by: Dependency bot <renovate-bot@noreply.codeberg.org>
2025-03-18 15:02:08 +00:00
Dependency bot
69845fb503 chore(deps): update mstruebing/editorconfig-checker docker tag to v3.2.1 (#546)
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/546
Co-authored-by: Dependency bot <renovate-bot@noreply.codeberg.org>
Co-committed-by: Dependency bot <renovate-bot@noreply.codeberg.org>
2025-03-18 14:58:13 +00:00
Dependency bot
42fa85843b chore(deps): lock file maintenance (#543)
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/543
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Dependency bot <renovate-bot@noreply.codeberg.org>
Co-committed-by: Dependency bot <renovate-bot@noreply.codeberg.org>
2025-03-12 07:52:29 +00:00
woodpecker-bot
cdf5117f83 chore(deps): lock file maintenance 2025-03-03 00:04:42 +00:00
Dependency bot
2227bc5f4a chore(deps): update docker.io/woodpeckerci/plugin-surge-preview docker tag to v1.3.5 (#538)
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/538
Co-authored-by: Dependency bot <renovate-bot@noreply.codeberg.org>
Co-committed-by: Dependency bot <renovate-bot@noreply.codeberg.org>
2025-02-27 20:04:45 +00:00
Dependency bot
fec9c46eb3 chore(deps): update docker.io/woodpeckerci/plugin-prettier docker tag to v1.3.0 (#539)
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/539
Co-authored-by: Dependency bot <renovate-bot@noreply.codeberg.org>
Co-committed-by: Dependency bot <renovate-bot@noreply.codeberg.org>
2025-02-27 20:04:41 +00:00
Dependency bot
1090cee3f0 chore(deps): lock file maintenance (#540)
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/540
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Dependency bot <renovate-bot@noreply.codeberg.org>
Co-committed-by: Dependency bot <renovate-bot@noreply.codeberg.org>
2025-02-27 20:00:05 +00:00