-
Notifications
You must be signed in to change notification settings - Fork 42
Code Playground breakdown #182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
- Make hello-world.md the canonical reference for enabling dev mode - Add prominent callouts for CLI's dev mode activation URL (addresses feedback) - Update all docs to reference hello-world.md instead of duplicating instructions - Fix broken links, improve heading consistency, fix typos No code samples changed.
- Change Step 1 from 'Enable Dev Mode' to 'Open Code Playground' - Move dev mode activation to Step 2 with 'if needed' qualifier - Reference hello-world.md as canonical source for dev mode setup - Remove duplicate dev mode instructions (DRY principle) This implements Padma's feedback to deprioritize dev mode activation and let users access the Playground immediately without blockers. Dev mode setup is now contextual rather than a required first step.
src/pages/guides/getting_started/code-playground-script-mode.md
Outdated
Show resolved
Hide resolved
src/pages/guides/getting_started/code-playground-script-mode.md
Outdated
Show resolved
Hide resolved
src/pages/guides/getting_started/code-playground-script-mode.md
Outdated
Show resolved
Hide resolved
src/pages/guides/getting_started/code_playground_script_mode.md
Outdated
Show resolved
Hide resolved
|
|
||
|  | ||
|
|
||
| <InlineAlert slots="header, text1" variant="info"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Screenshot will have to be updated according to new UI
| - Node.js version 18 or higher (optional, only for the CLI track). | ||
|
|
||
| ### Add-on Development mode | ||
| ### Enable Add-on Development Mode |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We no longer want to call this as the first step. We have simplified the whole process. We should provide shortcut URLs for playground (https://www.adobe.com/go/addon-playground) and CLI (https://www.adobe.com/go/addon-cli). The developers will be automatically intercepted if they havent enabled developer mode with a DTOU dialog.
|
|
||
| <InlineAlert slots="header,text1,text2" variant="success"/> | ||
|
|
||
| #### Quick Setup Tip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a screenshot
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: