Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 12 additions & 0 deletions docs/docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[data-md-color-scheme="omi"] {
/* Sets the primary color (i.e., background of top nav) */
--md-primary-fg-color: #11284F;

/* Sets the links color */
--md-typeset-a-color: #046aa5;
/* --md-typeset-mark-color: #0092DF;
--md-typeset-kbd-color: #0092DF; */

/* Sets the accent color (i.e., links on hover) */
--md-accent-fg-color: #024a74;
}
7 changes: 5 additions & 2 deletions mkdocs.yml → docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ nav:
theme:
name: material
palette:
primary: orange
accent: blue
scheme: omi
# primary: orange
# accent: blue
logo: images/omi-symbol.png
favicon: images/omi-symbol.png
features:
Expand All @@ -21,3 +22,5 @@ markdown_extensions:
repo_url: https://github.com/modzy/openmodelinterface
repo_name: modzy/openmodelinterface
edit_uri: edit/main/docs/
extra_css:
- stylesheets/extra.css
17 changes: 17 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
chassisml
flask>=2.0.2
requests>=2.27.1
kubernetes>=21.7.0
loguru>=0.6.0
pytest>=6.2.5
pylint>=2.12.2
flake8>=4.0.1
mkdocs>=1.2.3
mkdocs-autorefs>=0.3.1
mkdocs-material>=8.1.6
mkdocs-material-extensions>=1.0.3
mkdocstrings>=0.17.0
mlflow>=1.22.0
numpy>=1.22.0
pandas>=1.4.0
python-dotenv>=0.19.2