Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

Commit

Permalink
♻️ fixed dead link and improve the title
Browse files Browse the repository at this point in the history
  • Loading branch information
pzshine committed Sep 23, 2021
1 parent 99c7b68 commit bc72085
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,17 +118,17 @@ module.exports = {
],
},
{
title: "Data provider",
title: "Custom Script",
children: [
{
title: "Data Source",
directory: true,
path: "/data-provider/data-source",
path: "/custom-script/data-source",
},
{
title: "Oracle Script",
directory: true,
path: "/data-provider/oracle-script",
path: "/custom-script/oracle-script",
},
],
},
Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ sections:
- title: Decentralized Apps Integration
desc: Discover how to integrate Band's oracle data into your applications
icon: dapp
url: /developer/dapp-integrations/supported-blockchains
url: /band-standard-dataset/supported-blockchains.html
- title: Technical Specifications
desc: Specifications for the various standards used in BandChain's ecosystem
icon: spec
url: /developer/technical-specifications/obi
url: /technical-specifications/obi
stack:
- title: Cosmos SDK
desc: The blockchain framework powering BandChain
Expand Down
Empty file.
1 change: 0 additions & 1 deletion docs/core-concepts/introduction.md

This file was deleted.

Empty file.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
order: 2
-->

# Implementation
# Example

To better explain the structure and implementation of a data source, let’s look at two possible examples.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
order: 2
-->

# Implementation
# Example

To better explain the structure and implementation of a oracle script, let’s look at the example below.

Expand Down

0 comments on commit bc72085

Please sign in to comment.