mirror of
https://github.com/linuxserver/docker-documentation.git
synced 2026-02-19 18:14:15 +08:00
Snips again
This commit is contained in:
parent
8892d11165
commit
6491be5840
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -18,10 +18,8 @@ jobs:
|
||||
path: .cache
|
||||
- run: pip install -r docs/requirements.txt
|
||||
- run: |
|
||||
cp README.md docs/index.md
|
||||
cp -R general docs/
|
||||
cp -R images docs/
|
||||
cp -R FAQ.md docs/
|
||||
- run: mkdocs build
|
||||
|
||||
deploy:
|
||||
@ -42,8 +40,6 @@ jobs:
|
||||
path: .cache
|
||||
- run: pip install -r docs/requirements.txt
|
||||
- run: |
|
||||
cp README.md docs/index.md
|
||||
cp -R general docs/
|
||||
cp -R images docs/
|
||||
cp -R FAQ.md docs/
|
||||
- run: mkdocs gh-deploy --force
|
||||
|
||||
1
docs/FAQ.md
Normal file
1
docs/FAQ.md
Normal file
@ -0,0 +1 @@
|
||||
--8<-- "FAQ.md"
|
||||
1
docs/index.md
Normal file
1
docs/index.md
Normal file
@ -0,0 +1 @@
|
||||
--8<-- "README.md"
|
||||
@ -32,6 +32,9 @@ theme:
|
||||
favicon: https://gblobscdn.gitbook.com/spaces%2F-LWuIse8qFJj2MqDi90T%2Favatar-1590244439115.png?alt=media
|
||||
logo: https://gblobscdn.gitbook.com/spaces%2F-LWuIse8qFJj2MqDi90T%2Favatar-1590244439115.png?alt=media
|
||||
|
||||
markdown_extensions:
|
||||
- pymdownx.snippets
|
||||
|
||||
plugins:
|
||||
- search
|
||||
- minify:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user