Style guide is for docs only

This commit is contained in:
fnetx 2022-10-06 00:44:04 +02:00
parent 98c40b8a07
commit b4fd4812aa
No known key found for this signature in database
GPG key ID: 03870C95EE9F2661
2 changed files with 3 additions and 2 deletions

View file

@ -2,7 +2,7 @@
eleventyNavigation:
key: StyleGuide
title: Style Guide
parent: ImprovingCodeberg
parent: ImprovingTheDocumentation
---
The present style guide aims at streamlining the authoring process. We would like to maintain a consistent style to guarantee a pleasant reading experience. If you haven't done it already, please read the [Documentation Contributor FAQ](https://docs.codeberg.org/improving-codeberg/docs-contributor-faq/) before using this guide.
@ -201,4 +201,4 @@ We use the standard American spelling conventions, i.e.:
| catalogue; analogue, dialogue | catalog, analog, dialog |
| defence, licence | defense, license |
- Start names with an upper case letter (e.g. Git instead of git, Markdown instead of markdown)
- Start names with an upper case letter (e.g. Git instead of git, Markdown instead of markdown)

View file

@ -12,6 +12,7 @@ redirects:
- {"from": "/getting-started/communication-from-codeberg/", "to": "/getting-started/email-settings/" }
- {"from": "/improving-codeberg/docs-contributor-faq/", "to": "/improving-documentation/docs-contributor-faq/" }
- {"from": "/advanced/ci/", "to": "/ci/" }
- {"from": "/improving-codeberg/style-guide/", "to": "/improving-documentation/style-guide/" }
permalink: "{{ redirect.from }}"
layout: redirect
---