Skip to content

Commit

Permalink
Create v0.3.0 of the website
Browse files Browse the repository at this point in the history
  • Loading branch information
Christewart committed Mar 18, 2020
1 parent 67a4955 commit fd8ec18
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 3 deletions.
124 changes: 121 additions & 3 deletions website/i18n/en.json
Expand Up @@ -35,6 +35,9 @@
"chain/filter-sync": {
"title": "Syncing Blockfilters"
},
"config/configuration": {
"title": "Application Configuration"
},
"contributing-website": {
"title": "Contributing to the website"
},
Expand Down Expand Up @@ -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"
},
Expand All @@ -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"
Expand Down Expand Up @@ -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": {
Expand All @@ -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",
Expand Down
1 change: 1 addition & 0 deletions website/versions.json
@@ -1,4 +1,5 @@
[
"0.3.0",
"0.2.0",
"0.1.0"
]

0 comments on commit fd8ec18

Please sign in to comment.