diff --git a/website/i18n/en.json b/website/i18n/en.json index 313f043a6de4..77944b2b6f1f 100644 --- a/website/i18n/en.json +++ b/website/i18n/en.json @@ -35,6 +35,9 @@ "chain/filter-sync": { "title": "Syncing Blockfilters" }, + "config/configuration": { + "title": "Application Configuration" + }, "contributing-website": { "title": "Contributing to the website" }, @@ -69,11 +72,14 @@ "title": "Getting Bitcoin-S installed on your machine" }, "getting-started": { - "title": "Add Bitcoin-S to your project" + "title": "Intro and Getting Started" }, "key-manager/key-manager": { "title": "Key Manager" }, + "node/node": { + "title": "Light Client" + }, "rpc/rpc-bitcoind": { "title": "bitcoind/Bitcoin Core" }, @@ -83,17 +89,26 @@ "rpc/rpc-clients-intro": { "title": "Introduction" }, + "secp256k1/secp256k1": { + "title": "Secp256k1" + }, "security": { "title": "Security" }, + "testkit/testkit": { + "title": "Testkit" + }, "wallet/chain-query-api": { - "title": "Chain Query Api" + "title": "Chain Query API" }, "wallet/dlc": { "title": "Executing A DLC with Bitcoin-S" }, "wallet/node-api": { - "title": "Node Api" + "title": "Node API" + }, + "wallet/wallet-rescan": { + "title": "Wallet Rescans" }, "wallet/wallet": { "title": "Wallet" @@ -184,6 +199,105 @@ }, "version-0.2.0/version-0.2.0-windows-users": { "title": "windows-users" + }, + "version-0.3.0/applications/version-0.3.0-chain": { + "title": "Blockchain Verification" + }, + "version-0.3.0/applications/version-0.3.0-configuration": { + "title": "Application Configuration" + }, + "version-0.3.0/applications/version-0.3.0-dlc": { + "title": "Executing A DLC with Bitcoin-S" + }, + "version-0.3.0/applications/version-0.3.0-filter-sync": { + "title": "Syncing Blockfilters" + }, + "version-0.3.0/applications/version-0.3.0-node": { + "title": "Light Client" + }, + "version-0.3.0/applications/version-0.3.0-server": { + "title": "Application Server" + }, + "version-0.3.0/applications/version-0.3.0-wallet": { + "title": "Wallet" + }, + "version-0.3.0/chain/version-0.3.0-chain": { + "title": "Blockchain Verification" + }, + "version-0.3.0/chain/version-0.3.0-filter-sync": { + "title": "Syncing Blockfilters" + }, + "version-0.3.0/config/version-0.3.0-configuration": { + "title": "Application Configuration" + }, + "version-0.3.0/version-0.3.0-contributing": { + "title": "Contributing" + }, + "version-0.3.0/core/version-0.3.0-adding-spks": { + "title": "Adding New Script Types" + }, + "version-0.3.0/core/version-0.3.0-addresses": { + "title": "Generating Addresses" + }, + "version-0.3.0/core/version-0.3.0-core-intro": { + "title": "Core Module" + }, + "version-0.3.0/core/version-0.3.0-hd-keys": { + "title": "HD Key Generation" + }, + "version-0.3.0/core/version-0.3.0-psbts": { + "title": "Partially Signed Bitcoin Transactions" + }, + "version-0.3.0/core/version-0.3.0-sign": { + "title": "Sign API" + }, + "version-0.3.0/core/version-0.3.0-spending-info": { + "title": "Signing Transactions" + }, + "version-0.3.0/core/version-0.3.0-txbuilder": { + "title": "TxBuilder Example" + }, + "version-0.3.0/version-0.3.0-getting-setup": { + "title": "Getting Bitcoin-S installed on your machine" + }, + "version-0.3.0/version-0.3.0-getting-started": { + "title": "Intro and Getting Started" + }, + "version-0.3.0/key-manager/version-0.3.0-key-manager": { + "title": "Key Manager" + }, + "version-0.3.0/node/version-0.3.0-node": { + "title": "Light Client" + }, + "version-0.3.0/rpc/version-0.3.0-rpc-bitcoind": { + "title": "bitcoind/Bitcoin Core" + }, + "version-0.3.0/rpc/version-0.3.0-rpc-eclair": { + "title": "Eclair" + }, + "version-0.3.0/secp256k1/version-0.3.0-secp256k1": { + "title": "Secp256k1" + }, + "version-0.3.0/version-0.3.0-security": { + "title": "Security" + }, + "version-0.3.0/testkit/version-0.3.0-testkit": { + "title": "Testkit" + }, + "version-0.3.0/wallet/version-0.3.0-chain-query-api": { + "title": "Chain Query API" + }, + "version-0.3.0/wallet/version-0.3.0-dlc": { + "title": "Executing A DLC with Bitcoin-S" + }, + "version-0.3.0/wallet/version-0.3.0-node-api": { + "title": "Node API" + }, + "version-0.3.0/wallet/version-0.3.0-wallet-rescan": { + "title": "Wallet Rescans" + }, + "version-0.3.0/wallet/version-0.3.0-wallet": { + "title": "Wallet" } }, "links": { @@ -196,10 +310,14 @@ "Getting Setup": "Getting Setup", "Applications": "Applications", "Chain": "Chain", + "Configuration": "Configuration", "Core Module": "Core Module", "Key Manager": "Key Manager", + "Node": "Node", "Wallet": "Wallet", "RPC Clients": "RPC Clients", + "Secp256k1": "Secp256k1", + "Testkit": "Testkit", "Contributing": "Contributing", "Security": "Security", "Getting started": "Getting started", diff --git a/website/versions.json b/website/versions.json index 434e9e81e99b..5360d73abcba 100644 --- a/website/versions.json +++ b/website/versions.json @@ -1,4 +1,5 @@ [ + "0.3.0", "0.2.0", "0.1.0" ]