Skip to content

Commit b095efe

Browse files
szuecsarjunrn
authored andcommitted
docs: rebuild mkdocs with material, white, favicon, repo_url and edit_url (#843)
docs fix: relative paths to docs images docs: pipeline added to create automatically PR preview and rebuild docs on merge to master docs: add highlight.js and adjust development and install pages docs: add predicate and filter pics Signed-off-by: Sandor Szücs <[email protected]>
1 parent 3424250 commit b095efe

14 files changed

+336
-233
lines changed

delivery.yaml

+19
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,22 @@ pipeline:
1717
git status
1818
git diff
1919
cd packaging && make docker-build && git status && git diff && make docker-push
20+
- id: docs
21+
type: script
22+
overlay: ci/python
23+
commands:
24+
- desc: install deps
25+
cmd: |
26+
pip3 install mkdocs mkdocs-material
27+
- desc: build docs
28+
cmd: |
29+
mkdocs build --strict
30+
shopt -s extglob # needed to use !(pr)
31+
if [ "$CDP_PULL_REQUEST_NUMBER" ]; then
32+
mkdir -p site/pr/#{CDP_PULL_REQUEST_NUMBER}
33+
mv site/!(pr) site/pr/#{CDP_PULL_REQUEST_NUMBER}
34+
fi
35+
artifacts:
36+
- type: docs
37+
name: skipper
38+
path: site

docs/data-clients/innkeeper.md

-3
This file was deleted.

docs/favicon.ico

16.6 KB
Binary file not shown.

docs/img/skipper-filter.svg

+1
Loading

docs/img/skipper-predicate.svg

+1
Loading

0 commit comments

Comments
 (0)