synox / uix

UI Extensibility Public Documentation

Home Page:https://developer.adobe.com/uix/docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UI Extensibility Developers Documentation

This is the documentation for the UI Extensibility framework and extensibility capabilities of services integrated with it.

UI Extensibility allows to injection of 3rd-party UI implemented as App Builder applications into Adobe Services.

Contribution

Local Development

Prerequisites

This project uses Yarn 3 to manage package dependencies. If you do not have Yarn 3 installed, follow these instructions:

  1. Install Node.js LTS. At the time of writing, the latest LTS version is v16.15.1.

  2. Install Yarn 3 by running the following command:

    corepack enable

Corepack is a binary shipped with all Node.js releases starting from 16.10.

  1. Update Yarn to the latest version by running the following command:

    yarn set version stable
  2. Make sure you are now using version 3.2.1 of Yarn:.

    yarn --version

That's it. For more information on Yarn 3 usage, see Yarn usage.

Run development server

For local development, simply use:

$ yarn
yarn dev

Adobe I/O Documentation Template

This is a site build with the Adobe I/O Documentation Template template for the Adobe I/O Theme.

Please reference for corresponding documentation for more details regarding content requirements and development flow.

About

UI Extensibility Public Documentation

https://developer.adobe.com/uix/docs/

License:Apache License 2.0


Languages

Language:JavaScript 100.0%