Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 6 additions & 15 deletions getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,23 +56,15 @@ 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
- [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 Quick Start](https://documentdb.io/docs/getting-started/vscode-quickstart) - Recommended for developers new 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

Expand All @@ -88,6 +80,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
12 changes: 2 additions & 10 deletions getting-started/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +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
- 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
5 changes: 2 additions & 3 deletions getting-started/python-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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
3 changes: 1 addition & 2 deletions getting-started/vscode-extension-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
5 changes: 2 additions & 3 deletions getting-started/vscode-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](https://documentdb.io/docs/getting-started/python-setup)