diff --git a/out/css/site.css b/out/css/site.css
index 3184dbb..3742198 100644
--- a/out/css/site.css
+++ b/out/css/site.css
@@ -28,7 +28,7 @@ li {
margin-bottom:0;
}
-#TOC {
+#TOC, #sitemap {
border-top: thin solid black;
padding-top: 1em;
border-bottom: thin solid black;
diff --git a/src/Cookbook.md b/src/Cookbook.md
index 709eb0e..e3f5921 100644
--- a/src/Cookbook.md
+++ b/src/Cookbook.md
@@ -12,8 +12,8 @@ and we'll add it, or you can
## Getting started
- [[index|Home]] - links to news, videos, articles, docs and software.
-- [[FAQ]]
- [[What is Plain Text Accounting ?]]
+- [[FAQ]]
- [[Choosing accounts]]
- [[Entering data]]
- [[Don't Sink Your First Attempts at Plaintext Accounting]] h/ledger beginner syntax tips
diff --git a/src/index.md b/src/index.md
index fae08cf..7f97d81 100644
--- a/src/index.md
+++ b/src/index.md
@@ -26,27 +26,26 @@ or help improve the [content](https://github.com/plaintextaccounting/plaintextac
-**Site map:**\
+
+**Site map**\
**[[What is Plain Text Accounting ?]]**\
**[News & discussion](#news-discussion)**\
**[Blogs & articles](#blogs-articles)**\
**[Videos](#videos)**\
**[Slides](#slides)**\
-**[Docs](#docs)**
-- [Accounting](#accounting)
+**[[FAQ]]**\
+**[[Cookbook]]**
+\
+**[Docs](#docs):**
+ [Accounting](#accounting)
, [PTA app docs](#pta-app-docs)
, [comparisons](#comparisons)
, [intros](#intros)
, [cheatsheets](#cheatsheets)
, [cookbooks](#cookbooks)
\
-**[[Cookbook|PTA Cookbook]]**
-- [[Cookbook#getting-started|Getting started]]
-, [[Cookbook#general-usage|General usage]]
-, [[Cookbook#accounting-situations|Accounting situations]]
-\
-**[Software](#software)**
-- [PTA apps](#pta-apps)
+**[Software](#software):**
+ [PTA apps](#pta-apps)
, [Editor plugins](#editor-plugins)
, [Data import/conversion](#data-importconversion)
, [Price fetching](#price-fetching)
@@ -62,6 +61,8 @@ or help improve the [content](https://github.com/plaintextaccounting/plaintextac
, [Library](#library)
, [Utilities](#utilities)
, [API](#api)
+
+
## News & discussion
@@ -390,7 +391,7 @@ or help improve the [content](https://github.com/plaintextaccounting/plaintextac
### Cookbooks
-- [[Cookbook|PTA Cookbook]] the Plain Text Accounting Cookbook; more docs, FAQs, examples...
+- [[Cookbook]] the Plain Text Accounting Cookbook; more docs, FAQs, examples...
- [Beancount cookbook](https://beancount.github.io/docs/command_line_accounting_cookbook.html)
- [hledger cookbook](https://hledger.org/cookbook.html)
- [Ledger wiki](https://github.com/ledger/ledger/wiki)