File tree Expand file tree Collapse file tree 3 files changed +46
-0
lines changed Expand file tree Collapse file tree 3 files changed +46
-0
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
1
+ Init page for Mnestix Proxy
Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments