disabled auto-expand,added selinux note to readme,removed links section

This commit is contained in:
Bryan Zuelly 2024-10-27 09:16:45 -04:00
parent 83f53e6f4e
commit 08293ba4a8
Signed by: codedude
GPG Key ID: 11A77F7DFDAEC94F
4 changed files with 5 additions and 5 deletions

View File

@ -13,16 +13,16 @@ This Wiki is browseable at **https://sig-altarch.rocky.page** .
Feel free to contribute to this Wiki via pull request. 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 docker-compose up
``` ```
It should build and run the wiki container. You can browse it and see your live edits by visiting `localhost:8000` . 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 ## Continuous Integration / Continuous Deployment
Actions Runner executes workflow to publish to https://sig-altarch.rocky.page on push to main. Actions Runner executes workflow to publish to https://sig-altarch.rocky.page on push to main.

View File

@ -5,6 +5,7 @@ services:
- type: bind - type: bind
source: . source: .
target: /wiki target: /wiki
build: build:
context: . context: .
ports: ports:

View File

@ -1,6 +1,5 @@
# SIG/AltArch Wiki # SIG/AltArch Wiki
## Meetings / Communications ## 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) 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 ## Members
@ -16,4 +15,4 @@ Meetings are held fortnightly. Additional details can be found on the [Public_C
## Getting In Touch / Contributing ## 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). 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

View File

@ -38,7 +38,7 @@ theme:
- python - python
- yaml - yaml
features: features:
- navigation.expand # - navigation.expand
- navigation.indexes - navigation.indexes
- navigation.instant - navigation.instant
- navigation.sections - navigation.sections