diff --git a/app/docs/page.tsx b/app/docs/page.tsx index c0159d0..5960db3 100644 --- a/app/docs/page.tsx +++ b/app/docs/page.tsx @@ -609,30 +609,38 @@ docker image rm -f ghcr.io/microsoft/documentdb/documentdb-local:latest || echo
  • - Click the DocumentDB icon in the VS Code sidebar + Locate and select the DocumentDB icon in the primary VS Code sidebar on the left-hand side.
  • - Click "Add New Connection" -
  • -
  • - - - On the navigation bar, click on "Connection - String" - -
  • -
  • - - Paste your connection string: +
    + Add a new connection to your DocumentDB: + +
  • -
    - - mongodb://<YOUR_USERNAME>:<YOUR_PASSWORD>@localhost:10260/?tls=true&tlsAllowInvalidCertificates=true&authMechanism=SCRAM-SHA-256 - -