1
0

site map cleanups

This commit is contained in:
Simon Michael
2024-01-18 10:43:45 -10:00
parent dbc0240609
commit 2b0d3d3303
3 changed files with 14 additions and 13 deletions

View File

@@ -28,7 +28,7 @@ li {
margin-bottom:0; margin-bottom:0;
} }
#TOC { #TOC, #sitemap {
border-top: thin solid black; border-top: thin solid black;
padding-top: 1em; padding-top: 1em;
border-bottom: thin solid black; border-bottom: thin solid black;

View File

@@ -12,8 +12,8 @@ and we'll add it, or you can
## Getting started ## Getting started
- [[index|Home]] - links to news, videos, articles, docs and software. - [[index|Home]] - links to news, videos, articles, docs and software.
- [[FAQ]]
- [[What is Plain Text Accounting ?]] - [[What is Plain Text Accounting ?]]
- [[FAQ]]
- [[Choosing accounts]] - [[Choosing accounts]]
- [[Entering data]] - [[Entering data]]
- [[Don't Sink Your First Attempts at Plaintext Accounting]] h/ledger beginner syntax tips - [[Don't Sink Your First Attempts at Plaintext Accounting]] h/ledger beginner syntax tips

View File

@@ -26,27 +26,26 @@ or help improve the [content](https://github.com/plaintextaccounting/plaintextac
</div> </div>
**Site map:**\ <div id="sitemap">
**Site map**\
**[[What is Plain Text Accounting ?]]**\ **[[What is Plain Text Accounting ?]]**\
**[News & discussion](#news-discussion)**\ **[News & discussion](#news-discussion)**\
**[Blogs & articles](#blogs-articles)**\ **[Blogs & articles](#blogs-articles)**\
**[Videos](#videos)**\ **[Videos](#videos)**\
**[Slides](#slides)**\ **[Slides](#slides)**\
**[Docs](#docs)** **[[FAQ]]**\
- [Accounting](#accounting) **[[Cookbook]]**
\
**[Docs](#docs):**
[Accounting](#accounting)
, [PTA app docs](#pta-app-docs) , [PTA app docs](#pta-app-docs)
, [comparisons](#comparisons) , [comparisons](#comparisons)
, [intros](#intros) , [intros](#intros)
, [cheatsheets](#cheatsheets) , [cheatsheets](#cheatsheets)
, [cookbooks](#cookbooks) , [cookbooks](#cookbooks)
\ \
**[[Cookbook|PTA Cookbook]]** **[Software](#software):**
- [[Cookbook#getting-started|Getting started]] [PTA apps](#pta-apps)
, [[Cookbook#general-usage|General usage]]
, [[Cookbook#accounting-situations|Accounting situations]]
\
**[Software](#software)**
- [PTA apps](#pta-apps)
, [Editor plugins](#editor-plugins) , [Editor plugins](#editor-plugins)
, [Data import/conversion](#data-importconversion) , [Data import/conversion](#data-importconversion)
, [Price fetching](#price-fetching) , [Price fetching](#price-fetching)
@@ -62,6 +61,8 @@ or help improve the [content](https://github.com/plaintextaccounting/plaintextac
, [Library](#library) , [Library](#library)
, [Utilities](#utilities) , [Utilities](#utilities)
, [API](#api) , [API](#api)
</div>
## News & discussion ## News & discussion
@@ -390,7 +391,7 @@ or help improve the [content](https://github.com/plaintextaccounting/plaintextac
### Cookbooks ### 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) - [Beancount cookbook](https://beancount.github.io/docs/command_line_accounting_cookbook.html)
- [hledger cookbook](https://hledger.org/cookbook.html) - [hledger cookbook](https://hledger.org/cookbook.html)
- [Ledger wiki](https://github.com/ledger/ledger/wiki) - [Ledger wiki](https://github.com/ledger/ledger/wiki)