From 2ab4e2656898edff4f9e20f8dc2cba74dc4dda83 Mon Sep 17 00:00:00 2001 From: Karissa McKelvey Date: Fri, 12 Feb 2016 12:30:47 -0800 Subject: fix header in dependency page --- ecosystem.md | 2 -- mkdocs.yml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/ecosystem.md b/ecosystem.md index fbd8929..a796390 100644 --- a/ecosystem.md +++ b/ecosystem.md @@ -1,5 +1,3 @@ -## Implementations - If you want to go deeper and see the implementations we are using in the [Dat command-line tool](https://github.com/maxogden/dat), here you go: - [dat](https://www.npmjs.com/package/dat) - the main command line tool that uses all of the below diff --git a/mkdocs.yml b/mkdocs.yml index 0aa791f..bc92b6d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -3,7 +3,7 @@ theme: readthedocs pages: - Home: 'index.md' - 'How Dat Works': 'how-dat-works.md' -- 'Depenencies and Implementations': 'ecosystem.md' +- 'Dependencies': 'ecosystem.md' - Meta: - 'Changelog': 'meta/changelog.md' - 'Collaborators': 'meta/collaborators.md' -- cgit v1.2.3