Skip to content

Commit d17281c

Browse files
committedMar 18, 2025··
integrate wiki into main repository
1 parent 177a419 commit d17281c

11 files changed

+55
-1
lines changed
 

Diff for: ‎.github/workflows/publish_wiki.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Publish wiki
2+
on:
3+
push:
4+
branches: [main]
5+
paths:
6+
- docs/**
7+
- .github/workflows/publish_wiki.yml
8+
concurrency:
9+
group: publish-wiki
10+
cancel-in-progress: true
11+
permissions:
12+
contents: write
13+
jobs:
14+
publish-wiki:
15+
runs-on: ubuntu-latest
16+
steps:
17+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
18+
- uses: Andrew-Chen-Wang/github-wiki-action@50650fccf3a10f741995523cf9708c53cec8912a #v4.4.0

Diff for: ‎README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,8 @@ The migration from 1.0.x to 1.1.x includes a version bump of the underlying reac
154154
The snapshots can be removed by running the following command in the mongo-shell:
155155
```
156156
db.snapshots.remove({})
157-
```
157+
```
158+
159+
## Wiki / Documentation
160+
The wiki documentation of this project is part of the main repository and will be published on every build of the main branch. Therefore don't edit the wiki online as those changes will be overwritten on the next build.
161+
If you want to change the wiki documentation please create a PR to the main branch.

Diff for: ‎docs/DE:Home.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
Willkommen auf der Lasius Wiki Seite!
3+
***
4+
Andere Sprache wählen: [EN](https://github.com/tegonal/Lasius/wiki/Home)

Diff for: ‎docs/DE:Organizations.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
***
2+
Andere Sprache wählen: [EN](https://github.com/tegonal/Lasius/wiki/Organizations)

Diff for: ‎docs/DE:Projects.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
***
2+
Andere Sprache wählen: [EN](https://github.com/tegonal/Lasius/wiki/Projects)

Diff for: ‎docs/DE:Tags.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
***
2+
Andere Sprache wählen: [EN](https://github.com/tegonal/Lasius/wiki/Tags)

Diff for: ‎docs/Home.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Welcome to the Lasius wiki!
2+
***
3+
Switch Language: [DE](https://github.com/tegonal/Lasius/wiki/DE:Home)

Diff for: ‎docs/Organizations.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
***
2+
Switch Language: [DE](https://github.com/tegonal/Lasius/wiki/DE:Organizations)

Diff for: ‎docs/Projects.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
***
2+
Switch Language: [DE](https://github.com/tegonal/Lasius/wiki/DE:Projects)

Diff for: ‎docs/Tags.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
***
2+
Switch Language: [DE](https://github.com/tegonal/Lasius/wiki/DE:Tags)

Diff for: ‎docs/_Sidebar.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# EN
2+
* [Home](https://github.com/tegonal/Lasius/wiki/Home)
3+
* [Tags and Tag-Groups](https://github.com/tegonal/Lasius/wiki/Tags)
4+
* [Manage Organizations](https://github.com/tegonal/Lasius/wiki/Organizations)
5+
* [Manage Projects](https://github.com/tegonal/Lasius/wiki/Projects)
6+
* [Statistics](https://github.com/tegonal/Lasius/wiki/Statistics)
7+
8+
# DE
9+
* [Startseite](https://github.com/tegonal/Lasius/wiki/DE:Home)
10+
* [Tag und Tag-Gruppen](https://github.com/tegonal/Lasius/wiki/DE:Tags)
11+
* [Organisationen verwalten](https://github.com/tegonal/Lasius/wiki/DE:Organizations)
12+
* [Projekte verwalten](https://github.com/tegonal/Lasius/wiki/DE:Projects)
13+
* [Statistiken](https://github.com/tegonal/Lasius/wiki/DE:Statistics)

0 commit comments

Comments
 (0)
Please sign in to comment.