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

fix: resolve broken links #1573

Merged
merged 3 commits into from
Nov 10, 2023
Merged
Show file tree
Hide file tree
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: 0 additions & 4 deletions docs/7.primitives/ft/interacting/web-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ This section describes how to interact with NFT contracts from a web app.
All the examples are using a `Wallet` object, which comes from our [basic template](https://github.com/near-examples/hello-near-js/blob/master/frontend/near-wallet.js)
:::

:::tip
In order to interact with NFT from your Web App you can request data from various APIs from your app (for example, [Marketplaces API](/primitives/nft/querying/marketplaces)).
:::

---

## Mint a NFT
Expand Down
4 changes: 0 additions & 4 deletions docs/7.primitives/nft/interacting/web-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ This section describes how to interact with NFT contracts from a web app.
All the examples are using a `Wallet` object, which comes from our [basic template](https://github.com/near-examples/hello-near-js/blob/master/frontend/near-wallet.js)
:::

:::tip
In order to interact with NFT from your Web App you can request data from various APIs from your app (for example, [Marketplaces API](/primitives/nft/querying/marketplaces)).
:::

---

## Mint a NFT
Expand Down
2 changes: 1 addition & 1 deletion docs/bos/tutorial/gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Launching your own NEAR BOS gateway instance is a quick and simple process. In t

Just follow these easy steps:

1. Clone the [`near/bos-gateway`](git@github.com:near-examples/bos-gateway.git) repository
1. Clone the [`near/bos-gateway`](https://github.com/near-examples/bos-gateway) repository
2. Sign up on [Vercel](https://vercel.com/) and import the cloned repository
3. Setup the project:
- Any team name
Expand Down
10 changes: 0 additions & 10 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,6 @@ module.exports = {
],
],
plugins: [
[
'@docusaurus/plugin-content-docs',
{
id: 'near-api-js',
// this path doesn't exit, the versioning mechanism takes docs from website/near-api-js_versioned_docs
path: '../__generated/near-api-js',
routeBasePath: '/tools/near-api-js/reference',
includeCurrentVersion: false,
},
],
[
'@docusaurus/plugin-content-docs',
{
Expand Down
4 changes: 2 additions & 2 deletions website/sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -443,8 +443,8 @@
},
{
"type": "link",
"label": "Type Docs",
"href": "/tools/near-api-js/reference"
"label": "Type Docs",
"href": "https://near.github.io/near-api-js"
}
]
},
Expand Down
Loading
Loading