diff --git a/README.md b/README.md index 77927cb..6bc40cf 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/docker-compose.yml b/docker-compose.yml index cd8ae83..ffc9156 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,6 +5,7 @@ services: - type: bind source: . target: /wiki + build: context: . ports: diff --git a/docs/index.md b/docs/index.md index 8ac0612..4919998 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 + diff --git a/mkdocs.yml b/mkdocs.yml index 7d51c11..e5aa83e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -38,7 +38,7 @@ theme: - python - yaml features: - - navigation.expand + # - navigation.expand - navigation.indexes - navigation.instant - navigation.sections