Skip to content

Commit

Permalink
Restyle Orchestrator core docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pboers1988 committed Mar 13, 2024
1 parent 63bc9df commit cc47cae
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 2 deletions.
27 changes: 27 additions & 0 deletions docs/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
:root {
--md-primary-fg-color: #0067AC;
--md-primary-fg-color--light: #94A4B8;
--md-primary-fg-color--dark: #64758B;
--md-primary-bg-color: #F1F5F9;
--md-primary-bg-color--light: #FFFFFF;
--md-accent-fg-color: #262830;
--md-accent-fg-color--transparent: #51576;
--md-accent-bg-color: #F1F5F9;
--md-accent-bg-color--light: #FFFFFF;
}

.md-header__button.md-logo {
padding: 0;
}
.md-header__button.md-logo img, .md-header__button.md-logo svg {
height: 55px;
}

.md-header, .md-tabs {
background-color: #05385E;
}

img[alt='pypi-downloads'], img[alt='npm-downloads'] {
height: 19px;
padding-top: 5px;
}
Binary file added docs/img/WFO-Emblem-White.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/favicon.ico
Binary file not shown.
4 changes: 4 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
hide:
- toc
---
# Orchestrator-Core
<p align="center"><em>Production ready Orchestration Framework to manage product lifecycle and workflows. Easy to use, Built on top of FastAPI</em></p>

Expand Down
9 changes: 7 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ site_description: An extensible workflow engine to manage customer facing resour
site_url: https://workfloworchestrator.org/orchestrator-core
theme:
name: material
icon:
repo: fontawesome/brands/github-alt
favicon: img/favicon.ico
logo: img/WFO-Emblem-White.png
palette:
- scheme: default
primary: teal
Expand Down Expand Up @@ -35,8 +39,8 @@ repo_url: https://github.com/workfloworchestrator/orchestrator-core
edit_uri: edit/main/docs/
markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight
- pymdownx.superfences
- admonition
Expand All @@ -53,6 +57,7 @@ markdown_extensions:
extra_css:
- 'css/termynal.css'
- 'css/custom.css'
- 'css/style.css'
extra_javascript:
- 'js/termynal.js'
- 'js/custom.js'
Expand Down

0 comments on commit cc47cae

Please sign in to comment.