mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
doc: contributing: add TOC
This commit is contained in:
parent
286a372396
commit
5c5e404df6
@ -1,8 +1,9 @@
|
|||||||
<!-- consolidating dev docs from wiki, https://github.com/simonmichael/hledger/issues/920 WIP -->
|
<!-- consolidating dev docs from wiki, https://github.com/simonmichael/hledger/issues/920 WIP -->
|
||||||
|
$toc$
|
||||||
|
|
||||||
# Contributor Guide
|
# Contributor Guide
|
||||||
|
|
||||||
<!-- $ toc -->
|
<br clear=all>
|
||||||
|
|
||||||
## Quick Links
|
## Quick Links
|
||||||
|
|
||||||
|
3
Shake.hs
3
Shake.hs
@ -281,7 +281,8 @@ main = do
|
|||||||
"--lua-filter tools/pandoc-demote-headers.lua"
|
"--lua-filter tools/pandoc-demote-headers.lua"
|
||||||
">>" webmancombined :: Action ExitCode
|
">>" webmancombined :: Action ExitCode
|
||||||
|
|
||||||
-- Copy some extra markdown files from the main repo into the site.
|
-- Copy some extra markdown files from the main repo into the site
|
||||||
|
-- TODO adding table of contents placeholders
|
||||||
["site/README.md", "site/CONTRIBUTING.md"] |%> \out ->
|
["site/README.md", "site/CONTRIBUTING.md"] |%> \out ->
|
||||||
copyFile' (dropDirectory1 out) out -- XXX (map toLower out)
|
copyFile' (dropDirectory1 out) out -- XXX (map toLower out)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user