Skip to content

Commit

Permalink
fix: links
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez committed Oct 1, 2024
1 parent f8fe349 commit ba1ecc4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 93 deletions.
75 changes: 0 additions & 75 deletions docs/2.build/3.near-components/anatomy/bos-components.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/3.tutorials/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Explore our collection of Examples and Tutorials
<Feature url="/tutorials/near-components/interaction" title="Components & Contracts" subtitle="Use a contract from your component" image="bos-contract.png" />
<Feature url="/tutorials/near-components/lido" title="ETH Component" subtitle="Build an Ethereum Component" image="bos-lido.png" />
<Feature url="/tutorials/nfts/minting-nfts" title="NFT Mint" subtitle="Mint an NFT without using code" image="frontend-bos.png" />
<Feature url="/tutorials/near-components/indexer-tutorials/nft-indexer" title="Events (NEAR Lake)"
<Feature url="/build/data-infrastructure/lake-framework/building-indexers/nft-indexer" title="Events (NEAR Lake)"
subtitle="Use our Data Lake to listen for events" image="monitor.png" />
</Column>
<Column title="From Zero to Hero">
Expand Down
2 changes: 0 additions & 2 deletions docs/4.tools/indexing-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ sidebar_label: "Indexing Solutions"

Here's a quick overview of Indexer projects on the NEAR ecosystem:

- [QueryAPI](../2.build/6.data-infrastructure/query-api/intro.md): Near QueryAPI is a fully managed solution to build indexer functions, extract on-chain data, store it in a database, and be able to query it using GraphQL endpoints.

- [BigQuery](../2.build/6.data-infrastructure/big-query.md): Blockchain data indexing in NEAR Public Lakehouse is for anyone wanting to understand blockchain data.

- [NEAR Lake Framework](../2.build/6.data-infrastructure/lake-framework/near-lake.md): a companion library to NEAR Lake. It allows you to build your own indexer that watches a stream of blocks **from a NEAR Lake data source** and allows you to **create your own logic to process that data**. Keep in mind this is **the one you want to use for future projects**, instead of the Indexer Framework. Read [why it is better](https://docs.near.org/concepts/advanced/near-indexer-framework#why-is-it-better-than-near-indexer-framework).
Expand Down
29 changes: 14 additions & 15 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ const sidebar = {
"build/near-components/anatomy/near",
"build/near-components/anatomy/social",
"build/near-components/anatomy/notifications",
"build/near-components/anatomy/bos-components"
]
},
"build/near-components/bos-gateway",
Expand Down Expand Up @@ -276,20 +275,6 @@ const sidebar = {
"build/data-infrastructure/lake-framework/near-lake",
"build/data-infrastructure/lake-framework/near-lake-state-changes-indexer",
"build/data-infrastructure/lake-framework/migrating-to-near-lake-framework",
{
"Building Indexers": [
"build/data-infrastructure/lake-framework/building-indexers/primitives",
{
"type": "link",
"label": "NEAR Lake Primitives",
"href": "https://near.github.io/near-lake-framework-js/"
},
"build/data-infrastructure/lake-framework/building-indexers/js-lake-indexer",
"build/data-infrastructure/lake-framework/building-indexers/python-lake-indexer",
"build/data-infrastructure/lake-framework/building-indexers/nft-indexer",
"build/data-infrastructure/lake-framework/building-indexers/python-nft-indexer"
]
},
{
"Running NEAR Lake": [
"build/data-infrastructure/lake-framework/running-near-lake/run-lake-indexer",
Expand Down Expand Up @@ -455,6 +440,20 @@ const sidebar = {
}
]
},
{
"Building Indexers": [
"build/data-infrastructure/lake-framework/building-indexers/primitives",
{
"type": "link",
"label": "NEAR Lake Primitives",
"href": "https://near.github.io/near-lake-framework-js/"
},
"build/data-infrastructure/lake-framework/building-indexers/js-lake-indexer",
"build/data-infrastructure/lake-framework/building-indexers/python-lake-indexer",
"build/data-infrastructure/lake-framework/building-indexers/nft-indexer",
"build/data-infrastructure/lake-framework/building-indexers/python-nft-indexer"
]
},
{
"Build a Crossword Game": [
{
Expand Down

0 comments on commit ba1ecc4

Please sign in to comment.