Skip to content

Commit

Permalink
Merge pull request #185 from neonlabsorg/TBA-195--Exclude_API3_refere…
Browse files Browse the repository at this point in the history
…nce_from_Neon_EVM_Docs

TBA-195  exclude api3 reference from neon evm docs
  • Loading branch information
OlehSyzonov authored Oct 17, 2024
2 parents af5184d + bd36dfc commit 37cf7cd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ const config = {
'@docusaurus/plugin-client-redirects',
{
redirects: [
{ from: '/docs', to: '/docs/quick_start' }
{ from: '/docs', to: '/docs/quick_start' },
{ from: '/docs/developing/integrate/oracles/integrating_api3', to: '/docs/quick_start' }
]
}
]
Expand Down
3 changes: 3 additions & 0 deletions linkcheck.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
{
"pattern": "^https://thegraph.neonevm.org/index-node/graphql"
},
{
"pattern": "^https://solscan.io/"
},
{
"pattern": "^https://phantom.app"
}
Expand Down
2 changes: 1 addition & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const sidebars = {
'developing/integrate/wallets/integrating_web3auth',
'developing/integrate/oracles/integrating_chainlink',
'developing/integrate/oracles/integrating_pyth',
'developing/integrate/oracles/integrating_api3',
// 'developing/integrate/oracles/integrating_api3', integrating_api3 item is blocked (detalis are in TBA-195)
'developing/integrate/middleware/the-graph',
'developing/integrate/indexer/flair',
'developing/integrate/indexer/envio',
Expand Down

0 comments on commit 37cf7cd

Please sign in to comment.