From b75ad215c85a53c34e170dba3c62093fc8655362 Mon Sep 17 00:00:00 2001 From: Jack Humbert Date: Thu, 29 Jun 2017 12:25:29 -0400 Subject: [PATCH] use default base names --- book.json | 1 - docs/{home.md => README.md} | 0 docs/_summary.md | 3 +-- 3 files changed, 1 insertion(+), 3 deletions(-) rename docs/{home.md => README.md} (100%) diff --git a/book.json b/book.json index ff19e2974..3da42c4b1 100644 --- a/book.json +++ b/book.json @@ -1,6 +1,5 @@ { "structure": { - "readme": "home.md", "summary": "_summary.md" }, "plugins" : ["toolbar", "edit-link", "anchors"], diff --git a/docs/home.md b/docs/README.md similarity index 100% rename from docs/home.md rename to docs/README.md diff --git a/docs/_summary.md b/docs/_summary.md index f2229be69..115132cd3 100644 --- a/docs/_summary.md +++ b/docs/_summary.md @@ -1,5 +1,4 @@ -* Getting started - * [Introduction](home.md) +* [Getting started](README.md) * [QMK Overview](qmk_overview.md) * [Build Environment Setup](build_environment_setup.md) * [Make instructions](make_instructions.md)