Create v0.3.0 of the website (#1253)

* Create v0.3.0 of the website

* Add section on how to generate a new version
This commit is contained in:
Chris Stewart 2020-03-18 18:48:05 -05:00 committed by GitHub
parent 67a4955bad
commit ad84ad9fd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 134 additions and 3 deletions

View file

@ -70,6 +70,15 @@ manually include it in the side menu.
You can do this by editing the `website/sidebars.json` file. The name to use is
the `id` specified in the page metadata (see the existing pages for an example).
## Creating a new version
You can create a new version of the site by running this in the `website/` directory.
```bashrc
yarn run version [MY-VERSION-HERE]
```
## Publishing the site
```bash

View file

@ -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,108 @@
},
"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-website": {
"title": "Contributing to the website"
},
"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 +313,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",

View file

@ -1,4 +1,5 @@
[
"0.3.0",
"0.2.0",
"0.1.0"
]