Skip to content

Commit bb0d953

Browse files
authored
add note about codeberg option to git revision plugin docs (#158)
* add note about codeberg option to plugin docs * typo fix * patch version
1 parent e20c9ec commit bb0d953

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

documentation/docs/configuration/plugins/git-revision.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,11 @@ The second revision-related theme feature is `revision.history`. Enabling this
6969
</section>
7070
<br>
7171

72-
Currently the `revision.history` theme feature supports two repository hosts, [GitHub] and [Bitbucket]. See below for example configurations.
72+
Currently the `revision.history` theme feature supports three repository hosts: [GitHub], [Bitbucket], and [Codeberg]. See below for example configurations.
7373

7474
[GitHub]: git-revision.md#github
7575
[Bitbucket]: git-revision.md#bitbucket
76+
[Codeberg]: git-revision.md#codeberg
7677

7778
## GitHub
7879

@@ -123,7 +124,7 @@ theme:
123124
```
124125

125126
## Codeberg
126-
### MkDocs projet in root directory
127+
### MkDocs project in root directory
127128
```yaml
128129
repo_url: https://codeberg.org/exampleUser/exampleRepository
129130
edit_url_template: _edit/main/docs/{path}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkdocs-terminal",
3-
"version": "4.7.0",
3+
"version": "4.7.1",
44
"description": "Terminal.css theme for MkDocs",
55
"keywords": [
66
"mkdocs",

terminal/theme_version.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-terminal-4.7.0">
1+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-terminal-4.7.1">

0 commit comments

Comments
 (0)