Snips again

This commit is contained in:
Eric Nemchik 2022-11-28 21:42:12 +00:00
parent 8892d11165
commit 6491be5840
4 changed files with 5 additions and 4 deletions

View File

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

@ -0,0 +1 @@
--8<-- "FAQ.md"

1
docs/index.md Normal file
View File

@ -0,0 +1 @@
--8<-- "README.md"

View File

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