aboutsummaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorJoe Hand <joe@joeahand.com>2016-08-05 08:47:15 -0700
committerGitHub <noreply@github.com>2016-08-05 08:47:15 -0700
commitffb465bb3bcebb62c5e63cc3ed80d70274848deb (patch)
tree68203eafcf5b422464dbd4ebf53742e487735ad9 /assets
parent2b6ddccb62e7c425ed2a88b8cd9f94322d31aaaa (diff)
downloaddat-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.pngbin0 -> 345879 bytes
-rw-r--r--assets/cdc.pngbin0 -> 91078 bytes
-rw-r--r--assets/styles.css10
3 files changed, 10 insertions, 0 deletions
diff --git a/assets/arch.png b/assets/arch.png
new file mode 100644
index 0000000..9be39b9
--- /dev/null
+++ b/assets/arch.png
Binary files differ
diff --git a/assets/cdc.png b/assets/cdc.png
new file mode 100644
index 0000000..ce859fc
--- /dev/null
+++ b/assets/cdc.png
Binary files differ
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