Commit graph

436 commits

Author SHA1 Message Date
Jan Klippel
2460e87199 Changes after review. 2022-06-16 21:20:38 +02:00
Jan Klippel
1726ed1620 LFS-documentation
Initial version of an article on LFS

Fixes: #133
2022-06-16 21:20:38 +02:00
puppe
9ed1af425c Fix minor factual error: Codeberg *is* a corporation
There is a minor factual error in “What is Codeberg?”. The third paragraph states that Codeberg is not a corporation. Well actually …, Codeberg as a “eingetragener Verein” (German for “registered association” or “incorporated association”) very much *is* a corporation. And so, that part of the sentence has either to be removed or at least has to be qualified in some way. This commit does the latter.
2022-06-15 10:25:52 +02:00
Jan Klippel
5a1fdc201e
Article on conflict resolution
Initial version of an article on conflict resolution

Fixes: #14
2022-05-28 16:30:19 +02:00
Jan Klippel
8b5ab8067e Actually show Markdown syntax
Actually display the Markdown syntax to use when writing a note or a warning
2022-05-22 11:30:03 +02:00
Jan Klippel
9aeb95c4e7 Add bullet point on names
Fixes: #232
2022-05-21 22:23:59 +02:00
Jan Klippel
2e087e8c0c
Fix: typo in docker run command 2022-05-21 12:34:47 +02:00
fnetX
3f80cb2d48 Update contact page 2022-05-18 18:49:52 +02:00
fnetX
3f6c3779ad pages compatibility for deployment 2022-05-18 18:42:20 +02:00
ka2in
a829d17b10 Style Guide (#223)
Co-authored-by: Faycal Alami-Hassani <ka2in@protonmail.com>
Co-authored-by: ka2in <ka2in@protonmail.com>
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/223
Co-authored-by: ka2in <ka2in@noreply.codeberg.org>
Co-committed-by: ka2in <ka2in@noreply.codeberg.org>
2022-05-17 19:03:19 +02:00
Fauzi Ramadaniza
5d3450e98d Reordering certain Text and Correcting its URL
Combining [Clone & Commit via HTTP] & [Clone & Commit via SSH] to [Clone & Commit via CLI] because it goes to the same URL.

Signed-off-by: Fauzi Ramadaniza <faustzero1@noreply.codeberg.org>
2022-05-15 16:14:35 +02:00
mutluyuz
9e3acf9f44 Tags need to be pushed to the remote target (#228)
Add a note that tags need to be pushed to the remote target.

Please let me know, if you have any suggestions to improve the wording and this paragraph.

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/228
Co-authored-by: mutluyuz <mutluyuz@noreply.codeberg.org>
Co-committed-by: mutluyuz <mutluyuz@noreply.codeberg.org>
2022-05-10 08:09:38 +02:00
jklippel
5f022adfc6 Initial version of a Markdown documentation (#221)
Add initial version of a Markdown documentation to explain Markdown to new contributors. Also provides a styleguide to guide to a consistent use of the Markdown markup within Codeberg.

Fixes #59

Co-authored-by: Jan Klippel <c0d3b3rg@kl1pp3l.de>
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/221
Co-authored-by: jklippel <jklippel@noreply.codeberg.org>
Co-committed-by: jklippel <jklippel@noreply.codeberg.org>
2022-04-23 21:18:08 +02:00
n
3b3309a90e Minor fixes 2022-04-17 14:28:59 +09:00
ka2in
aef207d02a Improve email settings article (#215)
Edit and review of the article about email settings

Co-authored-by: Faycal Alami-Hassani <ka2in@protonmail.com>
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/215
Co-authored-by: ka2in <ka2in@noreply.codeberg.org>
Co-committed-by: ka2in <ka2in@noreply.codeberg.org>
2022-04-17 06:03:43 +02:00
fnetx
f7af41421b
Update deployment script for new location 2022-04-15 16:53:08 +02:00
Jan Klippel
5bdac45ee5 Create a new section documentation
Extract important articles from the now lengthy FAQ.
This helps to find the documented basics.
Move the Docs-Contributor-FAQ to the new documentation section.
2022-04-14 12:34:58 +02:00
Jan Klippel
29cae330d0 Add Dockerfile to serve documentation
Use a container to preview the documentation for those of us who cannot or do not want to install npm/nodejs on their machines.

- Add a Dockefile to create a docker image containing nodejs and the software needed to serve the documentation
- Extend README.md with the option to use the Dockerfile to preview the documentation
2022-04-14 12:34:21 +02:00
Jan Klippel
ca68a77a76
add documentation of .gitignore
Add documentation of .gitignore to reduce clutter in Codeberg.

Fixes #117
2022-04-14 12:32:37 +02:00
n
b46c8321dd Improve CI article 2022-04-10 21:02:40 +09:00
jklippel
fa47455b9e document eMail notifications from codeberg (#213)
- Document how to change the eMail settings
- Document which situations automatically lead to being subscribed and
receiving mails

Improves on #153

Co-authored-by: Jan Klippel <c0d3b3rg@kl1pp3l.de>
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/213
Co-authored-by: jklippel <jklippel@noreply.codeberg.org>
Co-committed-by: jklippel <jklippel@noreply.codeberg.org>
2022-04-09 13:01:28 +02:00
jklippel
7679e34b9e Start documentation on Continuous Integration / Woodpecker (#214)
- Initial section introducing CI
- Section on woodpecker on codeberg with a link to the request-access repository which already has good documentation on the current status of the Codeberg-CI

Related to #168

Co-authored-by: Jan Klippel <c0d3b3rg@kl1pp3l.de>
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/214
Co-authored-by: jklippel <jklippel@noreply.codeberg.org>
Co-committed-by: jklippel <jklippel@noreply.codeberg.org>
2022-04-09 12:23:22 +02:00
jklippel
429c0ee52e Improvements on the FAQ (#211)
as proposed by infinitelight in https://codeberg.org/Codeberg/Documentation/issues/185

I put the proposed changes into a PR to continue handling #185

Co-authored-by: Jan Klippel <c0d3b3rg@kl1pp3l.de>
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/211
Co-authored-by: jklippel <jklippel@noreply.codeberg.org>
Co-committed-by: jklippel <jklippel@noreply.codeberg.org>
2022-04-09 00:00:33 +02:00
Jan Klippel
84927fd532 add link to bylaws
Link to the bylaws from the documentation.

Improves on #191
2022-04-08 23:52:47 +02:00
René Schaar
eec4dd6085 Resolve conversations from #181 (#208)
Only did some minor changes (most of them are formatting) and resolving all conversations from #181

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/208
Co-authored-by: René Schaar <rene@schaar.priv.at>
Co-committed-by: René Schaar <rene@schaar.priv.at>
2022-03-13 20:05:39 +01:00
Arnout Engelen
db9f81fb39 Update FAQ to quote new Terms of Service (#207)
Co-authored-by: Arnout Engelen <arnout@bzzt.net>
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/207
Co-authored-by: Arnout Engelen <raboof@noreply.codeberg.org>
Co-committed-by: Arnout Engelen <raboof@noreply.codeberg.org>
2022-03-13 11:46:08 +01:00
tok
5e8f81b174 #174: more extensive article on licensing. (#181)
Text is according to the discussion on the issue #174.

Co-authored-by: Thomas Kramer <code@tkramer.ch>
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/181
Co-authored-by: tok <tok@noreply.codeberg.org>
Co-committed-by: tok <tok@noreply.codeberg.org>
2022-03-07 16:22:01 +01:00
n
70f94b2ee0 Gender-neutral language 2022-03-07 02:53:13 +09:00
n
cd12cbf78c Fix broken link 2022-03-06 00:33:49 +09:00
Gusted
6b53d9cf23 Revisit GPG & SSH documentation (#206)
- Update the wording of gpg-key.md(ssh-key.md's wording is already nicely done). To be more fluent and have a better explanation.
- Add a section to verify the GPG & SSH key.
- Add step for git to sign new commits by-default.
- Resolves #177

Co-authored-by: Gusted <williamzijl7@hotmail.com>
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/206
Co-authored-by: Gusted <gusted@noreply.codeberg.org>
Co-committed-by: Gusted <gusted@noreply.codeberg.org>
2022-03-04 22:17:26 +01:00
Gusted
de72273544
Apply code suggestions 2022-03-04 00:20:58 +01:00
Gusted
a53a187ee3
Rework the permissions article
- Rework the permission article, by splitting it into 2 new category's.
The current information would be within the Collaborators section, as
that hasn't changed. The new section is mostly concerned for the new
permissions system that is used for teams. It covers all the permissions
and values that can be selected.
- Resolves #204
2022-03-04 00:04:59 +01:00
René Schaar
fd44b5335f Add project overview table to the contributing code site (#203)
Fixes: #201
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/203
Co-authored-by: René Schaar <rene@schaar.priv.at>
Co-committed-by: René Schaar <rene@schaar.priv.at>
2022-02-26 10:46:22 +01:00
ka2in
93975e5d93 Docs-as-Code with Sphinx and Codeberg Pages (#198)
How to implement [Docs-as-Code](https://docs-as-co.de/) with the help of Sphinx and Codeberg Pages.

Co-authored-by: Faycal Alami-Hassani <ka2in@protonmail.com>
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/198
Co-authored-by: ka2in <ka2in@noreply.codeberg.org>
Co-committed-by: ka2in <ka2in@noreply.codeberg.org>
2022-02-14 22:15:05 +01:00
Otto Richter
0e30fb4fe8 Fix internal link 2022-02-13 21:02:00 +01:00
Lucas Hinderberger
dd2d720c41 Upgrading to Eleventy v1.0.0, Updating Dependencies 2022-01-30 21:30:50 +01:00
fnetx
619aa91f52
Alignment in footer 2022-01-27 15:30:23 +01:00
lukaskluge
155db25dd0 reduce line width of content (#184)
Reduces line width in main text area to increase readability

fixes #183

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/184
Co-authored-by: lukaskluge <lukaskluge@noreply.codeberg.org>
Co-committed-by: lukaskluge <lukaskluge@noreply.codeberg.org>
2022-01-27 14:55:58 +01:00
Otto Richter
2bda61e74d Diverse changes (#189)
a bunch of (typo) fixes, additions, rewordings

Update references

- remove mentions of the master branch, as it's removed for many repos
and might change in the future for others (fixes some dead links)
- remove mentions of moved repos with our official examples
- some on-the-fly additions or rewordings

Close #186 foobar->examples

Co-authored-by: fnetx <git@fralix.ovh>
Co-authored-by: fnetX <git@fralix.ovh>
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/189
Co-authored-by: Otto Richter <fnetx@noreply.codeberg.org>
Co-committed-by: Otto Richter <fnetx@noreply.codeberg.org>
2022-01-21 11:36:38 +01:00
René W
f1552640e8 add info about failed migrations (#187)
This is a question that is raised repeatedly in the community tracker or matrix.

Co-authored-by: René W <rwa@clttr.info>
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/187
Co-authored-by: René W. <rwa@clttr.info>
Co-committed-by: René W. <rwa@clttr.info>
2021-12-28 21:19:25 +01:00
n
17cc1bfc96 Close open quote 2021-12-24 23:18:35 +09:00
n
ec5228bbf5 Some HTML template fixes 2021-12-23 18:18:20 +09:00
fnetx
707619f2a6
Apply suggestions as per momar 2021-12-02 17:02:54 +01:00
fnetx
9a355bb8c9
Modify Codeberg Pages article for Pages v2 2021-12-01 23:18:11 +01:00
René W
b585d2f989 Merge pull request 'add faq about automatic mirrors' (#180) from faq-mirror into main
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/180
2021-11-26 18:54:27 +01:00
René Wagner
c06926aa0a
rephrase first sentence 2021-11-25 18:35:38 +01:00
René Wagner
94c068a557
uppercase I in heading 2021-11-23 21:02:05 +01:00
René Wagner
3260bc265d
add faq about automatic mirrors 2021-11-22 17:15:14 +01:00
n
982842a9a9 Update packages and dependencies 2021-11-21 20:57:27 +09:00
n
f77fc97525 Add margin-top to lists 2021-11-21 20:49:52 +09:00