v4.1 (#11)
- Add `Json` module to return JSON strings and write JSON as it's read to a `PipeWriter` - Add `docfx`-based documentation to allow how-to docs and API docs to be generated on the same site Reviewed-on: #11
This commit was merged in pull request #11.
This commit is contained in:
4
doc-template/public/main.css
Normal file
4
doc-template/public/main.css
Normal file
@@ -0,0 +1,4 @@
|
||||
article h2 {
|
||||
border-bottom: solid 1px gray;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
10
doc-template/public/main.js
Normal file
10
doc-template/public/main.js
Normal file
@@ -0,0 +1,10 @@
|
||||
export default {
|
||||
defaultTheme: "auto",
|
||||
iconLinks: [
|
||||
{
|
||||
icon: "git",
|
||||
href: "https://git.bitbadger.solutions/bit-badger/BitBadger.Documents",
|
||||
title: "Source Repository"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user