Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
bd05dff
WIP
nimithajalal Sep 18, 2025
d632584
Merge branch 'main' into EXTDEVEX-21
nimithajalal Nov 4, 2025
e60b4fe
Merge branch 'main' into EXTDEVEX-21
nimithajalal Nov 6, 2025
7d6f70f
review-comments
nimithajalal Nov 7, 2025
f548694
Refactor dev mode setup and highlight CLI activation URL
nimithajalal Nov 7, 2025
3f7ee76
Refactor Code Playground docs: pivot dev mode to Step 2
nimithajalal Nov 7, 2025
ca45528
update
nimithajalal Nov 7, 2025
690158e
update
nimithajalal Nov 7, 2025
5f65d68
update
nimithajalal Nov 7, 2025
2025c4d
link-fixes
nimithajalal Nov 7, 2025
e6d6b30
Rename playground files to replace underscores with dashes
undavide Nov 13, 2025
f123463
Address most of Padma's code review items
undavide Nov 20, 2025
5823410
Merge branch 'main' into EXTDEVEX-21
undavide Nov 20, 2025
19f85da
Doc updates
vamshich13 Nov 20, 2025
36ef20c
lint fix
vamshich13 Nov 20, 2025
869647b
Update StandaloneTextNode.md
vamshich13 Nov 20, 2025
39e2ca0
Updated upload script and implements launch playground button in header
hollyschinsky Nov 21, 2025
7508709
More deep-links with Try button
hollyschinsky Nov 21, 2025
a18c7bf
Code Playground new features 1
undavide Nov 21, 2025
46a0317
Make launch playground button secondary
hollyschinsky Nov 23, 2025
858d602
Fix samples for FFC error in upload
hollyschinsky Nov 23, 2025
5a19e0b
Push more try enabled samples
hollyschinsky Nov 23, 2025
f3dd22a
Added more Try snippets
hollyschinsky Nov 23, 2025
5858b99
Fixed list, other misc
hollyschinsky Nov 24, 2025
b505b27
Added retry/error handling to upload script for intermittent errors
hollyschinsky Nov 24, 2025
d34808e
Fix checks error on yarn.lock
hollyschinsky Nov 24, 2025
c44c0b7
Playground phase 3 additions
undavide Nov 24, 2025
532c700
Updated global button and Try button words/styles
hollyschinsky Nov 24, 2025
3a60fdd
Styles the launch button in hello-world
hollyschinsky Nov 24, 2025
59df450
Merge branch 'deep-link-additions' into EXTDEVEX-21
undavide Nov 24, 2025
db35370
Fix link
undavide Nov 24, 2025
aaed186
Cleanup (old unused files from pre-IA-revamp)
undavide Nov 24, 2025
1957baf
Add more pages to display the Code Playground button into
undavide Nov 24, 2025
cbdea4a
Add changelog
undavide Nov 24, 2025
1840e81
Merge branch 'main' into EXTDEVEX-21
undavide Nov 24, 2025
145dd48
Add code playground export
undavide Nov 25, 2025
1dcd8d5
Add known issues to the sidebar
undavide Nov 26, 2025
c282708
Add console prefixes
undavide Nov 26, 2025
8e2ea7f
Fix link
undavide Nov 26, 2025
8781296
Add console.log prefixes
undavide Nov 26, 2025
c1baaa2
Padma's code review #2
undavide Dec 1, 2025
54ca675
Fix links
undavide Dec 1, 2025
2565f09
Merge branch 'vamshi/doc-changes' into EXTDEVEX-21
undavide Dec 1, 2025
77caf73
Updated changelogs
undavide Dec 1, 2025
71fd03b
Add CLI screenshot
undavide Dec 2, 2025
f4ea7b5
Use the Plauground's go URL
undavide Dec 2, 2025
a7184d4
Fix go url
undavide Dec 2, 2025
6077cb6
Update sideload copy
undavide Dec 2, 2025
07fe90d
Fix typo
undavide Dec 2, 2025
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
60 changes: 55 additions & 5 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ module.exports = {
title: "BaseNode",
path: "references/document-sandbox/document-apis/classes/BaseNode.md",
},
{
title: "BitmapImage",
path: "references/document-sandbox/document-apis/classes/BitmapImage.md",
},
{
title: "ColorUtils",
path: "references/document-sandbox/document-apis/classes/ColorUtils.md",
Expand All @@ -166,10 +170,22 @@ module.exports = {
title: "EllipseNode",
path: "references/document-sandbox/document-apis/classes/EllipseNode.md",
},
{
title: "ExpressContext",
path: "references/document-sandbox/document-apis/classes/ExpressContext.md",
},
{
title: "ExpressEditor",
path: "references/document-sandbox/document-apis/classes/ExpressEditor.md",
},
{
title: "ExpressRootNode",
path: "references/document-sandbox/document-apis/classes/ExpressRootNode.md",
},
{
title: "ExpressViewport",
path: "references/document-sandbox/document-apis/classes/ExpressViewport.md",
},
{
title: "FillableNode",
path: "references/document-sandbox/document-apis/classes/FillableNode.md",
Expand Down Expand Up @@ -242,6 +258,10 @@ module.exports = {
title: "SolidColorShapeNode",
path: "references/document-sandbox/document-apis/classes/SolidColorShapeNode.md",
},
{
title: "StandaloneTextContentModel",
path: "references/document-sandbox/document-apis/classes/StandaloneTextContentModel.md",
},
{
title: "StandaloneTextNode",
path: "references/document-sandbox/document-apis/classes/StandaloneTextNode.md",
Expand All @@ -262,6 +282,14 @@ module.exports = {
title: "TextNode",
path: "references/document-sandbox/document-apis/classes/TextNode.md",
},
{
title: "TextNodeContentModel",
path: "references/document-sandbox/document-apis/classes/TextNodeContentModel.md",
},
{
title: "ThreadedTextContentModel",
path: "references/document-sandbox/document-apis/classes/ThreadedTextContentModel.md",
},
{
title: "ThreadedTextNode",
path: "references/document-sandbox/document-apis/classes/ThreadedTextNode.md",
Expand All @@ -278,10 +306,6 @@ module.exports = {
title: "UnknownNode",
path: "references/document-sandbox/document-apis/classes/UnknownNode.md",
},
{
title: "Viewport",
path: "references/document-sandbox/document-apis/classes/Viewport.md",
},
{
title: "VisualNode",
path: "references/document-sandbox/document-apis/classes/VisualNode.md",
Expand Down Expand Up @@ -553,7 +577,29 @@ module.exports = {
},
{
title: "Code Playground",
path: "guides/getting_started/code_playground.md",
path: "guides/getting_started/code-playground.md",
pages: [
{
title: "Overview",
path: "guides/getting_started/code-playground.md",
},
{
title: "Script Mode",
path: "guides/getting_started/code-playground-script-mode.md",
},
{
title: "Add-on Mode",
path: "guides/getting_started/code-playground-addon-mode.md",
},
{
title: "Workflow & Productivity",
path: "guides/getting_started/code-playground-workflow.md",
},
{
title: "Troubleshooting",
path: "guides/getting_started/code-playground-troubleshooting.md",
},
],
},
{
title: "Local Development",
Expand All @@ -575,6 +621,10 @@ module.exports = {
title: "VS Code debugging",
path: "guides/getting_started/local_development/vs-code.md",
},
{
title: "Known Issues & Limitations",
path: "guides/getting_started/local_development/known_issues_limitations.md",
},
],
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/@adobe/gatsby-theme-aio/components/Code/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ const Code = ({ children, className = "", theme, metastring = "" }) => {
!isMobile && openCodePlayground(children, sampleId)
}
>
Try
Try in playground
</ActionButton>
)}

Expand Down
4 changes: 2 additions & 2 deletions src/@adobe/gatsby-theme-aio/components/Code/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
}

.code-copy-button.with-try {
inset-inline-end: var(--spectrum-global-dimension-size-700);
inset-inline-end: calc(var(--spectrum-global-dimension-size-2000) + var(--spectrum-global-dimension-size-100));
}

.code-try-button {
Expand All @@ -67,7 +67,7 @@
}

.code-tooltip-container.with-try {
inset-inline-end: calc(var(--spectrum-global-dimension-size-700) + var(--spectrum-global-dimension-size-600) + var(--spectrum-global-dimension-size-125));
inset-inline-end: calc(var(--spectrum-global-dimension-size-2000) + var(--spectrum-global-dimension-size-100) + var(--spectrum-global-dimension-size-600) + var(--spectrum-global-dimension-size-125));
}

.code-tooltip {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading