From dc26c13241398471be3bdd6d63eaee2ae1839f95 Mon Sep 17 00:00:00 2001 From: rajarshimaitra Date: Sat, 11 Jun 2022 20:22:07 +0530 Subject: [PATCH] Update Tutorial names After #103 the tutorial title comes in the side bar in the website, its better to have shorter names. --- docs/tutorials/Bitcoin_Core_RPC_Demo.md | 2 +- docs/tutorials/compact_filters_demo.md | 2 +- docs/tutorials/descriptors_in_the_wild.md | 2 +- docs/tutorials/hidden-power-of-bitcoin.md | 2 +- docs/tutorials/spending_policy_demo.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/tutorials/Bitcoin_Core_RPC_Demo.md b/docs/tutorials/Bitcoin_Core_RPC_Demo.md index c34c0aa676..43d7ca73b5 100644 --- a/docs/tutorials/Bitcoin_Core_RPC_Demo.md +++ b/docs/tutorials/Bitcoin_Core_RPC_Demo.md @@ -1,5 +1,5 @@ --- -title: "Using BDK to build a wallet backed by a Bitcoin Core full node" +title: "BDK wallet with Bitcoin core RPC " description: "Tutorial showing usage of Bitcoin core backend with BDK wallet" authors: - Rajarshi Maitra diff --git a/docs/tutorials/compact_filters_demo.md b/docs/tutorials/compact_filters_demo.md index a425f3674b..dade0248d1 100644 --- a/docs/tutorials/compact_filters_demo.md +++ b/docs/tutorials/compact_filters_demo.md @@ -1,5 +1,5 @@ --- -title: "Using BDK to create BIP157 SPV wallet (aka Neutrino)" +title: "BDK wallet as a BIP157 SPV light client" description: "Tutorial showing usage of compact filters (BIP157) using bdk-cli command line tools" authors: - Rajarshi Maitra diff --git a/docs/tutorials/descriptors_in_the_wild.md b/docs/tutorials/descriptors_in_the_wild.md index 0efbc3af45..3bc4cc38ec 100644 --- a/docs/tutorials/descriptors_in_the_wild.md +++ b/docs/tutorials/descriptors_in_the_wild.md @@ -1,5 +1,5 @@ --- -title: "Descriptors in the wild" +title: "A Multisig between BDK and Core" description: "Guide to setup a 2-of-2 multisig using Bitcoin Core and BDK" authors: - Gabriele Domenichini diff --git a/docs/tutorials/hidden-power-of-bitcoin.md b/docs/tutorials/hidden-power-of-bitcoin.md index 5088fa866c..42fe6701ab 100644 --- a/docs/tutorials/hidden-power-of-bitcoin.md +++ b/docs/tutorials/hidden-power-of-bitcoin.md @@ -1,5 +1,5 @@ --- -title: "Miniscript Policy & Descriptors - Hidden Powers of Bitcoin" +title: "Hidden Powers of Miniscript Policy & Descriptors" description: "Introduction to Descriptor and Miniscript, making a Multisig Wallet and Testing Miniscript Policies" authors: - Sandipan Dey diff --git a/docs/tutorials/spending_policy_demo.md b/docs/tutorials/spending_policy_demo.md index 3e9b3cec76..06bb01fa87 100644 --- a/docs/tutorials/spending_policy_demo.md +++ b/docs/tutorials/spending_policy_demo.md @@ -1,5 +1,5 @@ --- -title: "Spending Policy Demo" +title: "Spending Policy Decoded" description: "Demonstrate how to use a descriptor wallet with different spending policies" authors: - Steve Myers