- 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
10 lines
235 B
JavaScript
10 lines
235 B
JavaScript
export default {
|
|
defaultTheme: "auto",
|
|
iconLinks: [
|
|
{
|
|
icon: "git",
|
|
href: "https://git.bitbadger.solutions/bit-badger/BitBadger.Documents",
|
|
title: "Source Repository"
|
|
}
|
|
]
|
|
} |