diff --git a/docs/bos/queryapi/migrate.md b/docs/bos/queryapi/migrate.md new file mode 100644 index 00000000000..8adb396b371 --- /dev/null +++ b/docs/bos/queryapi/migrate.md @@ -0,0 +1,8 @@ +--- +id: migrate-from-near-lake +title: Migrate from NEAR Lake framework +sidebar_label: Migrate from Lake framework +--- + +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. diff --git a/website/sidebars.json b/website/sidebars.json index 965d8c38f03..3c3bf5d24ea 100644 --- a/website/sidebars.json +++ b/website/sidebars.json @@ -768,6 +768,7 @@ "bos/queryapi/best-practices", "bos/queryapi/index-functions", "bos/queryapi/context-object", + "bos/queryapi/migrate-from-near-lake", { "Tutorials": [ "bos/tutorial/indexer-tutorials/posts-indexer",