Skip to content

Commit

Permalink
Update docs theme
Browse files Browse the repository at this point in the history
  • Loading branch information
vtemian committed Mar 16, 2018
1 parent 82724ad commit 54651e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ pipeline:
group: build
commands:
- cd docs/
- pip3 install mdx_figcaption_ng
- mkdocs build --clean
- for i in $(ls | grep -v compiled_docs); do rm -rf $i; done
- mkdir -p /drone/src/presslabs-org/wp-content/root/gitfs/docs
Expand Down
2 changes: 1 addition & 1 deletion docs/docs-theme
2 changes: 2 additions & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ markdown_extensions:
- admonition
- toc:
baselevel: 1
- figcaption_ng
- codehilite(css_class=language-)
pages:
- General: 'index.md'
- Arguments: 'arguments.md'
Expand Down

0 comments on commit 54651e7

Please sign in to comment.