Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit 6cd6f28

Browse files
authored
Merge pull request #170 from Bitcoin-com/stage
Remove wormhole docs
2 parents 55baa0b + 187c49d commit 6cd6f28

37 files changed

Lines changed: 20 additions & 4847 deletions

gatsby-node.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ exports.onCreateNode = ({ node, getNode, actions }) => {
4242
let product = 'other'
4343

4444
const isBitbox = filePath.includes('/bitbox/')
45-
const isWormhole = filePath.includes('/wormhole/')
4645
const isSlp = filePath.includes('/slp/')
4746
const isGui = filePath.includes('/gui/')
4847
const isRest = filePath.includes('/rest/')
@@ -52,10 +51,6 @@ exports.onCreateNode = ({ node, getNode, actions }) => {
5251
slug = `/bitbox/docs/${filename}`
5352
product = 'bitbox'
5453
}
55-
if (isWormhole) {
56-
slug = `/wormhole/docs/${filename}`
57-
product = 'wormhole'
58-
}
5954
if (isSlp) {
6055
slug = `/slp/docs/${filename}`
6156
product = 'slp'

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "developer.bitcoin.com",
33
"description": "Bitcoin.com developer resources and documentation",
4-
"version": "3.2.2",
4+
"version": "3.2.3",
55
"author": "Peter <peter@bitcoin.com> and Gabriel Cardona <gabriel@bitcoin.com>",
66
"dependencies": {
77
"badger-components-react": "^0.1.3",
@@ -37,7 +37,6 @@
3737
"gatsby",
3838
"bitcoin",
3939
"bitcoin cash",
40-
"wormhole",
4140
"bch"
4241
],
4342
"license": "MIT",

src/components/NavBar.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ type Props = {
4141
const developBaseUrls = [
4242
'/develop',
4343
'/bitbox',
44-
'/wormhole',
4544
'/gui',
4645
'/rest',
4746
'/slp',

src/components/layouts/DefaultLayout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const DefaultLayout = ({ children, location }: Props) => (
4545
'BITBOX based bitcoin.com developer platform and resources'
4646
}
4747
keywords={
48-
'bitbox, developer tools, bitcoin, bitcoin cash, BCH, wormhole, sdk, api'
48+
'bitbox, developer tools, bitcoin, bitcoin cash, BCH, sdk, api'
4949
}
5050
location={location}
5151
image={Favicon}

src/components/whc-faucet.js

Lines changed: 0 additions & 199 deletions
This file was deleted.

src/data/docs/badger/send-wormhole-token.md

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)