1
0
Fork 0
forked from ZeusWPI/drive

Init move to mkdocs

This commit is contained in:
mcbloch 2021-08-19 17:14:10 +02:00
parent 68118471e4
commit 037e62184d
195 changed files with 80 additions and 0 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
*.md.backup
site

25
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,25 @@
image: python:3.8-buster
before_script:
- pip install -r requirements.txt
test:
stage: test
script:
- mkdocs build --strict --verbose --site-dir test
artifacts:
paths:
- test
except:
- master
pages:
stage: deploy
script:
- mkdocs build --strict --verbose
artifacts:
paths:
- site
only:
- master

BIN
.requirements.txt.swp Normal file

Binary file not shown.

View file

Before

Width:  |  Height:  |  Size: 83 KiB

After

Width:  |  Height:  |  Size: 83 KiB

View file

@ -0,0 +1,3 @@
:root {
--md-primary-fg-color: #ff7f00;
}

View file

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 92 KiB

View file

Before

Width:  |  Height:  |  Size: 114 KiB

After

Width:  |  Height:  |  Size: 114 KiB

View file

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View file

Before

Width:  |  Height:  |  Size: 116 KiB

After

Width:  |  Height:  |  Size: 116 KiB

Some files were not shown because too many files have changed in this diff Show more