remove gitlab ref and update mkdocs

This commit is contained in:
nazunalika 2022-06-10 01:39:17 -07:00
parent a5301ac118
commit b0f3789d04
Signed by: label
GPG Key ID: 6735C0E1BD65D048
2 changed files with 10 additions and 32 deletions

View File

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

View File

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