From 9ecd3c9bbff30e05fd94dec3d4380071c66a6e3d Mon Sep 17 00:00:00 2001 From: rayangler <27821750+rayangler@users.noreply.github.com> Date: Fri, 15 Nov 2024 13:11:14 -0500 Subject: [PATCH 1/3] Change --- source/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.txt b/source/index.txt index 716ad2c0..d1cad681 100644 --- a/source/index.txt +++ b/source/index.txt @@ -51,7 +51,7 @@ Quick Start ----------- Learn how to establish a connection to MongoDB Atlas and begin -working with data in the :ref:`csharp-quickstart` section. +working with data in the :ref:`csharp-quickstart` section! Quick Reference --------------- From 527a5f6ee4394040e680391e1590cadfe2364bfe Mon Sep 17 00:00:00 2001 From: rayangler <27821750+rayangler@users.noreply.github.com> Date: Fri, 15 Nov 2024 14:50:53 -0500 Subject: [PATCH 2/3] Try using WIP build script --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 4a3e067d..490435fc 100644 --- a/build.sh +++ b/build.sh @@ -2,5 +2,5 @@ if [ -f build-site.sh ]; then rm build-site.sh fi -curl https://raw.githubusercontent.com/mongodb/docs-worker-pool/netlify-poc/scripts/build-site.sh -o build-site.sh +curl https://raw.githubusercontent.com/mongodb/docs-worker-pool/DOP-5171-parser-cache/scripts/build-site.sh -o build-site.sh sh build-site.sh From 4337f9dd7bf9c7b5764c55791a7fea72eb610cef Mon Sep 17 00:00:00 2001 From: rayangler <27821750+rayangler@users.noreply.github.com> Date: Fri, 15 Nov 2024 15:16:05 -0500 Subject: [PATCH 3/3] Go back to netlify-poc branch build script --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 490435fc..4a3e067d 100644 --- a/build.sh +++ b/build.sh @@ -2,5 +2,5 @@ if [ -f build-site.sh ]; then rm build-site.sh fi -curl https://raw.githubusercontent.com/mongodb/docs-worker-pool/DOP-5171-parser-cache/scripts/build-site.sh -o build-site.sh +curl https://raw.githubusercontent.com/mongodb/docs-worker-pool/netlify-poc/scripts/build-site.sh -o build-site.sh sh build-site.sh