diff --git a/_config.yml b/_config.yml index f84d47c..63f699c 100644 --- a/_config.yml +++ b/_config.yml @@ -1,188 +1,192 @@ # --- General options --- # # url is the full website URL # baseurl is the website's URL without the hostname url: "http://www.bitcoinabc.org" baseurl: "" # Name of website title: Bitcoin ABC # Short description of your site description: Bitcoin ABC - Software for Bitcoin Cash nodes # --- Navigation bar options --- # # List of links in the navigation bar navbar-links: Latest Roadmap: "https://www.bitcoincash.org/roadmap.html" Announcements: "announcements/" Download: - Binaries: "https://download.bitcoinabc.org/latest/" - Source Code: "https://github.com/Bitcoin-ABC/bitcoin-abc" - Ubuntu Packages: "https://launchpad.net/~bitcoin-abc/+archive/ubuntu/ppa" - Archived Binaries: "https://download.bitcoinabc.org/" Developers: - Contributing: "https://github.com/Bitcoin-ABC/bitcoin-abc/blob/master/CONTRIBUTING.md" - Code Coverage: "https://build.bitcoinabc.org/viewLog.html?buildId=lastSuccessful&buildTypeId=BitcoinABC_Master_BitcoinAbcMasterCoverage&tab=report__Root_Code_Coverage&guest=1" - Code Documentation: "doc/dev/" - RPC Documentation: "doc/" Blog: "https://blog.bitcoinabc.org/" supported-languages: en: "English" es: "Español" fr: "Français" jp: "日本語" ko: "한국어" nl: "Nederlands" pt: "Português" ru: "русский" zh_simple: "简体中文" zh_traditional: "繁体中文" # Image to show in the navigation bar - image must be a square (width = height) # Remove this parameter if you don't want an image in the navbar #avatar: "/img/avatar-icon.png" # If you want to have an image logo in the top-left corner instead of the title text, # then specify the following parameter title-img: "/img/avatar-icon-small.png" # --- Background colour/image options --- # # Personalize the colors in your website. Colour values can be any valid CSS colour navbar-col: "#F5F5F5" navbar-text-col: "#404040" navbar-children-col: "#F5F5F5" page-col: "#FFFFFF" link-col: "#008AFF" hover-col: "#0085A1" footer-col: "#F5F5F5" footer-text-col: "#777777" footer-link-col: "#404040" # Alternatively, the navbar, footer, and page background can be set to use background images # instead of colour # navbar-img: "/img/bgimage.png" # footer-img: "/img/bgimage.png" # page-img: "/img/bgimage.png" # --- Footer options --- # # Change all these values or delete the ones you don't want. # Important: you must keep the "name" parameter, everything else you can remove author: name: Bitcoin ABC # Select your active Social Network Links. # Uncomment the links you want to show in the footer and add your information to each link. # You can reorder the items to define the link order. # If you want to add a new link that isn't here, you'll need to also edit the file _data/SocialNetworks.yml social-network-links: email: "info@bitcoinabc.org" facebook: bitcoinabcorg github: bitcoin-abc twitter: bitcoin_abc # reddit: yourname # google-plus: +DeanAttali # linkedin: daattali # xing: yourname # stackoverflow: "3943160/daattali" # snapchat: deanat78 # instagram: deanat78 # youtube: user/deanat78 # spotify: yourname # telephone: +14159998888 # steam: deanat78 # twitch: yourname # yelp: yourname # Select which share links to show in posts share-links-active: twitter: true facebook: true google: false linkedin: true # How to display the link to the website in the footer # Remove this if you don't want a link in the footer url-pretty: "bitcoinabc.org" # eg. "deanattali.com/beautiful-jekyll" # --- Web Statistics Section --- # # Fill in your Google Analytics ID to track your website using GA #google_analytics: "" # Google Tag Manager ID #gtm: "" # --- Misc --- # # Facebook App ID # fb_app_id: "" # Excerpt Word Length # Truncates the excerpt to the specified number of words on the index page excerpt_length: 30 # Number of announcements to appear on the front page front_page_posts: 2 # Character used to separate site title and description in HTML document title # and RSS feed title title-separator: "-" # --- Don't need to touch anything below here (but you can if you want) --- # # Output options (more information on Jekyll's site) timezone: "America/Vancouver" markdown: kramdown highlighter: rouge permalink: /:year-:month-:day-:title/ paginate: 5 kramdown: input: GFM # Default YAML values (more information on Jekyll's site) defaults: - scope: path: "" type: "posts" values: layout: "post" comments: true # add comments to all blog posts social-share: true # add social media sharing buttons to all blog posts - scope: path: "" # all files values: layout: "page" show-avatar: true # Use tags index page and make tags on each post clickable link-tags: true +collections: + doc: + output: true + # Exclude these files from production site exclude: - CHANGELOG.md - CNAME - docker-compose.yml - Dockerfile - Gemfile - Gemfile.lock - LICENSE - README.md - Vagrantfile - nginx.conf - Makefile - Rakefile plugins: - jekyll-paginate # Beautiful Jekyll / Dean Attali # 2fc73a3a967e97599c9763d05e564189 diff --git a/doc/0.21.12/rpc/avalanche/addavalanchenode.md b/_doc/0.21.12/rpc/avalanche/addavalanchenode.md similarity index 100% rename from doc/0.21.12/rpc/avalanche/addavalanchenode.md rename to _doc/0.21.12/rpc/avalanche/addavalanchenode.md diff --git a/doc/0.21.12/rpc/avalanche/buildavalancheproof.md b/_doc/0.21.12/rpc/avalanche/buildavalancheproof.md similarity index 100% rename from doc/0.21.12/rpc/avalanche/buildavalancheproof.md rename to _doc/0.21.12/rpc/avalanche/buildavalancheproof.md diff --git a/doc/0.21.12/rpc/avalanche/getavalanchekey.md b/_doc/0.21.12/rpc/avalanche/getavalanchekey.md similarity index 100% rename from doc/0.21.12/rpc/avalanche/getavalanchekey.md rename to _doc/0.21.12/rpc/avalanche/getavalanchekey.md diff --git a/doc/0.21.12/rpc/blockchain/getbestblockhash.md b/_doc/0.21.12/rpc/blockchain/getbestblockhash.md similarity index 100% rename from doc/0.21.12/rpc/blockchain/getbestblockhash.md rename to _doc/0.21.12/rpc/blockchain/getbestblockhash.md diff --git a/doc/0.21.12/rpc/blockchain/getblock.md b/_doc/0.21.12/rpc/blockchain/getblock.md similarity index 100% rename from doc/0.21.12/rpc/blockchain/getblock.md rename to _doc/0.21.12/rpc/blockchain/getblock.md diff --git a/doc/0.21.12/rpc/blockchain/getblockchaininfo.md b/_doc/0.21.12/rpc/blockchain/getblockchaininfo.md similarity index 100% rename from doc/0.21.12/rpc/blockchain/getblockchaininfo.md rename to _doc/0.21.12/rpc/blockchain/getblockchaininfo.md diff --git a/doc/0.21.12/rpc/blockchain/getblockcount.md b/_doc/0.21.12/rpc/blockchain/getblockcount.md similarity index 100% rename from doc/0.21.12/rpc/blockchain/getblockcount.md rename to _doc/0.21.12/rpc/blockchain/getblockcount.md diff --git a/doc/0.21.12/rpc/blockchain/getblockfilter.md b/_doc/0.21.12/rpc/blockchain/getblockfilter.md similarity index 100% rename from doc/0.21.12/rpc/blockchain/getblockfilter.md rename to _doc/0.21.12/rpc/blockchain/getblockfilter.md diff --git a/doc/0.21.12/rpc/blockchain/getblockhash.md b/_doc/0.21.12/rpc/blockchain/getblockhash.md similarity index 100% rename from doc/0.21.12/rpc/blockchain/getblockhash.md rename to _doc/0.21.12/rpc/blockchain/getblockhash.md diff --git a/doc/0.21.12/rpc/blockchain/getblockheader.md b/_doc/0.21.12/rpc/blockchain/getblockheader.md similarity index 100% rename from doc/0.21.12/rpc/blockchain/getblockheader.md rename to _doc/0.21.12/rpc/blockchain/getblockheader.md diff --git a/doc/0.21.12/rpc/blockchain/getblockstats.md b/_doc/0.21.12/rpc/blockchain/getblockstats.md similarity index 100% rename from doc/0.21.12/rpc/blockchain/getblockstats.md rename to _doc/0.21.12/rpc/blockchain/getblockstats.md diff --git a/doc/0.21.12/rpc/blockchain/getchaintips.md b/_doc/0.21.12/rpc/blockchain/getchaintips.md similarity index 100% rename from doc/0.21.12/rpc/blockchain/getchaintips.md rename to _doc/0.21.12/rpc/blockchain/getchaintips.md diff --git a/doc/0.21.12/rpc/blockchain/getchaintxstats.md b/_doc/0.21.12/rpc/blockchain/getchaintxstats.md similarity index 100% rename from doc/0.21.12/rpc/blockchain/getchaintxstats.md rename to _doc/0.21.12/rpc/blockchain/getchaintxstats.md diff --git a/doc/0.21.12/rpc/blockchain/getdifficulty.md b/_doc/0.21.12/rpc/blockchain/getdifficulty.md similarity index 100% rename from doc/0.21.12/rpc/blockchain/getdifficulty.md rename to _doc/0.21.12/rpc/blockchain/getdifficulty.md diff --git a/doc/0.21.12/rpc/blockchain/getmempoolancestors.md b/_doc/0.21.12/rpc/blockchain/getmempoolancestors.md similarity index 100% rename from doc/0.21.12/rpc/blockchain/getmempoolancestors.md rename to _doc/0.21.12/rpc/blockchain/getmempoolancestors.md diff --git a/doc/0.21.12/rpc/blockchain/getmempooldescendants.md b/_doc/0.21.12/rpc/blockchain/getmempooldescendants.md similarity index 100% rename from doc/0.21.12/rpc/blockchain/getmempooldescendants.md rename to _doc/0.21.12/rpc/blockchain/getmempooldescendants.md diff --git a/doc/0.21.12/rpc/blockchain/getmempoolentry.md b/_doc/0.21.12/rpc/blockchain/getmempoolentry.md similarity index 100% rename from doc/0.21.12/rpc/blockchain/getmempoolentry.md rename to _doc/0.21.12/rpc/blockchain/getmempoolentry.md diff --git a/doc/0.21.12/rpc/blockchain/getmempoolinfo.md b/_doc/0.21.12/rpc/blockchain/getmempoolinfo.md similarity index 100% rename from doc/0.21.12/rpc/blockchain/getmempoolinfo.md rename to _doc/0.21.12/rpc/blockchain/getmempoolinfo.md diff --git a/doc/0.21.12/rpc/blockchain/getrawmempool.md b/_doc/0.21.12/rpc/blockchain/getrawmempool.md similarity index 100% rename from doc/0.21.12/rpc/blockchain/getrawmempool.md rename to _doc/0.21.12/rpc/blockchain/getrawmempool.md diff --git a/doc/0.21.12/rpc/blockchain/gettxout.md b/_doc/0.21.12/rpc/blockchain/gettxout.md similarity index 100% rename from doc/0.21.12/rpc/blockchain/gettxout.md rename to _doc/0.21.12/rpc/blockchain/gettxout.md diff --git a/doc/0.21.12/rpc/blockchain/gettxoutproof.md b/_doc/0.21.12/rpc/blockchain/gettxoutproof.md similarity index 100% rename from doc/0.21.12/rpc/blockchain/gettxoutproof.md rename to _doc/0.21.12/rpc/blockchain/gettxoutproof.md diff --git a/doc/0.21.12/rpc/blockchain/gettxoutsetinfo.md b/_doc/0.21.12/rpc/blockchain/gettxoutsetinfo.md similarity index 100% rename from doc/0.21.12/rpc/blockchain/gettxoutsetinfo.md rename to _doc/0.21.12/rpc/blockchain/gettxoutsetinfo.md diff --git a/doc/0.21.12/rpc/blockchain/preciousblock.md b/_doc/0.21.12/rpc/blockchain/preciousblock.md similarity index 100% rename from doc/0.21.12/rpc/blockchain/preciousblock.md rename to _doc/0.21.12/rpc/blockchain/preciousblock.md diff --git a/doc/0.21.12/rpc/blockchain/pruneblockchain.md b/_doc/0.21.12/rpc/blockchain/pruneblockchain.md similarity index 100% rename from doc/0.21.12/rpc/blockchain/pruneblockchain.md rename to _doc/0.21.12/rpc/blockchain/pruneblockchain.md diff --git a/doc/0.21.12/rpc/blockchain/savemempool.md b/_doc/0.21.12/rpc/blockchain/savemempool.md similarity index 100% rename from doc/0.21.12/rpc/blockchain/savemempool.md rename to _doc/0.21.12/rpc/blockchain/savemempool.md diff --git a/doc/0.21.12/rpc/blockchain/scantxoutset.md b/_doc/0.21.12/rpc/blockchain/scantxoutset.md similarity index 100% rename from doc/0.21.12/rpc/blockchain/scantxoutset.md rename to _doc/0.21.12/rpc/blockchain/scantxoutset.md diff --git a/doc/0.21.12/rpc/blockchain/verifychain.md b/_doc/0.21.12/rpc/blockchain/verifychain.md similarity index 100% rename from doc/0.21.12/rpc/blockchain/verifychain.md rename to _doc/0.21.12/rpc/blockchain/verifychain.md diff --git a/doc/0.21.12/rpc/blockchain/verifytxoutproof.md b/_doc/0.21.12/rpc/blockchain/verifytxoutproof.md similarity index 100% rename from doc/0.21.12/rpc/blockchain/verifytxoutproof.md rename to _doc/0.21.12/rpc/blockchain/verifytxoutproof.md diff --git a/doc/0.21.12/rpc/control/getmemoryinfo.md b/_doc/0.21.12/rpc/control/getmemoryinfo.md similarity index 100% rename from doc/0.21.12/rpc/control/getmemoryinfo.md rename to _doc/0.21.12/rpc/control/getmemoryinfo.md diff --git a/doc/0.21.12/rpc/control/getrpcinfo.md b/_doc/0.21.12/rpc/control/getrpcinfo.md similarity index 100% rename from doc/0.21.12/rpc/control/getrpcinfo.md rename to _doc/0.21.12/rpc/control/getrpcinfo.md diff --git a/doc/0.21.12/rpc/control/help.md b/_doc/0.21.12/rpc/control/help.md similarity index 100% rename from doc/0.21.12/rpc/control/help.md rename to _doc/0.21.12/rpc/control/help.md diff --git a/doc/0.21.12/rpc/control/logging.md b/_doc/0.21.12/rpc/control/logging.md similarity index 100% rename from doc/0.21.12/rpc/control/logging.md rename to _doc/0.21.12/rpc/control/logging.md diff --git a/doc/0.21.12/rpc/control/stop.md b/_doc/0.21.12/rpc/control/stop.md similarity index 100% rename from doc/0.21.12/rpc/control/stop.md rename to _doc/0.21.12/rpc/control/stop.md diff --git a/doc/0.21.12/rpc/control/uptime.md b/_doc/0.21.12/rpc/control/uptime.md similarity index 100% rename from doc/0.21.12/rpc/control/uptime.md rename to _doc/0.21.12/rpc/control/uptime.md diff --git a/doc/0.21.12/rpc/generating/generatetoaddress.md b/_doc/0.21.12/rpc/generating/generatetoaddress.md similarity index 100% rename from doc/0.21.12/rpc/generating/generatetoaddress.md rename to _doc/0.21.12/rpc/generating/generatetoaddress.md diff --git a/doc/0.21.12/rpc/mining/getblocktemplate.md b/_doc/0.21.12/rpc/mining/getblocktemplate.md similarity index 100% rename from doc/0.21.12/rpc/mining/getblocktemplate.md rename to _doc/0.21.12/rpc/mining/getblocktemplate.md diff --git a/doc/0.21.12/rpc/mining/getmininginfo.md b/_doc/0.21.12/rpc/mining/getmininginfo.md similarity index 100% rename from doc/0.21.12/rpc/mining/getmininginfo.md rename to _doc/0.21.12/rpc/mining/getmininginfo.md diff --git a/doc/0.21.12/rpc/mining/getnetworkhashps.md b/_doc/0.21.12/rpc/mining/getnetworkhashps.md similarity index 100% rename from doc/0.21.12/rpc/mining/getnetworkhashps.md rename to _doc/0.21.12/rpc/mining/getnetworkhashps.md diff --git a/doc/0.21.12/rpc/mining/prioritisetransaction.md b/_doc/0.21.12/rpc/mining/prioritisetransaction.md similarity index 100% rename from doc/0.21.12/rpc/mining/prioritisetransaction.md rename to _doc/0.21.12/rpc/mining/prioritisetransaction.md diff --git a/doc/0.21.12/rpc/mining/submitblock.md b/_doc/0.21.12/rpc/mining/submitblock.md similarity index 100% rename from doc/0.21.12/rpc/mining/submitblock.md rename to _doc/0.21.12/rpc/mining/submitblock.md diff --git a/doc/0.21.12/rpc/mining/submitheader.md b/_doc/0.21.12/rpc/mining/submitheader.md similarity index 100% rename from doc/0.21.12/rpc/mining/submitheader.md rename to _doc/0.21.12/rpc/mining/submitheader.md diff --git a/doc/0.21.12/rpc/network/addnode.md b/_doc/0.21.12/rpc/network/addnode.md similarity index 100% rename from doc/0.21.12/rpc/network/addnode.md rename to _doc/0.21.12/rpc/network/addnode.md diff --git a/doc/0.21.12/rpc/network/clearbanned.md b/_doc/0.21.12/rpc/network/clearbanned.md similarity index 100% rename from doc/0.21.12/rpc/network/clearbanned.md rename to _doc/0.21.12/rpc/network/clearbanned.md diff --git a/doc/0.21.12/rpc/network/disconnectnode.md b/_doc/0.21.12/rpc/network/disconnectnode.md similarity index 100% rename from doc/0.21.12/rpc/network/disconnectnode.md rename to _doc/0.21.12/rpc/network/disconnectnode.md diff --git a/doc/0.21.12/rpc/network/getaddednodeinfo.md b/_doc/0.21.12/rpc/network/getaddednodeinfo.md similarity index 100% rename from doc/0.21.12/rpc/network/getaddednodeinfo.md rename to _doc/0.21.12/rpc/network/getaddednodeinfo.md diff --git a/doc/0.21.12/rpc/network/getconnectioncount.md b/_doc/0.21.12/rpc/network/getconnectioncount.md similarity index 100% rename from doc/0.21.12/rpc/network/getconnectioncount.md rename to _doc/0.21.12/rpc/network/getconnectioncount.md diff --git a/doc/0.21.12/rpc/network/getexcessiveblock.md b/_doc/0.21.12/rpc/network/getexcessiveblock.md similarity index 100% rename from doc/0.21.12/rpc/network/getexcessiveblock.md rename to _doc/0.21.12/rpc/network/getexcessiveblock.md diff --git a/doc/0.21.12/rpc/network/getnettotals.md b/_doc/0.21.12/rpc/network/getnettotals.md similarity index 100% rename from doc/0.21.12/rpc/network/getnettotals.md rename to _doc/0.21.12/rpc/network/getnettotals.md diff --git a/doc/0.21.12/rpc/network/getnetworkinfo.md b/_doc/0.21.12/rpc/network/getnetworkinfo.md similarity index 100% rename from doc/0.21.12/rpc/network/getnetworkinfo.md rename to _doc/0.21.12/rpc/network/getnetworkinfo.md diff --git a/doc/0.21.12/rpc/network/getnodeaddresses.md b/_doc/0.21.12/rpc/network/getnodeaddresses.md similarity index 100% rename from doc/0.21.12/rpc/network/getnodeaddresses.md rename to _doc/0.21.12/rpc/network/getnodeaddresses.md diff --git a/doc/0.21.12/rpc/network/getpeerinfo.md b/_doc/0.21.12/rpc/network/getpeerinfo.md similarity index 100% rename from doc/0.21.12/rpc/network/getpeerinfo.md rename to _doc/0.21.12/rpc/network/getpeerinfo.md diff --git a/doc/0.21.12/rpc/network/listbanned.md b/_doc/0.21.12/rpc/network/listbanned.md similarity index 100% rename from doc/0.21.12/rpc/network/listbanned.md rename to _doc/0.21.12/rpc/network/listbanned.md diff --git a/doc/0.21.12/rpc/network/ping.md b/_doc/0.21.12/rpc/network/ping.md similarity index 100% rename from doc/0.21.12/rpc/network/ping.md rename to _doc/0.21.12/rpc/network/ping.md diff --git a/doc/0.21.12/rpc/network/setban.md b/_doc/0.21.12/rpc/network/setban.md similarity index 100% rename from doc/0.21.12/rpc/network/setban.md rename to _doc/0.21.12/rpc/network/setban.md diff --git a/doc/0.21.12/rpc/network/setexcessiveblock.md b/_doc/0.21.12/rpc/network/setexcessiveblock.md similarity index 100% rename from doc/0.21.12/rpc/network/setexcessiveblock.md rename to _doc/0.21.12/rpc/network/setexcessiveblock.md diff --git a/doc/0.21.12/rpc/network/setnetworkactive.md b/_doc/0.21.12/rpc/network/setnetworkactive.md similarity index 100% rename from doc/0.21.12/rpc/network/setnetworkactive.md rename to _doc/0.21.12/rpc/network/setnetworkactive.md diff --git a/doc/0.21.12/rpc/rawtransactions/analyzepsbt.md b/_doc/0.21.12/rpc/rawtransactions/analyzepsbt.md similarity index 100% rename from doc/0.21.12/rpc/rawtransactions/analyzepsbt.md rename to _doc/0.21.12/rpc/rawtransactions/analyzepsbt.md diff --git a/doc/0.21.12/rpc/rawtransactions/combinepsbt.md b/_doc/0.21.12/rpc/rawtransactions/combinepsbt.md similarity index 100% rename from doc/0.21.12/rpc/rawtransactions/combinepsbt.md rename to _doc/0.21.12/rpc/rawtransactions/combinepsbt.md diff --git a/doc/0.21.12/rpc/rawtransactions/combinerawtransaction.md b/_doc/0.21.12/rpc/rawtransactions/combinerawtransaction.md similarity index 100% rename from doc/0.21.12/rpc/rawtransactions/combinerawtransaction.md rename to _doc/0.21.12/rpc/rawtransactions/combinerawtransaction.md diff --git a/doc/0.21.12/rpc/rawtransactions/converttopsbt.md b/_doc/0.21.12/rpc/rawtransactions/converttopsbt.md similarity index 100% rename from doc/0.21.12/rpc/rawtransactions/converttopsbt.md rename to _doc/0.21.12/rpc/rawtransactions/converttopsbt.md diff --git a/doc/0.21.12/rpc/rawtransactions/createpsbt.md b/_doc/0.21.12/rpc/rawtransactions/createpsbt.md similarity index 100% rename from doc/0.21.12/rpc/rawtransactions/createpsbt.md rename to _doc/0.21.12/rpc/rawtransactions/createpsbt.md diff --git a/doc/0.21.12/rpc/rawtransactions/createrawtransaction.md b/_doc/0.21.12/rpc/rawtransactions/createrawtransaction.md similarity index 100% rename from doc/0.21.12/rpc/rawtransactions/createrawtransaction.md rename to _doc/0.21.12/rpc/rawtransactions/createrawtransaction.md diff --git a/doc/0.21.12/rpc/rawtransactions/decodepsbt.md b/_doc/0.21.12/rpc/rawtransactions/decodepsbt.md similarity index 100% rename from doc/0.21.12/rpc/rawtransactions/decodepsbt.md rename to _doc/0.21.12/rpc/rawtransactions/decodepsbt.md diff --git a/doc/0.21.12/rpc/rawtransactions/decoderawtransaction.md b/_doc/0.21.12/rpc/rawtransactions/decoderawtransaction.md similarity index 100% rename from doc/0.21.12/rpc/rawtransactions/decoderawtransaction.md rename to _doc/0.21.12/rpc/rawtransactions/decoderawtransaction.md diff --git a/doc/0.21.12/rpc/rawtransactions/decodescript.md b/_doc/0.21.12/rpc/rawtransactions/decodescript.md similarity index 100% rename from doc/0.21.12/rpc/rawtransactions/decodescript.md rename to _doc/0.21.12/rpc/rawtransactions/decodescript.md diff --git a/doc/0.21.12/rpc/rawtransactions/finalizepsbt.md b/_doc/0.21.12/rpc/rawtransactions/finalizepsbt.md similarity index 100% rename from doc/0.21.12/rpc/rawtransactions/finalizepsbt.md rename to _doc/0.21.12/rpc/rawtransactions/finalizepsbt.md diff --git a/doc/0.21.12/rpc/rawtransactions/fundrawtransaction.md b/_doc/0.21.12/rpc/rawtransactions/fundrawtransaction.md similarity index 100% rename from doc/0.21.12/rpc/rawtransactions/fundrawtransaction.md rename to _doc/0.21.12/rpc/rawtransactions/fundrawtransaction.md diff --git a/doc/0.21.12/rpc/rawtransactions/getrawtransaction.md b/_doc/0.21.12/rpc/rawtransactions/getrawtransaction.md similarity index 100% rename from doc/0.21.12/rpc/rawtransactions/getrawtransaction.md rename to _doc/0.21.12/rpc/rawtransactions/getrawtransaction.md diff --git a/doc/0.21.12/rpc/rawtransactions/joinpsbts.md b/_doc/0.21.12/rpc/rawtransactions/joinpsbts.md similarity index 100% rename from doc/0.21.12/rpc/rawtransactions/joinpsbts.md rename to _doc/0.21.12/rpc/rawtransactions/joinpsbts.md diff --git a/doc/0.21.12/rpc/rawtransactions/sendrawtransaction.md b/_doc/0.21.12/rpc/rawtransactions/sendrawtransaction.md similarity index 100% rename from doc/0.21.12/rpc/rawtransactions/sendrawtransaction.md rename to _doc/0.21.12/rpc/rawtransactions/sendrawtransaction.md diff --git a/doc/0.21.12/rpc/rawtransactions/signrawtransactionwithkey.md b/_doc/0.21.12/rpc/rawtransactions/signrawtransactionwithkey.md similarity index 100% rename from doc/0.21.12/rpc/rawtransactions/signrawtransactionwithkey.md rename to _doc/0.21.12/rpc/rawtransactions/signrawtransactionwithkey.md diff --git a/doc/0.21.12/rpc/rawtransactions/testmempoolaccept.md b/_doc/0.21.12/rpc/rawtransactions/testmempoolaccept.md similarity index 100% rename from doc/0.21.12/rpc/rawtransactions/testmempoolaccept.md rename to _doc/0.21.12/rpc/rawtransactions/testmempoolaccept.md diff --git a/doc/0.21.12/rpc/rawtransactions/utxoupdatepsbt.md b/_doc/0.21.12/rpc/rawtransactions/utxoupdatepsbt.md similarity index 100% rename from doc/0.21.12/rpc/rawtransactions/utxoupdatepsbt.md rename to _doc/0.21.12/rpc/rawtransactions/utxoupdatepsbt.md diff --git a/doc/0.21.12/rpc/util/createmultisig.md b/_doc/0.21.12/rpc/util/createmultisig.md similarity index 100% rename from doc/0.21.12/rpc/util/createmultisig.md rename to _doc/0.21.12/rpc/util/createmultisig.md diff --git a/doc/0.21.12/rpc/util/deriveaddresses.md b/_doc/0.21.12/rpc/util/deriveaddresses.md similarity index 100% rename from doc/0.21.12/rpc/util/deriveaddresses.md rename to _doc/0.21.12/rpc/util/deriveaddresses.md diff --git a/doc/0.21.12/rpc/util/estimatefee.md b/_doc/0.21.12/rpc/util/estimatefee.md similarity index 100% rename from doc/0.21.12/rpc/util/estimatefee.md rename to _doc/0.21.12/rpc/util/estimatefee.md diff --git a/doc/0.21.12/rpc/util/getdescriptorinfo.md b/_doc/0.21.12/rpc/util/getdescriptorinfo.md similarity index 100% rename from doc/0.21.12/rpc/util/getdescriptorinfo.md rename to _doc/0.21.12/rpc/util/getdescriptorinfo.md diff --git a/doc/0.21.12/rpc/util/signmessagewithprivkey.md b/_doc/0.21.12/rpc/util/signmessagewithprivkey.md similarity index 100% rename from doc/0.21.12/rpc/util/signmessagewithprivkey.md rename to _doc/0.21.12/rpc/util/signmessagewithprivkey.md diff --git a/doc/0.21.12/rpc/util/validateaddress.md b/_doc/0.21.12/rpc/util/validateaddress.md similarity index 100% rename from doc/0.21.12/rpc/util/validateaddress.md rename to _doc/0.21.12/rpc/util/validateaddress.md diff --git a/doc/0.21.12/rpc/util/verifymessage.md b/_doc/0.21.12/rpc/util/verifymessage.md similarity index 100% rename from doc/0.21.12/rpc/util/verifymessage.md rename to _doc/0.21.12/rpc/util/verifymessage.md diff --git a/doc/0.21.12/rpc/wallet/abandontransaction.md b/_doc/0.21.12/rpc/wallet/abandontransaction.md similarity index 100% rename from doc/0.21.12/rpc/wallet/abandontransaction.md rename to _doc/0.21.12/rpc/wallet/abandontransaction.md diff --git a/doc/0.21.12/rpc/wallet/abortrescan.md b/_doc/0.21.12/rpc/wallet/abortrescan.md similarity index 100% rename from doc/0.21.12/rpc/wallet/abortrescan.md rename to _doc/0.21.12/rpc/wallet/abortrescan.md diff --git a/doc/0.21.12/rpc/wallet/addmultisigaddress.md b/_doc/0.21.12/rpc/wallet/addmultisigaddress.md similarity index 100% rename from doc/0.21.12/rpc/wallet/addmultisigaddress.md rename to _doc/0.21.12/rpc/wallet/addmultisigaddress.md diff --git a/doc/0.21.12/rpc/wallet/backupwallet.md b/_doc/0.21.12/rpc/wallet/backupwallet.md similarity index 100% rename from doc/0.21.12/rpc/wallet/backupwallet.md rename to _doc/0.21.12/rpc/wallet/backupwallet.md diff --git a/doc/0.21.12/rpc/wallet/createwallet.md b/_doc/0.21.12/rpc/wallet/createwallet.md similarity index 100% rename from doc/0.21.12/rpc/wallet/createwallet.md rename to _doc/0.21.12/rpc/wallet/createwallet.md diff --git a/doc/0.21.12/rpc/wallet/dumpprivkey.md b/_doc/0.21.12/rpc/wallet/dumpprivkey.md similarity index 100% rename from doc/0.21.12/rpc/wallet/dumpprivkey.md rename to _doc/0.21.12/rpc/wallet/dumpprivkey.md diff --git a/doc/0.21.12/rpc/wallet/dumpwallet.md b/_doc/0.21.12/rpc/wallet/dumpwallet.md similarity index 100% rename from doc/0.21.12/rpc/wallet/dumpwallet.md rename to _doc/0.21.12/rpc/wallet/dumpwallet.md diff --git a/doc/0.21.12/rpc/wallet/encryptwallet.md b/_doc/0.21.12/rpc/wallet/encryptwallet.md similarity index 100% rename from doc/0.21.12/rpc/wallet/encryptwallet.md rename to _doc/0.21.12/rpc/wallet/encryptwallet.md diff --git a/doc/0.21.12/rpc/wallet/getaddressesbylabel.md b/_doc/0.21.12/rpc/wallet/getaddressesbylabel.md similarity index 100% rename from doc/0.21.12/rpc/wallet/getaddressesbylabel.md rename to _doc/0.21.12/rpc/wallet/getaddressesbylabel.md diff --git a/doc/0.21.12/rpc/wallet/getaddressinfo.md b/_doc/0.21.12/rpc/wallet/getaddressinfo.md similarity index 100% rename from doc/0.21.12/rpc/wallet/getaddressinfo.md rename to _doc/0.21.12/rpc/wallet/getaddressinfo.md diff --git a/doc/0.21.12/rpc/wallet/getbalance.md b/_doc/0.21.12/rpc/wallet/getbalance.md similarity index 100% rename from doc/0.21.12/rpc/wallet/getbalance.md rename to _doc/0.21.12/rpc/wallet/getbalance.md diff --git a/doc/0.21.12/rpc/wallet/getbalances.md b/_doc/0.21.12/rpc/wallet/getbalances.md similarity index 100% rename from doc/0.21.12/rpc/wallet/getbalances.md rename to _doc/0.21.12/rpc/wallet/getbalances.md diff --git a/doc/0.21.12/rpc/wallet/getnewaddress.md b/_doc/0.21.12/rpc/wallet/getnewaddress.md similarity index 100% rename from doc/0.21.12/rpc/wallet/getnewaddress.md rename to _doc/0.21.12/rpc/wallet/getnewaddress.md diff --git a/doc/0.21.12/rpc/wallet/getrawchangeaddress.md b/_doc/0.21.12/rpc/wallet/getrawchangeaddress.md similarity index 100% rename from doc/0.21.12/rpc/wallet/getrawchangeaddress.md rename to _doc/0.21.12/rpc/wallet/getrawchangeaddress.md diff --git a/doc/0.21.12/rpc/wallet/getreceivedbyaddress.md b/_doc/0.21.12/rpc/wallet/getreceivedbyaddress.md similarity index 100% rename from doc/0.21.12/rpc/wallet/getreceivedbyaddress.md rename to _doc/0.21.12/rpc/wallet/getreceivedbyaddress.md diff --git a/doc/0.21.12/rpc/wallet/getreceivedbylabel.md b/_doc/0.21.12/rpc/wallet/getreceivedbylabel.md similarity index 100% rename from doc/0.21.12/rpc/wallet/getreceivedbylabel.md rename to _doc/0.21.12/rpc/wallet/getreceivedbylabel.md diff --git a/doc/0.21.12/rpc/wallet/gettransaction.md b/_doc/0.21.12/rpc/wallet/gettransaction.md similarity index 100% rename from doc/0.21.12/rpc/wallet/gettransaction.md rename to _doc/0.21.12/rpc/wallet/gettransaction.md diff --git a/doc/0.21.12/rpc/wallet/getunconfirmedbalance.md b/_doc/0.21.12/rpc/wallet/getunconfirmedbalance.md similarity index 100% rename from doc/0.21.12/rpc/wallet/getunconfirmedbalance.md rename to _doc/0.21.12/rpc/wallet/getunconfirmedbalance.md diff --git a/doc/0.21.12/rpc/wallet/getwalletinfo.md b/_doc/0.21.12/rpc/wallet/getwalletinfo.md similarity index 100% rename from doc/0.21.12/rpc/wallet/getwalletinfo.md rename to _doc/0.21.12/rpc/wallet/getwalletinfo.md diff --git a/doc/0.21.12/rpc/wallet/importaddress.md b/_doc/0.21.12/rpc/wallet/importaddress.md similarity index 100% rename from doc/0.21.12/rpc/wallet/importaddress.md rename to _doc/0.21.12/rpc/wallet/importaddress.md diff --git a/doc/0.21.12/rpc/wallet/importmulti.md b/_doc/0.21.12/rpc/wallet/importmulti.md similarity index 100% rename from doc/0.21.12/rpc/wallet/importmulti.md rename to _doc/0.21.12/rpc/wallet/importmulti.md diff --git a/doc/0.21.12/rpc/wallet/importprivkey.md b/_doc/0.21.12/rpc/wallet/importprivkey.md similarity index 100% rename from doc/0.21.12/rpc/wallet/importprivkey.md rename to _doc/0.21.12/rpc/wallet/importprivkey.md diff --git a/doc/0.21.12/rpc/wallet/importprunedfunds.md b/_doc/0.21.12/rpc/wallet/importprunedfunds.md similarity index 100% rename from doc/0.21.12/rpc/wallet/importprunedfunds.md rename to _doc/0.21.12/rpc/wallet/importprunedfunds.md diff --git a/doc/0.21.12/rpc/wallet/importpubkey.md b/_doc/0.21.12/rpc/wallet/importpubkey.md similarity index 100% rename from doc/0.21.12/rpc/wallet/importpubkey.md rename to _doc/0.21.12/rpc/wallet/importpubkey.md diff --git a/doc/0.21.12/rpc/wallet/importwallet.md b/_doc/0.21.12/rpc/wallet/importwallet.md similarity index 100% rename from doc/0.21.12/rpc/wallet/importwallet.md rename to _doc/0.21.12/rpc/wallet/importwallet.md diff --git a/doc/0.21.12/rpc/wallet/keypoolrefill.md b/_doc/0.21.12/rpc/wallet/keypoolrefill.md similarity index 100% rename from doc/0.21.12/rpc/wallet/keypoolrefill.md rename to _doc/0.21.12/rpc/wallet/keypoolrefill.md diff --git a/doc/0.21.12/rpc/wallet/listaddressgroupings.md b/_doc/0.21.12/rpc/wallet/listaddressgroupings.md similarity index 100% rename from doc/0.21.12/rpc/wallet/listaddressgroupings.md rename to _doc/0.21.12/rpc/wallet/listaddressgroupings.md diff --git a/doc/0.21.12/rpc/wallet/listlabels.md b/_doc/0.21.12/rpc/wallet/listlabels.md similarity index 100% rename from doc/0.21.12/rpc/wallet/listlabels.md rename to _doc/0.21.12/rpc/wallet/listlabels.md diff --git a/doc/0.21.12/rpc/wallet/listlockunspent.md b/_doc/0.21.12/rpc/wallet/listlockunspent.md similarity index 100% rename from doc/0.21.12/rpc/wallet/listlockunspent.md rename to _doc/0.21.12/rpc/wallet/listlockunspent.md diff --git a/doc/0.21.12/rpc/wallet/listreceivedbyaddress.md b/_doc/0.21.12/rpc/wallet/listreceivedbyaddress.md similarity index 100% rename from doc/0.21.12/rpc/wallet/listreceivedbyaddress.md rename to _doc/0.21.12/rpc/wallet/listreceivedbyaddress.md diff --git a/doc/0.21.12/rpc/wallet/listreceivedbylabel.md b/_doc/0.21.12/rpc/wallet/listreceivedbylabel.md similarity index 100% rename from doc/0.21.12/rpc/wallet/listreceivedbylabel.md rename to _doc/0.21.12/rpc/wallet/listreceivedbylabel.md diff --git a/doc/0.21.12/rpc/wallet/listsinceblock.md b/_doc/0.21.12/rpc/wallet/listsinceblock.md similarity index 100% rename from doc/0.21.12/rpc/wallet/listsinceblock.md rename to _doc/0.21.12/rpc/wallet/listsinceblock.md diff --git a/doc/0.21.12/rpc/wallet/listtransactions.md b/_doc/0.21.12/rpc/wallet/listtransactions.md similarity index 100% rename from doc/0.21.12/rpc/wallet/listtransactions.md rename to _doc/0.21.12/rpc/wallet/listtransactions.md diff --git a/doc/0.21.12/rpc/wallet/listunspent.md b/_doc/0.21.12/rpc/wallet/listunspent.md similarity index 100% rename from doc/0.21.12/rpc/wallet/listunspent.md rename to _doc/0.21.12/rpc/wallet/listunspent.md diff --git a/doc/0.21.12/rpc/wallet/listwalletdir.md b/_doc/0.21.12/rpc/wallet/listwalletdir.md similarity index 100% rename from doc/0.21.12/rpc/wallet/listwalletdir.md rename to _doc/0.21.12/rpc/wallet/listwalletdir.md diff --git a/doc/0.21.12/rpc/wallet/listwallets.md b/_doc/0.21.12/rpc/wallet/listwallets.md similarity index 100% rename from doc/0.21.12/rpc/wallet/listwallets.md rename to _doc/0.21.12/rpc/wallet/listwallets.md diff --git a/doc/0.21.12/rpc/wallet/loadwallet.md b/_doc/0.21.12/rpc/wallet/loadwallet.md similarity index 100% rename from doc/0.21.12/rpc/wallet/loadwallet.md rename to _doc/0.21.12/rpc/wallet/loadwallet.md diff --git a/doc/0.21.12/rpc/wallet/lockunspent.md b/_doc/0.21.12/rpc/wallet/lockunspent.md similarity index 100% rename from doc/0.21.12/rpc/wallet/lockunspent.md rename to _doc/0.21.12/rpc/wallet/lockunspent.md diff --git a/doc/0.21.12/rpc/wallet/removeprunedfunds.md b/_doc/0.21.12/rpc/wallet/removeprunedfunds.md similarity index 100% rename from doc/0.21.12/rpc/wallet/removeprunedfunds.md rename to _doc/0.21.12/rpc/wallet/removeprunedfunds.md diff --git a/doc/0.21.12/rpc/wallet/rescanblockchain.md b/_doc/0.21.12/rpc/wallet/rescanblockchain.md similarity index 100% rename from doc/0.21.12/rpc/wallet/rescanblockchain.md rename to _doc/0.21.12/rpc/wallet/rescanblockchain.md diff --git a/doc/0.21.12/rpc/wallet/sendmany.md b/_doc/0.21.12/rpc/wallet/sendmany.md similarity index 100% rename from doc/0.21.12/rpc/wallet/sendmany.md rename to _doc/0.21.12/rpc/wallet/sendmany.md diff --git a/doc/0.21.12/rpc/wallet/sendtoaddress.md b/_doc/0.21.12/rpc/wallet/sendtoaddress.md similarity index 100% rename from doc/0.21.12/rpc/wallet/sendtoaddress.md rename to _doc/0.21.12/rpc/wallet/sendtoaddress.md diff --git a/doc/0.21.12/rpc/wallet/sethdseed.md b/_doc/0.21.12/rpc/wallet/sethdseed.md similarity index 100% rename from doc/0.21.12/rpc/wallet/sethdseed.md rename to _doc/0.21.12/rpc/wallet/sethdseed.md diff --git a/doc/0.21.12/rpc/wallet/setlabel.md b/_doc/0.21.12/rpc/wallet/setlabel.md similarity index 100% rename from doc/0.21.12/rpc/wallet/setlabel.md rename to _doc/0.21.12/rpc/wallet/setlabel.md diff --git a/doc/0.21.12/rpc/wallet/settxfee.md b/_doc/0.21.12/rpc/wallet/settxfee.md similarity index 100% rename from doc/0.21.12/rpc/wallet/settxfee.md rename to _doc/0.21.12/rpc/wallet/settxfee.md diff --git a/doc/0.21.12/rpc/wallet/setwalletflag.md b/_doc/0.21.12/rpc/wallet/setwalletflag.md similarity index 100% rename from doc/0.21.12/rpc/wallet/setwalletflag.md rename to _doc/0.21.12/rpc/wallet/setwalletflag.md diff --git a/doc/0.21.12/rpc/wallet/signmessage.md b/_doc/0.21.12/rpc/wallet/signmessage.md similarity index 100% rename from doc/0.21.12/rpc/wallet/signmessage.md rename to _doc/0.21.12/rpc/wallet/signmessage.md diff --git a/doc/0.21.12/rpc/wallet/signrawtransactionwithwallet.md b/_doc/0.21.12/rpc/wallet/signrawtransactionwithwallet.md similarity index 100% rename from doc/0.21.12/rpc/wallet/signrawtransactionwithwallet.md rename to _doc/0.21.12/rpc/wallet/signrawtransactionwithwallet.md diff --git a/doc/0.21.12/rpc/wallet/unloadwallet.md b/_doc/0.21.12/rpc/wallet/unloadwallet.md similarity index 100% rename from doc/0.21.12/rpc/wallet/unloadwallet.md rename to _doc/0.21.12/rpc/wallet/unloadwallet.md diff --git a/doc/0.21.12/rpc/wallet/walletcreatefundedpsbt.md b/_doc/0.21.12/rpc/wallet/walletcreatefundedpsbt.md similarity index 100% rename from doc/0.21.12/rpc/wallet/walletcreatefundedpsbt.md rename to _doc/0.21.12/rpc/wallet/walletcreatefundedpsbt.md diff --git a/doc/0.21.12/rpc/wallet/walletlock.md b/_doc/0.21.12/rpc/wallet/walletlock.md similarity index 100% rename from doc/0.21.12/rpc/wallet/walletlock.md rename to _doc/0.21.12/rpc/wallet/walletlock.md diff --git a/doc/0.21.12/rpc/wallet/walletpassphrase.md b/_doc/0.21.12/rpc/wallet/walletpassphrase.md similarity index 100% rename from doc/0.21.12/rpc/wallet/walletpassphrase.md rename to _doc/0.21.12/rpc/wallet/walletpassphrase.md diff --git a/doc/0.21.12/rpc/wallet/walletpassphrasechange.md b/_doc/0.21.12/rpc/wallet/walletpassphrasechange.md similarity index 100% rename from doc/0.21.12/rpc/wallet/walletpassphrasechange.md rename to _doc/0.21.12/rpc/wallet/walletpassphrasechange.md diff --git a/doc/0.21.12/rpc/wallet/walletprocesspsbt.md b/_doc/0.21.12/rpc/wallet/walletprocesspsbt.md similarity index 100% rename from doc/0.21.12/rpc/wallet/walletprocesspsbt.md rename to _doc/0.21.12/rpc/wallet/walletprocesspsbt.md diff --git a/doc/0.21.12/rpc/zmq/getzmqnotifications.md b/_doc/0.21.12/rpc/zmq/getzmqnotifications.md similarity index 100% rename from doc/0.21.12/rpc/zmq/getzmqnotifications.md rename to _doc/0.21.12/rpc/zmq/getzmqnotifications.md diff --git a/doc/dev/index.md b/_doc/dev/index.md similarity index 100% rename from doc/dev/index.md rename to _doc/dev/index.md