Skip to content

Commit

Permalink
feat: refactored-overhauled docs, first pass
Browse files Browse the repository at this point in the history
fix:edgexfoundry#1151

reorg main menu bar and added main landing page; upgrade mkdocs; add switch to light/dark modes

Signed-off-by: jpwhitemn <[email protected]>
  • Loading branch information
jpwhitemn committed Jul 21, 2023
1 parent 804e1fb commit b85c81e
Show file tree
Hide file tree
Showing 16 changed files with 559 additions and 464 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.docs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
FROM python:3.10-slim

RUN pip install mkdocs \
"mkdocs-material==8.5.8" \
"mkdocs-material==9.1.19" \
"mkdocs-htmlproofer-plugin>=0.8" \
"mkdocs-macros-plugin>=0.5" \
"mkdocs-swagger-ui-tag" \
Expand Down
267 changes: 267 additions & 0 deletions docs_src/about.md

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions docs_src/assets/stylesheets/branding.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,3 @@
--md-code-bg-color: hsla(0, 0%, 92.5%, 0.5);
--md-code-fg-color: hsla(200, 18%, 26%, 1);
}

.md-header, .md-tabs {
background-color: var(--md-accent-fg-color);
}
33 changes: 33 additions & 0 deletions docs_src/assets/stylesheets/extra.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
.home-nav-column {
float: left;
width: 23%;
padding: 0 10px;
border-top: 5px solid hsla(282,65%,19%,1);
margin: 5px 5px;
}

.home-nav-row {
margin: 0 -5px;
}

.home-nav-row:after {
content: "";
display: table;
clear: both;
}

.divider {
border-top: 3px solid hsla(282,65%,19%,1);
padding-bottom: 0px;
}

.home-nav-icons {
vertical-align: middle;
height: 50px;
width: 50px;
margin-right: 0px;
}

.md-header, .md-tabs {
background-color: hsla(282,65%,19%,1);
}
Binary file added docs_src/docker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
310 changes: 43 additions & 267 deletions docs_src/index.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs_src/microservices/application/V3Migration.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# V3 Migration Guide
# V3 Application Service Migration Guide

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion docs_src/microservices/device/Ch-DeviceServices.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Device Services Microservices
# Device Services

![image](EdgeX_DeviceServices.png)

Expand Down
2 changes: 1 addition & 1 deletion docs_src/microservices/device/V3Migration.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# V3 Migration Guide
# V3 Device Service Migration Guide

## All Device Services

Expand Down
2 changes: 1 addition & 1 deletion docs_src/microservices/support/Ch-SupportingServices.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Supporting Services Microservices
# Supporting Services

![image](EdgeX_SupportingServices.png)

Expand Down
Binary file added docs_src/run.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs_src/security/Ch-Security.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Security
# Security Services

![image](./EdgeX_Security.png)

Expand Down
Binary file added docs_src/sensor.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_src/snappy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
397 changes: 210 additions & 187 deletions mkdocs.yml

Large diffs are not rendered by default.

0 comments on commit b85c81e

Please sign in to comment.