From a3788c7d197ac507e9646e85fda6e91d0a52b57c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Demenech?= Date: Thu, 25 May 2023 23:01:43 -0300 Subject: [PATCH 1/2] Atualizar o index.md --- site/content/docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/index.md b/site/content/docs/index.md index a1cd6947..8d7e2941 100644 --- a/site/content/docs/index.md +++ b/site/content/docs/index.md @@ -16,7 +16,7 @@ If you have questions about anything related to PortalJS, you're always welcome 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: ```bash -npx create-next-app my-data-portal --example https://github.com/datopian/portaljs/tree/main/examples/learn-example +npx create-next-app my-data-portal --example https://github.com/datopian/portaljs/tree/main/examples/learn ``` > [!tip] From b9cf1bad44ecd832bc5a8b3fc6e1cd0b9a3f1029 Mon Sep 17 00:00:00 2001 From: "Anuar Ustayev (aka Anu)" Date: Fri, 26 May 2023 11:38:33 +0600 Subject: [PATCH 2/2] [docs][xs]: improved the title of the docs about ckan backed data portal. --- site/content/docs/examples/ckan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/examples/ckan.md b/site/content/docs/examples/ckan.md index 6ef78610..97a2ece3 100644 --- a/site/content/docs/examples/ckan.md +++ b/site/content/docs/examples/ckan.md @@ -1,5 +1,5 @@ --- -title: "Example: Data catalog with data on CKAN" +title: "A Comprehensive Guide to Building a Robust Data Portal using CKAN" authors: ['Luccas Mateus'] date: 2023-05-24 filetype: blog