Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
7d3115a
Reworks all addOnUISdk constants ref and explanation, new how-to
hollyschinsky Sep 19, 2025
7aa7299
Lint fixes
hollyschinsky Sep 19, 2025
ba41da4
Fix link
hollyschinsky Sep 19, 2025
a07ba95
Fix link
hollyschinsky Sep 19, 2025
6fc2266
Adds new terminology page and new constants pages
hollyschinsky Oct 3, 2025
7f75ec7
Fixed jsx issue
hollyschinsky Oct 6, 2025
cb7bda5
Closing alert
hollyschinsky Oct 6, 2025
27de265
Misc fixes
hollyschinsky Oct 6, 2025
aee1d35
Updates for accuracy
hollyschinsky Oct 6, 2025
b924246
Continued updates
hollyschinsky Oct 6, 2025
b735b9f
Remove old files
hollyschinsky Oct 6, 2025
9557860
Continued updates
hollyschinsky Oct 6, 2025
2113f44
Continued updates
hollyschinsky Oct 7, 2025
8fc6083
Continued updates
hollyschinsky Oct 7, 2025
741349a
Updated changelogs and misc
hollyschinsky Oct 7, 2025
9fa5d68
Updated desc
hollyschinsky Oct 7, 2025
02a065c
Fix links
hollyschinsky Oct 7, 2025
9918c74
Updates
hollyschinsky Oct 7, 2025
270b6f3
Merge branch 'main' into ui-sdk-constants-rework
hollyschinsky Oct 7, 2025
29c8718
Mark new and misc
hollyschinsky Oct 7, 2025
eb8415e
Marks new content
hollyschinsky Oct 8, 2025
e1ae677
Mark one more
hollyschinsky Oct 8, 2025
af98236
Fix alert format
hollyschinsky Oct 8, 2025
eba4570
Cleanup, flow, cross-refs
hollyschinsky Oct 14, 2025
1996eb3
Fix yaml
hollyschinsky Oct 14, 2025
1fc0126
Reorder, fix content
hollyschinsky Oct 15, 2025
17741b3
Misc updates
hollyschinsky Oct 17, 2025
9b93b8e
Content updates
hollyschinsky Oct 18, 2025
aa2e26e
Fixed markdown issue
hollyschinsky Oct 20, 2025
709f6b0
Fixed content
hollyschinsky Oct 20, 2025
299f525
Fixed content
hollyschinsky Oct 20, 2025
fd373d4
Clean-up, x-refs etc
hollyschinsky Oct 21, 2025
fd971c4
Proj anatomy updates, changelog, nav
hollyschinsky Oct 21, 2025
369d115
fixed up misc
hollyschinsky Oct 21, 2025
e360aee
Formatting
hollyschinsky Oct 21, 2025
48132a9
Cleanup constants
hollyschinsky Oct 21, 2025
8d9129b
Fix
hollyschinsky Oct 21, 2025
7dda3e7
Fixed linting and spacing
hollyschinsky Oct 21, 2025
16fac02
Consistency and formatting
hollyschinsky Oct 22, 2025
64e06cc
Updated intros
hollyschinsky Oct 22, 2025
3555f94
Cross-refs
hollyschinsky Oct 22, 2025
5e30580
Consistency, links updates
hollyschinsky Oct 22, 2025
a761ec7
Review updates
hollyschinsky Oct 22, 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
32 changes: 29 additions & 3 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,10 @@ module.exports = {
title: "Hello, World!",
path: "guides/getting_started/hello-world.md",
},
{
title: "Project Anatomy",
path: "guides/getting_started/addon-project-anatomy.md",
},
{
title: "Code Playground",
path: "guides/getting_started/code_playground.md",
Expand Down Expand Up @@ -778,18 +782,40 @@ module.exports = {
},
{
title: "Platform Concepts",
path: "guides/learn/platform_concepts/context.md",
path: "guides/learn/platform_concepts/architecture.md",
pages: [
{
title: "Add-on Iframe Context",
path: "guides/learn/platform_concepts/context.md",
title: "Add-on Architecture",
path: "guides/learn/platform_concepts/architecture.md",
},
{
title: "iframe Runtime Context & Security",
path: "guides/learn/platform_concepts/context.md",
},
{
title: "The Document API",
path: "guides/learn/platform_concepts/document-api.md",
},
],
},
{
title: "SDK Fundamentals",
path: "guides/learn/fundamentals/terminology.md",
pages: [
{
title: "Terminology",
path: "guides/learn/fundamentals/terminology.md",
},
{
title: "Using Add-on UI SDK Constants",
path: "guides/learn/fundamentals/ui-sdk-constants.md",
},
{
title: "Using Document Sandbox Constants",
path: "guides/learn/fundamentals/document-sandbox-constants.md",
}
],
},
{
title: "Sample add-ons",
path: "guides/learn/samples.md",
Expand Down
Loading
Loading