Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
lenaorobei committed Oct 20, 2023
1 parent 464a54f commit cdba429
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 36 deletions.
8 changes: 4 additions & 4 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ module.exports = {
title: "How It Works",
path: "/getting-started/design/"
},
{
title: "How to Get Access",
path: "/getting-started/get-access/"
},
{
title: "FAQ",
path: "/getting-started/faq/"
},
// Common guides
{
title: "Get Access",
path: "/guides/get-access/"
},
{
title: "Set Up Local Environment",
path: "/guides/local-environment/"
Expand Down
8 changes: 1 addition & 7 deletions src/pages/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Begin your journey with UI Extensibility by exploring main capabilities and find

[What Are UI Extensions](app-builder)

Learn how UI Extensibility and App Builder are related to each other
Understand the connection between UI Extensibility and App Builder

<DiscoverBlock slots="link, text"/>

Expand All @@ -29,12 +29,6 @@ Explore how UI Extensibility works

<DiscoverBlock slots="link, text"/>

[How to Get Access](get-access)

Discover what is needed to use UI Extensibility

<DiscoverBlock slots="link, text"/>

[FAQ](faq)

Find answers to most frequent questions about UI Extensibility
2 changes: 1 addition & 1 deletion src/pages/guides/creating-project-in-dev-console/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ UI Extensions, as any App Builder application, are represented as projects in [A

<InlineAlert slots="text" />

If you don't have access to the Adobe Developer Console, refer to the [How to Get Access](../../../guides/get-access) guide for instructions.
If you don't have access to the Adobe Developer Console, refer to the [Get Access](../get-access) guide for instructions.

To begin, we need to create a new Project that will provide us with the necessary configuration and resources.

Expand Down
File renamed without changes.
16 changes: 11 additions & 5 deletions src/pages/guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,30 +11,36 @@ The guides below provide you with general information regarding UI Extensibility

<DiscoverBlock slots="link, text"/>

[Get Access](get-access)

Discover what is needed to start using UI Extensibility

<DiscoverBlock slots="link, text"/>

[Set Up Local Environment](local-environment)

Prepare your local environment for UI extension development

<DiscoverBlock slots="link, text"/>

[Create a Project in Developer Console](creating-project-in-dev-console)
[Create a New Project](creating-project-in-dev-console)

Discover how to create a project in Adobe Developer Console

<DiscoverBlock slots="link, text"/>

[Create a New UI Extension](development-flow)
[Create a New Extension](development-flow)

Know what to expect when creating a UI Extension

<DiscoverBlock slots="link, text"/>

[Local Preview of the UI Extensions](preview-extension-locally)
[Local Preview](preview-extension-locally)

Discover how to run UI extensions locally and preview result during development

<DiscoverBlock slots="link, text"/>

[Publish and Manage the UI Extensions](publication)
[Publish and Manage](publication)

Know how to bring your extension to users and manage it
Learn to distribute and manage your extension for users
42 changes: 24 additions & 18 deletions src/pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ UI extensions are JavaScript applications built with [Adobe App Builder](https:/

[What Are UI Extensions](getting-started/app-builder)

Learn how UI Extensibility and App Builder are related to each other
Understand the connection between UI Extensibility and App Builder

<DiscoverBlock slots="link, text"/>

Expand All @@ -40,12 +40,6 @@ Explore how UI Extensibility works

<DiscoverBlock slots="link, text"/>

[How To Get Access](getting-started/get-access)

Discover what is needed to use UI Extensibility

<DiscoverBlock slots="link, text"/>

[FAQ](getting-started/faq)

Find answers to most frequent questions about UI Extensibility
Expand All @@ -54,55 +48,67 @@ Find answers to most frequent questions about UI Extensibility

## Guides

[Get Access](guides/get-access)

Discover what is needed to use UI Extensibility

<DiscoverBlock slots="link, text"/>

[Set Up Local Environment](guides/local-environment)

Prepare your local environment for UI extension development

<DiscoverBlock slots="link, text"/>

[Create a Project in Developer Console](guides/creating-project-in-dev-console)
[Create a New Project](guides/creating-project-in-dev-console)

Discover how to create a project in Adobe Developer Console

<DiscoverBlock slots="link, text"/>

[Create a New UI Extension](guides/development-flow)
[Create a New Extension](guides/development-flow)

Know what to expect when creating a UI Extension

<DiscoverBlock slots="link, text"/>

[Local Preview of the UI Extensions](guides/preview-extension-locally)
[Local Preview](guides/preview-extension-locally)

Discover how to run UI extensions locally and preview result during development

<DiscoverBlock slots="link, text"/>

[Publish and manage the UI Extensions](guides/publication)
[Publish and Manage](guides/publication)

Know how to bring your extension to users and manage it
Learn to distribute and manage your extension for users

<DiscoverBlock slots="heading, link, text"/>

## Explore Extensible Services

[AEM Content Fragments Console Extension Development Guide](services/aem-cf-console-admin/)
[AEM Content Fragments Console](services/aem-cf-console-admin/)

Start building extensions for AEM Content Fragments console

<DiscoverBlock slots="link, text"/>

[AEM Content Fragments Editor](services/aem-cf-editor/)

Get started with the development of extensions for AEM Content Fragments console
Start building extensions for AEM Content Fragments editor

<DiscoverBlock slots="link, text"/>

[AEM Content Fragments Editor Extension Development Guide](services/aem-cf-editor/)
[Adobe Commerce Admin](https://developer.adobe.com/commerce/extensibility/admin-ui-sdk/)

Get started with the development of extensions for AEM Content Fragments editor
Start building extensions for Adobe Commerce Admin

<DiscoverBlock slots="heading, link, text"/>

## Experiment

[AEM Labs Guides](aem-labs/)
[AEM Labs](aem-labs/)

Discover your UI Extensions within the safe playground and experiment with your AEM setop
Discover your UI Extensions within the safe playground and experiment with your AEM setup

## Collaborate

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ UI Extensions, as any App Builder application, are represented as projects in [A

<InlineAlert slots="text" />

If you don't have access to the Adobe Developer Console, refer to the [How to Get Access](../../../guides/get-access) guide for instructions.
If you don't have access to the Adobe Developer Console, refer to the [How to Get Access](../get-access) guide for instructions.

To begin, we need to create a new Project which will supply us with configuration and resources.

Expand Down

0 comments on commit cdba429

Please sign in to comment.