Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@tnaum-ms
Copy link

This pull request introduces a reusable tab component to the codebase and refactors the documentation page to use it for displaying command-line instructions in multiple formats. The most notable changes are the addition of the new Tabs and TabPanel components and their integration into the documentation UI.

Closes documentdb/documentdb#299

image

New Tab Component Implementation:

  • Added Tabs and TabPanel components in app/components/Tabs.tsx, enabling tabbed navigation for displaying different content sections.

Documentation Page Refactor:

  • Updated app/docs/page.tsx to import and use the new Tabs and TabPanel components for presenting setup instructions.
  • Refactored the "Creating a new DocumentDB instance" section to show Bash and PowerShell command examples in separate tabs, improving clarity and usability for users with different environments.

@xgerman
Copy link

xgerman commented Oct 14, 2025

@patty-chow please review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Documentation | PowerShell Syntax Error in Docker image rm Command in VS Code Instructions

2 participants