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

Merged
codedude merged 1 commits from codedude/wiki:main into main 2024-10-27 13:20:15 +00:00
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.
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.

View File

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

View File

@ -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

View File

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