Skip to content

Commit 0588212

Browse files
committed
Small changes to docs, added data set in quickstarter
1 parent 5f2f867 commit 0588212

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

docs/docs/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
The default and recommended way to authenticate is via Geo Connect. Geo Connect is dedicated application hosted by the GeoBrowser team. Through Geo Connect you can authenticate with your GeoBrowser account and use it to selectively delegate access to your private and public spaces.
66

7-
If you create you application using TypeSync or use the [hypergraph-app-template](https://github.com/graphprotocol/hypergraph-app-template) the full authentication flow is already implemented for you.
7+
If you create you application using TypeSync or use the [hypergraph-app-template](https://github.com/geobrowser/hypergraph-app-template) the full authentication flow is already implemented for you.
88

99
In the connect app you can create spaces. In the near future you will be able to delete private spaces and you also will be able to give an app permissions to create new private and/or public spaces.
1010

docs/docs/quickstart.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ pnpm dev
2222

2323
Open the browser, navigate to `http://localhost:5173` and you should see the app running.
2424

25+
## Example Datasets
26+
27+
A few example datasets to use when building your apps are available here:
28+
29+
[https://testnet.geobrowser.io/space/b2565802-3118-47be-91f2-e59170735bac/0f3e0e21-1636-435a-850f-6f57d616e28e](https://testnet.geobrowser.io/space/b2565802-3118-47be-91f2-e59170735bac/0f3e0e21-1636-435a-850f-6f57d616e28e)
30+
2531
## Create a new app using TypeSync
2632

2733
In case you want build an app with your own data types you can follow the guide below.

0 commit comments

Comments
 (0)