mirror of
https://git.resf.org/sig_core/wiki.git
synced 2024-11-15 12:11:23 +00:00
remove gitlab ref and update mkdocs
This commit is contained in:
parent
a5301ac118
commit
b0f3789d04
@ -1,26 +0,0 @@
|
||||
---
|
||||
before_script:
|
||||
- apk add --update --no-cache python3 py3-pip
|
||||
- /usr/bin/pip3 install -r requirements.txt
|
||||
|
||||
test:
|
||||
stage: test
|
||||
script:
|
||||
- mkdocs build --script --verbose --site-dir test
|
||||
artifacts:
|
||||
paths:
|
||||
- test
|
||||
except:
|
||||
- main
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- mkdocs build --verbose
|
||||
- mv site public
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
only:
|
||||
- main
|
||||
...
|
16
mkdocs.yml
16
mkdocs.yml
@ -1,9 +1,11 @@
|
||||
---
|
||||
# Wiki information
|
||||
site_name: SIG/Core Wiki
|
||||
site_url: https://core.sig.rocky.page
|
||||
site_description: >-
|
||||
The wiki for the Core SIG of Rocky.
|
||||
The wiki for Core SIG.
|
||||
|
||||
# Repository
|
||||
repo_url: https://git.resf.org/sig_core/wiki
|
||||
repo_name: sig_core/wiki
|
||||
edit_uri: edit/main/docs/
|
||||
@ -20,23 +22,25 @@ theme:
|
||||
- navigation.tabs
|
||||
- navigation.tabs.sticky
|
||||
- navigation.top
|
||||
- search.highlight
|
||||
- search.suggest
|
||||
- toc.integrate
|
||||
markdown_extensions:
|
||||
- abbr
|
||||
- attr_list
|
||||
- admonition
|
||||
- toc:
|
||||
permalink: true
|
||||
- footnotes
|
||||
- attr_list
|
||||
- def_list
|
||||
- footnotes
|
||||
- meta
|
||||
- pymdownx.details # this allows collapsible attributions
|
||||
- pymdownx.details # collapsable attributions
|
||||
- pymdownx.emoji:
|
||||
emoji_index: !!python/name:materialx.emoji.twemoji
|
||||
emoji_generator: !!python/name:materialx.emoji.to_svg
|
||||
- pymdownx.superfences
|
||||
- pymdownx.tabbed:
|
||||
alternate_style: true
|
||||
- toc:
|
||||
permalink: true
|
||||
|
||||
plugins:
|
||||
- autolinks
|
||||
|
Loading…
Reference in New Issue
Block a user