forked from edgexfoundry/edgex-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: refactored-overhauled docs, first pass
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
Showing
16 changed files
with
559 additions
and
464 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# V3 Migration Guide | ||
# V3 Application Service Migration Guide | ||
|
||
## Configuration | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Device Services Microservices | ||
# Device Services | ||
|
||
![image](EdgeX_DeviceServices.png) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Supporting Services Microservices | ||
# Supporting Services | ||
|
||
![image](EdgeX_SupportingServices.png) | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Security | ||
# Security Services | ||
|
||
![image](./EdgeX_Security.png) | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.
Large diffs are not rendered by default.
Oops, something went wrong.