Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #308 from darwinia-network/aki-add-search
Browse files Browse the repository at this point in the history
add search functionality
  • Loading branch information
wuminzhe authored Nov 11, 2022
2 parents 319f7ba + 8e87dc4 commit 4359f16
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/builder/_category_.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"label": "Builder",
"collapsible": false,
"collapsed": false,
"position": 1
}
2 changes: 1 addition & 1 deletion docs/builder/networks/crab.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Crab

Crab Network is a canary network with real economic value for Darwinia, and its positioning is similar to Polkadot's Kusama Network. To expect chaos is a reasonable assumption!

Crab is now a parachain of [Kusama](https://kusama.subscan.io/parachain/2229).
Crab is now a [parachain of Kusama](https://kusama.subscan.io/parachain/2229).

## Network Info

Expand Down
2 changes: 1 addition & 1 deletion docs/builder/networks/darwinia.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Darwinia

Darwinia is a chain based on substrate with cross-chain components, including substrate to ethereum and substrate to substrate.

Darwinia is now a parachain of [Polkadot](https://polkadot.subscan.io/parachain/2046).
Darwinia is now a [parachain of Polkadot](https://polkadot.subscan.io/parachain/2046).

## Network Info

Expand Down
2 changes: 1 addition & 1 deletion docs/protocols/_category_.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"label": "Protocols",
"collapsible": false,
"collapsed": false,
"position": 3
}
2 changes: 1 addition & 1 deletion docs/relayer/_category_.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"label": "Relayer",
"collapsible": false,
"collapsed": false,
"position": 2
}
5 changes: 5 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ const config = {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
},
algolia: {
appId: '5NG98ZN34E',
apiKey: '92f99efa90fc8770311839dcc9320fa4',
indexName: 'darwinia',
}
}),
};

Expand Down

0 comments on commit 4359f16

Please sign in to comment.