Skip to content

Commit

Permalink
Align to doc template
Browse files Browse the repository at this point in the history
  • Loading branch information
rconway committed Apr 16, 2024
1 parent 1a4e873 commit 49eccdd
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 22 deletions.
21 changes: 21 additions & 0 deletions docs/css/eoepca.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
.green-text {
color: green;
}

.blue-text {
color: steelblue;
}

.yellow-text {
color: #F6BE00;
}

.grey-text {
color: grey;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
mkdocs-material==9.5.17
mkdocs-autorefs==1.0.1
mkdocs-publisher==1.2.0
39 changes: 17 additions & 22 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
site_name: EOEPCA Deployment Guide
site_url: https://deployment-guide.docs.eoepca.org
site_url: https://eoepca.readthedocs.io/projects/deploy/en/stable/
repo_url: https://github.com/EOEPCA/deployment-guide
edit_uri: ""
edit_uri: "edit/main/docs/"

# Site navigation
nav:
Expand Down Expand Up @@ -72,6 +72,21 @@ theme:
# - toc.integrate
- navigation.top
- content.code.copy
- content.action.edit

extra_css:
- css/eoepca.css

plugins:
- autorefs
# - pub-debugger:
# console_log:
# enabled: true
# log_level: INFO
# file_log:
# enabled: false
# zip_log:
# enabled: false

markdown_extensions:
- tables
Expand All @@ -97,23 +112,3 @@ markdown_extensions:
extra:
version:
provider: mike

# docs_dir: docs
# site_dir: site
# extra_css:
# - css/extra.css
# - css/second_extra.css
# extra_javascript: []
# extra_templates: []
# extra: {}
# use_directory_urls: true
# strict: false
# dev_addr: 127.0.0.1:8000
# plugins:
# - search:
# separator: '[\s\-\.]+'
# min_search_length: 3
# lang: en
# prebuild_index: False
# indexing: full
# - your_other_plugin

0 comments on commit 49eccdd

Please sign in to comment.