Skip to content

Commit 6731cb9

Browse files
docs(wiki): test
1 parent ca7986e commit 6731cb9

File tree

3 files changed

+46
-0
lines changed

3 files changed

+46
-0
lines changed

.github/workflows/publish-wiki.yml

Lines changed: 18 additions & 0 deletions
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+
- wiki/**
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@v4
18+
- uses: Andrew-Chen-Wang/github-wiki-action@2c80c13ee98aa43683bd77973ef4916e2eedf817 # pinned version CWE-829

wiki/Home.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Init page for Mnestix Proxy

wiki/_Sidebar.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Main
2+
3+
- [Home](Home)
4+
- [Feature Overview](Feature-Overview)
5+
6+
## Getting Started
7+
8+
- [Use Mnestix](Use-Mnestix)
9+
- [Getting Started with Developing](Getting-started-with-developing)
10+
11+
## Configuration
12+
13+
- [Mnestix Configuration Settings](Mnestix-Configuration-Settings)
14+
- [Secret Environment Variables](Secret-environment-variables)
15+
- [Docker Compose Files](Docker-Compose-Files)
16+
- [Keycloak Configuration](Keycloak-Configuration)
17+
- [Maintaining](Maintaining)
18+
- [Role Based Access Control](Role-Based-Access-Control)
19+
- [Adding Languages to Mnestix](Adding-Languages)
20+
- [Infrastructure Configuration](Infrastructures.md)
21+
22+
## Contribution
23+
24+
- [Contributing](Contributing)
25+
26+
<br></br>
27+
<br></br>

0 commit comments

Comments
 (0)