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.
|
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.
|
||||||
|
@ -5,6 +5,7 @@ services:
|
|||||||
- type: bind
|
- type: bind
|
||||||
source: .
|
source: .
|
||||||
target: /wiki
|
target: /wiki
|
||||||
|
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
ports:
|
ports:
|
||||||
|
@ -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
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user