Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete old pagoda content #2452

Merged
merged 9 commits into from
Jan 30, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/2.build/6.data-infrastructure/data-api.md
Original file line number Diff line number Diff line change
@@ -122,6 +122,6 @@ curl https://api.fastnear.com/v1/account/root.near/full

:::info More info

Find more information about the FastNear API in their [services page](https://fastnear.com/services)
Find more information about the FastNear API on their [documentation page](https://docs.fastnear.com/)

:::
:::
2 changes: 1 addition & 1 deletion docs/4.tools/ecosystem-apis/fastnear-api.md
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ id: fastnear
title: FastNEAR
---

[FastNEAR](https://fastnear.com/services) allows to easily query the NEAR blockchain to get an account's assets, map keys into account IDs, explore a block's transactions, etc.
[FastNEAR](https://fastnear.com/) allows to easily query the NEAR blockchain to get an account's assets, map keys into account IDs, explore a block's transactions, etc.

Possible use cases include:
- Querying all assets of an account (including fungible and non-fungible tokens)
2 changes: 1 addition & 1 deletion docs/5.api/rpc/providers.md
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ If you want to use a custom RPC provider with NEAR Wallet Selector, [check this
| -------------------------------------------------------------------------- | ------------------------------------------------------------ |
| [NEAR.org (deprecated)](setup.md) | `https://rpc.mainnet.near.org` |
| [1RPC](https://docs.1rpc.io/overview/about-1rpc) | `https://1rpc.io/near` |
| [All That Node](https://docs.allthatnode.com/protocols/near/) | `https://near-mainnet-rpc.allthatnode.com:3030` |
| [All That Node](https://www.allthatnode.com/protocol/near.dsrv) | `https://near-mainnet-rpc.allthatnode.com:3030` |
| [ankr.com](https://www.ankr.com/docs/rpc-service/chains/chains-list/#near) | `https://rpc.ankr.com/near` |
| [BlockPI Network](https://blockpi.io) | `https://near.blockpi.network/v1/rpc/public` |
| [dRPC](https://drpc.org/) | `https://near.drpc.org` |
39 changes: 0 additions & 39 deletions docs/pagoda/alerts/intro.md

This file was deleted.

83 changes: 0 additions & 83 deletions docs/pagoda/alerts/setup.md

This file was deleted.

215 changes: 0 additions & 215 deletions docs/pagoda/alerts/webhooks.md

This file was deleted.

3,127 changes: 0 additions & 3,127 deletions docs/pagoda/rpc/api.md

This file was deleted.

47 changes: 0 additions & 47 deletions docs/pagoda/rpc/get-keys.md

This file was deleted.

57 changes: 0 additions & 57 deletions docs/pagoda/rpc/intro.md

This file was deleted.

175 changes: 0 additions & 175 deletions docs/pagoda/rpc/setup.md

This file was deleted.

57 changes: 0 additions & 57 deletions docs/pagoda/rpc/stats.md

This file was deleted.

1 change: 1 addition & 0 deletions website/linkinator.config.json
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@
"silent": true,
"skip": [
"https://crates.io/*",
"https://jwt.io/*",
"https://dappradar.com/*",
"https://staking.dokia.cloud/staking/near/validators",
"https://near.zavodil.ru/?pools=",
48 changes: 0 additions & 48 deletions website/mlc_config.json

This file was deleted.

30 changes: 0 additions & 30 deletions website/sidebars.js
Original file line number Diff line number Diff line change
@@ -566,36 +566,6 @@ const sidebar = {
"api/rpc/transactions",
"api/rpc/maintenance-windows",
],
"pagoda": [
{
"type": "html",
"value": "<hr/>"
},
{
"type": "html",
"value": "<span class='menu__link'><b><small> PAGODA CONSOLE </small></b></span>"
},
{
"Pagoda RPC": [
"pagoda/rpc/intro",
"pagoda/rpc/get-keys",
"pagoda/rpc/setup",
"pagoda/rpc/stats",
]
},
{
"Enhanced API": [
"pagoda/rpc/api",
]
},
{
"Alerts & Triggers": [
"pagoda/alerts/intro",
"pagoda/alerts/setup",
"pagoda/alerts/webhooks",
]
},
],
"exchanges": [
{
"Integration": [
5 changes: 0 additions & 5 deletions website/src/theme/Footer/index.js
Original file line number Diff line number Diff line change
@@ -438,11 +438,6 @@ function Footer() {
Startup Accelerator
</a>
</li>
<li className="menu-item menu-item-type-post_type menu-item-object-page menu-item-2045">
<a href="https://wiki.near.org" target="_blank" rel="noopener noreferrer">
Wiki
</a>
</li>
<li className="menu-item menu-item-type-custom menu-item-object-custom menu-item-6804">
<a href="https://gov.near.org" target="_blank" rel="noopener noreferrer">Forum</a>
</li>