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_name: SIG/Core Wiki
|
||||||
site_url: https://core.sig.rocky.page
|
site_url: https://core.sig.rocky.page
|
||||||
site_description: >-
|
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_url: https://git.resf.org/sig_core/wiki
|
||||||
repo_name: sig_core/wiki
|
repo_name: sig_core/wiki
|
||||||
edit_uri: edit/main/docs/
|
edit_uri: edit/main/docs/
|
||||||
@ -20,23 +22,25 @@ theme:
|
|||||||
- navigation.tabs
|
- navigation.tabs
|
||||||
- navigation.tabs.sticky
|
- navigation.tabs.sticky
|
||||||
- navigation.top
|
- navigation.top
|
||||||
|
- search.highlight
|
||||||
- search.suggest
|
- search.suggest
|
||||||
|
- toc.integrate
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- abbr
|
- abbr
|
||||||
- attr_list
|
|
||||||
- admonition
|
- admonition
|
||||||
- toc:
|
- attr_list
|
||||||
permalink: true
|
|
||||||
- footnotes
|
|
||||||
- def_list
|
- def_list
|
||||||
|
- footnotes
|
||||||
- meta
|
- meta
|
||||||
- pymdownx.details # this allows collapsible attributions
|
- pymdownx.details # collapsable attributions
|
||||||
- pymdownx.emoji:
|
- pymdownx.emoji:
|
||||||
emoji_index: !!python/name:materialx.emoji.twemoji
|
emoji_index: !!python/name:materialx.emoji.twemoji
|
||||||
emoji_generator: !!python/name:materialx.emoji.to_svg
|
emoji_generator: !!python/name:materialx.emoji.to_svg
|
||||||
- pymdownx.superfences
|
- pymdownx.superfences
|
||||||
- pymdownx.tabbed:
|
- pymdownx.tabbed:
|
||||||
alternate_style: true
|
alternate_style: true
|
||||||
|
- toc:
|
||||||
|
permalink: true
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
- autolinks
|
- autolinks
|
||||||
|
Loading…
Reference in New Issue
Block a user