diff options
author | Joe Hand <joe@joeahand.com> | 2016-08-05 08:47:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-05 08:47:15 -0700 |
commit | ffb465bb3bcebb62c5e63cc3ed80d70274848deb (patch) | |
tree | 68203eafcf5b422464dbd4ebf53742e487735ad9 /assets | |
parent | 2b6ddccb62e7c425ed2a88b8cd9f94322d31aaaa (diff) | |
download | dat-docs-ffb465bb3bcebb62c5e63cc3ed80d70274848deb.tar.gz dat-docs-ffb465bb3bcebb62c5e63cc3ed80d70274848deb.zip |
Use ecosystem docs to add module readme docs (#12)
* organize for ecosystem docs and cleanup
Signed-off-by: Joe Hand <joe@joeahand.com>
* add ecosystem-docs commands, build file, docs
* remove transform & fix content typo
* upgrade minidocs
Diffstat (limited to 'assets')
-rw-r--r-- | assets/arch.png | bin | 0 -> 345879 bytes | |||
-rw-r--r-- | assets/cdc.png | bin | 0 -> 91078 bytes | |||
-rw-r--r-- | assets/styles.css | 10 |
3 files changed, 10 insertions, 0 deletions
diff --git a/assets/arch.png b/assets/arch.png Binary files differnew file mode 100644 index 0000000..9be39b9 --- /dev/null +++ b/assets/arch.png diff --git a/assets/cdc.png b/assets/cdc.png Binary files differnew file mode 100644 index 0000000..ce859fc --- /dev/null +++ b/assets/cdc.png diff --git a/assets/styles.css b/assets/styles.css new file mode 100644 index 0000000..a6888f6 --- /dev/null +++ b/assets/styles.css @@ -0,0 +1,10 @@ +.minidocs-logo { + max-height: 100px; + width: inherit !important; + margin: 0 auto; + display: block; +} + +.minidocs-content { + padding-bottom: 50px; +}
\ No newline at end of file |