diff --git a/build.gradle b/build.gradle index 1e7f44e..f7449a9 100644 --- a/build.gradle +++ b/build.gradle @@ -13,6 +13,8 @@ asciidoctor { } attributes 'source-highlighter': 'coderay', + toc : 'left', + sectanchors : '', icons : 'font', idprefix : '', idseparator : '-', diff --git a/contributor-checklist.adoc b/contributor-checklist.adoc index 3eb4f85..4fb1778 100644 --- a/contributor-checklist.adoc +++ b/contributor-checklist.adoc @@ -1,6 +1,4 @@ = Contributor Checklist -:toc: left -:sectanchors: So you're interested in contributing to Bisq--welcome! This checklist will get you plugged in and productive quickly as possible. diff --git a/dao/overview.adoc b/dao/overview.adoc index 96a7232..5d525ba 100644 --- a/dao/overview.adoc +++ b/dao/overview.adoc @@ -1,11 +1,7 @@ = Bisq DAO Overview -:toc: -:toc-placement!: NOTE: This overview of the Bisq DAO has been superseded by a new paper released on October 19th, 2017 titled <> Please refer to that document for more up to date information; this one will likely be removed soon. -toc::[] - == Introduction Bisq enables users to exchange bitcoin for other assets in a fully decentralized manner. We have designed a Decentralized Autonomous Organization (DAO) footnote:[V. Buterin, "Bootstrapping a decentralized autonomous corporation: Part I," https://bitcoinmagazine.com/articles/bootstrapping-a-decentralized-autonomous-corporation-part-i-1379644274/, September 2013.] to achieve a decentralized management and funding model for Bisq. diff --git a/dao/specification.adoc b/dao/specification.adoc index f9bf98e..5d4d919 100644 --- a/dao/specification.adoc +++ b/dao/specification.adoc @@ -1,5 +1,4 @@ = Bisq DAO technical specification -:toc: left NOTE: This document is a detailed technical specification for the Bisq DAO and BSQ token. For a high-level overview and rationale, please see <>. diff --git a/exchange/howto/add-alternative-base-currency.adoc b/exchange/howto/add-alternative-base-currency.adoc index 46465a1..349034c 100644 --- a/exchange/howto/add-alternative-base-currency.adoc +++ b/exchange/howto/add-alternative-base-currency.adoc @@ -1,5 +1,4 @@ = How to add an alternative base currency -:toc: == Introduction diff --git a/exchange/howto/list-asset.adoc b/exchange/howto/list-asset.adoc index 8abba74..fe3821e 100644 --- a/exchange/howto/list-asset.adoc +++ b/exchange/howto/list-asset.adoc @@ -1,6 +1,4 @@ = How to list an asset -:toc: -:sectanchors: == Introduction diff --git a/exchange/howto/run-price-relay-node.adoc b/exchange/howto/run-price-relay-node.adoc index cc2a0d5..cb2e307 100644 --- a/exchange/howto/run-price-relay-node.adoc +++ b/exchange/howto/run-price-relay-node.adoc @@ -1,5 +1,4 @@ = How to run a price relay node -:toc: == Introduction diff --git a/exchange/howto/run-seednode.adoc b/exchange/howto/run-seednode.adoc index 4e3e976..41f3337 100644 --- a/exchange/howto/run-seednode.adoc +++ b/exchange/howto/run-seednode.adoc @@ -1,5 +1,4 @@ = How to run a seed node -:toc: == Introduction diff --git a/exchange/whitepaper.adoc b/exchange/whitepaper.adoc index 8597b5c..994340b 100644 --- a/exchange/whitepaper.adoc +++ b/exchange/whitepaper.adoc @@ -1,15 +1,11 @@ = Bisq - The peer-to-peer bitcoin exchange -:toc: :toclevels: 4 -:toc-placement!: :uri-payment-protocol: images/payment-protocol.png :uri-risk-analysis: https://bisq.network/docs/risk-analysis.pdf :uri-arbitration-system: https://bisq.network/docs/arbitration-system.pdf NOTE: This document is the original Bisq whitepaper. On October 19th, 2017, we released a new paper titled <<../dao/phase-zero#,Phase Zero: A plan for bootstrapping the Bisq DAO>>. If you're new to Bisq and looking for a comprehensive overview of the project, we recommend reading the section titled <<../dao/phase-zero#Part-I,Understanding Bisq and the Bisq DAO>>, which largely replaces the content of this whitepaper. -toc::[] - == Introduction Bisq is an *open source* peer-to-peer application that allows anyone to buy and sell Bitcoin in exchange to *national currencies* or *alternative crypto currencies*. diff --git a/getting-started.adoc b/getting-started.adoc index ffead7c..48e0442 100644 --- a/getting-started.adoc +++ b/getting-started.adoc @@ -1,6 +1,4 @@ = Getting Started with Bisq -:toc: left -:sectanchors: :imagesdir: images :!figure-caption: :btc-deposit: 0.01 diff --git a/index.adoc b/index.adoc index 0558d21..0a94584 100644 --- a/index.adoc +++ b/index.adoc @@ -1,6 +1,4 @@ = Bisq Network Documentation -:toc: left -:sectanchors: :docinfo: private [TIP] diff --git a/intro.adoc b/intro.adoc index 3e42305..7b0fdaf 100644 --- a/intro.adoc +++ b/intro.adoc @@ -1,6 +1,4 @@ = A Brief Introduction to Bisq -:toc: left -:sectanchors: video::Fv-eCchzBZA[youtube,start=113,end=1168,width=860,height=480,options="modest"] diff --git a/manual-dispute-payout.adoc b/manual-dispute-payout.adoc index 5566121..e50eb45 100644 --- a/manual-dispute-payout.adoc +++ b/manual-dispute-payout.adoc @@ -1,6 +1,4 @@ = How to issue a manual dispute payout -:toc: left -:sectanchors: == Introduction diff --git a/payment-account-age-witness.adoc b/payment-account-age-witness.adoc index 6acc45e..81ed2ac 100644 --- a/payment-account-age-witness.adoc +++ b/payment-account-age-witness.adoc @@ -1,6 +1,4 @@ = Payment account age witness -:toc: left -:sectanchors: Manfred Karrer 2017-09-14 diff --git a/proposals.adoc b/proposals.adoc index 97da938..0aa5ef8 100644 --- a/proposals.adoc +++ b/proposals.adoc @@ -1,6 +1,4 @@ = Proposals -:toc: left -:sectanchors: Proposals are a means for suggesting specific changes to Bisq Network software components, infrastructure and processes. They are especially useful where awareness and agreement of other contributors is required in order for the change to be successfully implemented. diff --git a/secure-wallet.adoc b/secure-wallet.adoc index 2e1e124..0c828ac 100644 --- a/secure-wallet.adoc +++ b/secure-wallet.adoc @@ -1,6 +1,4 @@ = Secure Your Wallet -:toc: left -:sectanchors: :imagesdir: images :!figure-caption: