From 15cf954f751b9f75230b7115a8c538580d25d930 Mon Sep 17 00:00:00 2001 From: Abinav Rameesh Date: Fri, 9 Jan 2026 15:21:51 -0800 Subject: [PATCH 1/8] Fix links in vscode-quickstart.md Updated links for API Reference and Python Setup. --- getting-started/vscode-quickstart.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/getting-started/vscode-quickstart.md b/getting-started/vscode-quickstart.md index 302709a..82c7968 100644 --- a/getting-started/vscode-quickstart.md +++ b/getting-started/vscode-quickstart.md @@ -95,6 +95,5 @@ Get started with DocumentDB using the Visual Studio Code extension for a seamles ## Next Steps -- Explore advanced querying capabilities in the [API Reference](../api-reference/index.md) -- Learn about indexing strategies in the [Architecture](../architecture/index.md) section -- Connect your application using one of our [Language Guides](python-setup.md) +- Explore advanced querying capabilities in the [API Reference](https://documentdb.io/docs/reference) +- Connect your application using the [Python Setup for DocumentDB]([python-setup.md](https://documentdb.io/docs/getting-started/python-setup)) From 2ef35ce68a6928680e978bee5040681f42821f43 Mon Sep 17 00:00:00 2001 From: Abinav Rameesh Date: Fri, 9 Jan 2026 15:24:05 -0800 Subject: [PATCH 2/8] Fix link formatting for Python Setup documentation --- getting-started/vscode-quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/vscode-quickstart.md b/getting-started/vscode-quickstart.md index 82c7968..5e55605 100644 --- a/getting-started/vscode-quickstart.md +++ b/getting-started/vscode-quickstart.md @@ -96,4 +96,4 @@ Get started with DocumentDB using the Visual Studio Code extension for a seamles ## Next Steps - Explore advanced querying capabilities in the [API Reference](https://documentdb.io/docs/reference) -- Connect your application using the [Python Setup for DocumentDB]([python-setup.md](https://documentdb.io/docs/getting-started/python-setup)) +- Connect your application using the [Python Setup for DocumentDB](https://documentdb.io/docs/getting-started/python-setup) From 594695c54f6366cb71a584c5a9d42decb9db1bb0 Mon Sep 17 00:00:00 2001 From: Abinav Rameesh Date: Fri, 9 Jan 2026 15:25:17 -0800 Subject: [PATCH 3/8] Fix link format for DocumentDB Features section Updated link format for DocumentDB Features. --- getting-started/vscode-extension-guide.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/getting-started/vscode-extension-guide.md b/getting-started/vscode-extension-guide.md index e477e5d..be2f96a 100644 --- a/getting-started/vscode-extension-guide.md +++ b/getting-started/vscode-extension-guide.md @@ -344,7 +344,6 @@ The VS Code extension is particularly useful for migrating from MongoDB to Docum ## Next Steps -- Explore [MongoDB Migration Guide](mongodb-migration-guide.md) for detailed migration steps -- Learn about [DocumentDB Features](../postgres-api/index.md) for advanced capabilities +- Learn about [DocumentDB Features]([../postgres-api/index.md](https://documentdb.io/docs/reference)) for advanced capabilities - Join our [Discord community](https://discord.gg/vH7bYu524D) for support and discussions - Report issues and contribute on [GitHub](https://github.com/documentdb/documentdb) From d573c8312715af7d3a75aae067aca9d394bbbc7c Mon Sep 17 00:00:00 2001 From: Abinav Rameesh Date: Fri, 9 Jan 2026 15:27:40 -0800 Subject: [PATCH 4/8] Update links in python-setup.md for DocumentDB --- getting-started/python-setup.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/getting-started/python-setup.md b/getting-started/python-setup.md index 9ceabed..6d79872 100644 --- a/getting-started/python-setup.md +++ b/getting-started/python-setup.md @@ -11,7 +11,7 @@ Learn how to set up and use DocumentDB with Python using the official MongoDB Py - Python 3.7+ - pip package manager -- DocumentDB installed and running (see [Pre-built Packages](prebuilt-packages.md)) +- DocumentDB installed and running (see [Pre-built Packages](https://documentdb.io/docs/getting-started/prebuilt-packages)) - Docker (if DocumentDB is not set up yet) - Git installed (for cloning the repository) @@ -280,6 +280,5 @@ if __name__ == '__main__': ## Next Steps -- Explore advanced features in the [API Reference](../api-reference/index.md) -- Learn about indexing strategies in the [Architecture](../architecture/index.md) +- Explore advanced features in the [API Reference](https://documentdb.io/docs/reference) - Check out the [MongoDB Shell Guide](mongo-shell-quickstart.md) for additional query examples From 2601f3c708803de18ac17c5169fb2bf025af0705 Mon Sep 17 00:00:00 2001 From: Abinav Rameesh Date: Fri, 9 Jan 2026 15:31:00 -0800 Subject: [PATCH 5/8] Update links in getting started guide --- getting-started/index.md | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/getting-started/index.md b/getting-started/index.md index 92317ba..db6668b 100644 --- a/getting-started/index.md +++ b/getting-started/index.md @@ -56,23 +56,16 @@ DocumentDB consists of two primary components: Choose the getting started guide that best fits your needs: ### Quick Start Guides -- [VS Code Extension Quick Start](vscode-quickstart.md) - Recommended for developers new to DocumentDB +- [VS Code Extension Quick Start](https://documentdb.io/docs/getting-started/vscode-quickstart) - Recommended for developers new to DocumentDB - [MongoDB Shell Quick Start](mongo-shell-quickstart.md) - Ideal for MongoDB users -- [VS Code Extension Guide](vscode-extension-guide.md) - Comprehensive guide to the VS Code extension - -### Migration Guides -- [MongoDB to DocumentDB Migration](mongodb-migration.md) - Migrate from MongoDB to DocumentDB +- [VS Code Extension Guide](https://documentdb.io/docs/getting-started/vscode-extension-guide) - Comprehensive guide to the VS Code extension ### Language-Specific Guides -- [Python Setup Guide](python-setup.md) - Using DocumentDB with Python applications -- [Node.js Setup Guide](nodejs-setup.md) - Using DocumentDB with Node.js applications +- [Python Setup Guide](https://documentdb.io/docs/getting-started/python-setup) - Using DocumentDB with Python applications +- [Node.js Setup Guide](https://documentdb.io/docs/getting-started/nodejs-setup) - Using DocumentDB with Node.js applications ### Deployment Options -- [Pre-built Packages](prebuilt-packages.md) - Download and install ready-to-use packages -- [Multi-cloud with Azure](azure-setup.md) - Deploy on Azure with Cosmos DB integration -- [Multi-cloud with GCP](gcp-setup.md) - Deploy on Google Cloud Platform -- [Multi-cloud with AWS DocumentDB](aws-setup.md) - Deploy alongside AWS services -- [Using with YugabyteDB](yugabyte-setup.md) - Combine with distributed SQL capabilities +- [Pre-built Packages](https://documentdb.io/docs/getting-started/prebuilt-packages) - Download and install ready-to-use packages ## Community and Support @@ -88,6 +81,5 @@ Choose the getting started guide that best fits your needs: ## Next Steps After choosing your preferred getting started path: -- Explore our [API Reference](../api-reference/index.md) for detailed documentation -- Learn about the [Architecture](../architecture/index.md) for deep technical insights +- Explore our [API Reference](https://documentdb.io/docs/reference) for detailed documentation - Join our community to contribute and get support From 2af7ff6566be7e05045ec8fc2f90031f941ce8a6 Mon Sep 17 00:00:00 2001 From: Abinav Rameesh Date: Fri, 9 Jan 2026 15:49:00 -0800 Subject: [PATCH 6/8] Update getting started guides Removed MongoDB Shell Quick Start from the guide. --- getting-started/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/getting-started/index.md b/getting-started/index.md index db6668b..6d73465 100644 --- a/getting-started/index.md +++ b/getting-started/index.md @@ -57,7 +57,6 @@ Choose the getting started guide that best fits your needs: ### Quick Start Guides - [VS Code Extension Quick Start](https://documentdb.io/docs/getting-started/vscode-quickstart) - Recommended for developers new to DocumentDB -- [MongoDB Shell Quick Start](mongo-shell-quickstart.md) - Ideal for MongoDB users - [VS Code Extension Guide](https://documentdb.io/docs/getting-started/vscode-extension-guide) - Comprehensive guide to the VS Code extension ### Language-Specific Guides From 4c850c6e3e9d64df668abcc050c7799385cc767e Mon Sep 17 00:00:00 2001 From: Abinav Rameesh Date: Fri, 9 Jan 2026 16:00:31 -0800 Subject: [PATCH 7/8] Remove cloud setup guides from navigation Removed cloud service setup guides from navigation. --- getting-started/navigation.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/getting-started/navigation.yml b/getting-started/navigation.yml index fd7b02c..196df28 100644 --- a/getting-started/navigation.yml +++ b/getting-started/navigation.yml @@ -10,13 +10,3 @@ link: python-setup.md - title: Pre-built Packages link: prebuilt-packages.md -- title: AWS Setup - link: aws-setup.md -- title: Azure Setup - link: azure-setup.md -- title: GCP Setup - link: gcp-setup.md -- title: YugabyteDB Setup - link: yugabyte-setup.md -- title: MongoDB Migration Guide - link: mongodb-migration.md From a3a22e174b8d09b535afa01f857d3be80fa42211 Mon Sep 17 00:00:00 2001 From: Abinav Rameesh Date: Fri, 9 Jan 2026 16:01:19 -0800 Subject: [PATCH 8/8] Add Mongo Shell Quick Start to navigation --- getting-started/navigation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/getting-started/navigation.yml b/getting-started/navigation.yml index 196df28..ee1bf65 100644 --- a/getting-started/navigation.yml +++ b/getting-started/navigation.yml @@ -8,5 +8,7 @@ link: nodejs-setup.md - title: Python Setup Guide link: python-setup.md +- title: Mongo Shell Quick Start + link: mongo-shell-quickstart.md - title: Pre-built Packages link: prebuilt-packages.md