aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkarissa <krmckelv@gmail.com>2017-01-13 13:10:03 -0800
committerkarissa <krmckelv@gmail.com>2017-01-13 13:10:03 -0800
commitb093d4315b62f5ba0bbfc06688e958cf49a863fb (patch)
tree21ebc18df7260e7602f6b42ad8ea239abad92f53
parentc90bda02067f04124548e81fe9454f48863706e5 (diff)
downloaddat-docs-b093d4315b62f5ba0bbfc06688e958cf49a863fb.tar.gz
dat-docs-b093d4315b62f5ba0bbfc06688e958cf49a863fb.zip
small changes in prep for h2 sidebar subitems
-rw-r--r--docs/cookbook/browser.md4
-rw-r--r--docs/ecosystem.md6
2 files changed, 4 insertions, 6 deletions
diff --git a/docs/cookbook/browser.md b/docs/cookbook/browser.md
index 22010e4..4c9ac27 100644
--- a/docs/cookbook/browser.md
+++ b/docs/cookbook/browser.md
@@ -145,9 +145,7 @@ drop(document.body, function (files) {
})
```
-## Unsatisfied?
-
-If you still aren't satisfied, come over to our community channels and ask a question. It's probably a good one and we should cover it in the documentation. Thanks for trying it out, and PRs always welcome!
+Come over to our community channels and ask a question. It's probably a good one and we should cover it in the documentation. Thanks for trying it out, and PRs always welcome!
[![#dat IRC channel on freenode](https://img.shields.io/badge/irc%20channel-%23dat%20on%20freenode-blue.svg)](http://webchat.freenode.net/?channels=dat)
[![datproject/discussions](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/datproject/discussions?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
diff --git a/docs/ecosystem.md b/docs/ecosystem.md
index 932f81a..3132190 100644
--- a/docs/ecosystem.md
+++ b/docs/ecosystem.md
@@ -4,20 +4,20 @@ We have built and contributed to a variety of modules that support our work on D
Dat embraces the Unix philosophy: a modular design with composable parts. All of the pieces can be replaced with alternative implementations as long as they implement the abstract API.
-## Public Interface Modules:
+## Public Interface Modules
* [dat](dat) - the command line interface for sharing and downloading files
* [dat.land](dat.land) - repository for the [dat.land](https://dat.land) website, a public data registry and sharing
* [dat desktop](https://github.com/juliangruber/dat-desktop) - dat desktop application for sharing and downloading files
-## File and Block Component Modules:
+## File and Block Component Modules
* [hyperdrive](hyperdrive) - The file sharing network dat uses to distribute files and data. Read the technical [hyperdrive-specification](hyperdrive-specification) about how hyperdrive works.
* [hypercore](hypercore) - exchange low-level binary blocks with many sources
* [rabin](https://www.npmjs.com/package/rabin) - Rabin fingerprinter stream
* [merkle-tree-stream](https://www.npmjs.com/package/merkle-tree-stream) - Used to construct Merkle trees from chunks
-## Networking & Peer Discovery Modules:
+## Networking & Peer Discovery Modules
* [discovery-channel](https://www.npmjs.com/package/discovery-channel) - discover data sources
* [discovery-swarm](https://www.npmjs.com/package/discovery-swarm) - discover and connect to sources