Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Aug 1, 2025

This PR consolidates the two Defang Playground documentation pages as requested in the issue:

  • /docs/concepts/defang-playground.md (conceptual overview)
  • /docs/providers/playground.md (provider-specific details)

Changes Made

Consolidated Content: Merged all unique content from both pages into /docs/concepts/defang-playground.md as the primary page, including:

  • Conceptual overview of Defang Playground vs BYOC
  • All limitations (no apex domain support, max resources, managed services, managed LLMs)
  • Both warning and info callouts
  • Cross-references to 1-Click Deploy and Defang CLI
  • Technical details about AWS deployment similarities

Added Redirect: Updated /docs/providers/playground.md to show a friendly redirect message with a link to the new consolidated location, and added automatic redirect configuration in docusaurus.config.js.

Preserved Navigation: The playground documentation remains accessible from both the Concepts and Providers sections in the sidebar as requested, but now with consolidated content and proper redirection.

The solution follows @Prakash-Sundaresan's suggestion to "combine the content and make one redirect to the other" while maintaining entries under both sections for discoverability.

Playground redirect page

Fixes #118.


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

Copilot AI changed the title [WIP] Reconcile 2 Playground pages in docs Consolidate playground documentation pages with redirect Aug 1, 2025
Copilot AI requested a review from lionello August 1, 2025 17:13
Copilot finished work on behalf of lionello August 1, 2025 17:13

## Overview

Overall, the Defang Playground is very similar to deploying to your own cloud account. The Playground runs on a Defang-managed AWS account, so you can expect it to work similarly to deploying to [AWS](../providers/aws/aws.md).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Playground actually runs on GCP and AWS

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.

Reconcile 2 Playground pages in docs

2 participants