forked from sig_altarch/wiki
disabled auto-expand,added selinux note to readme,removed links section
This commit is contained in:
parent
83f53e6f4e
commit
08293ba4a8
@ -13,16 +13,16 @@ This Wiki is browseable at **https://sig-altarch.rocky.page** .
|
||||
|
||||
Feel free to contribute to this Wiki via pull request.
|
||||
|
||||
You can test any changes locally by running it with Docker/Podman compose on your PC. Clone this wiki, `cd` into the folder, and run:
|
||||
You can test any changes locally by running it with Docker/Podman compose on your PC. Clone this wiki, `cd` into the folder, set SeLinux to permissive temporarily and run:
|
||||
|
||||
```
|
||||
setenforce 0
|
||||
docker-compose up
|
||||
```
|
||||
|
||||
It should build and run the wiki container. You can browse it and see your live edits by visiting `localhost:8000` .
|
||||
|
||||
|
||||
|
||||
## Continuous Integration / Continuous Deployment
|
||||
|
||||
Actions Runner executes workflow to publish to https://sig-altarch.rocky.page on push to main.
|
||||
|
@ -5,6 +5,7 @@ services:
|
||||
- type: bind
|
||||
source: .
|
||||
target: /wiki
|
||||
|
||||
build:
|
||||
context: .
|
||||
ports:
|
||||
|
@ -1,6 +1,5 @@
|
||||
# SIG/AltArch Wiki
|
||||
|
||||
|
||||
## Meetings / Communications
|
||||
Meetings are held fortnightly. Additional details can be found on the [Public_Calendar](https://calendar.google.com/calendar/u/0/embed?src=c_2e1oqh6t0i6sqhja5nu9lq8lgo@group.calendar.google.com)
|
||||
## Members
|
||||
@ -16,4 +15,4 @@ Meetings are held fortnightly. Additional details can be found on the [Public_C
|
||||
## Getting In Touch / Contributing
|
||||
The primary way to get into contact with the Sig/AltArch group would be our Mattermost [channel](https://chat.rockylinux.org/rocky-linux/channels/altarch).
|
||||
|
||||
## Links
|
||||
|
||||
|
@ -38,7 +38,7 @@ theme:
|
||||
- python
|
||||
- yaml
|
||||
features:
|
||||
- navigation.expand
|
||||
# - navigation.expand
|
||||
- navigation.indexes
|
||||
- navigation.instant
|
||||
- navigation.sections
|
||||
|
Loading…
Reference in New Issue
Block a user