From 3f19ca16ed202b614f5bbac7a42fd9f66f272d92 Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Sun, 9 Jun 2024 11:22:25 +0200 Subject: [PATCH] [#1118,docs/portaljs][s --- site/content/docs/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/site/content/docs/index.md b/site/content/docs/index.md index b3d2645f7..896e7a6b9 100644 --- a/site/content/docs/index.md +++ b/site/content/docs/index.md @@ -3,9 +3,9 @@ title: Getting Started description: 'Getting started guide and tutorial about data portal-building with PortalJS!' --- -Welcome to the PortalJS documentation! +Welcome to the DataHub PortalJS documentation! -If you have questions about anything related to PortalJS, you're always welcome to ask our community on [GitHub Discussions](https://github.com/datopian/portaljs/discussions) or on [our chat channel on Discord](https://discord.gg/EeyfGrGu4U). +If you have questions about anything related to PortalJS, you're always welcome to ask our community on [GitHub Discussions](https://github.com/datopian/datahub/discussions) or on [our chat channel on Discord](https://discord.com/invite/KrRzMKU). ## Setup @@ -16,10 +16,10 @@ If you have questions about anything related to PortalJS, you're always welcome ### Create a PortalJS app -To create a PortalJS app, open your terminal, cd into the directory you’d like to create the app in, and run the following command: +To create a DataHub PortalJS app, open your terminal, cd into the directory you’d like to create the app in, and run the following command: ```bash -npx create-next-app my-data-portal --example https://github.com/datopian/portaljs/tree/main/examples/learn +npx create-next-app my-data-portal --example https://github.com/datopian/datahub/tree/main/examples/learn ``` > [!tip]