Skip to content
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

fix: align package documentation with latest changes #2119

Merged
merged 6 commits into from
Aug 31, 2023
Merged
Changes from 3 commits
Commits
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
20 changes: 10 additions & 10 deletions docs/scos/dev/front-end-development/202307.0/oryx/oryx-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ template: concept-topic-template

{% info_block warningBox %}

Oryx is currently running under an *Early Access Release*. Early Access Releases are subject to specific legal terms, they are unsupported and do not provide production-ready SLAs. They can also be deprecated without a General Availability Release. Nevertheless, we welcome feedback from early adopters on these cutting-edge, exploratory features.
Oryx is currently running under an _Early Access Release_. Early Access Releases are subject to specific legal terms, they are unsupported and do not provide production-ready SLAs. They can also be deprecated without a General Availability Release. Nevertheless, we welcome feedback from early adopters on these cutting-edge, exploratory features.

{% endinfo_block %}

Expand All @@ -29,13 +29,13 @@ While the package layering might be irrelevant during your development, it might

The template layer contains packages that can be used as quick starters for demos and projects. Templated packages follow semantic versioning and ensure upgradability. Some packages in the template layer, like presets, are opinionated and might not be used inside your final setup. Their main purpose is to quickly get up and running a standard frontend application.

| PACKAGES | LOCATION |
| ------------------------------------------------------------------------ | ----------------------------------------------------------------------- |
| | |
| [Application](https://www.npmjs.com/package/@spryker-oryx/application) | `@spryker-oryx/oryx-application-orchestration/oryx-applicationlication` |
| [Presets](https://www.npmjs.com/package/@spryker-oryx/oryx-presets.html) | `@spryker-oryx/oryx-presets` |
| [Labs ](https://www.npmjs.com/package/@spryker-oryx/labs) | `@spryker-oryx/labs` |
| [Themes ](https://www.npmjs.com/package/@spryker-oryx/themes) | `@spryker-oryx/themes` |
| PACKAGES | LOCATION |
| ---------------------------------------------------------------------- | --------------------------- |
| | |
| [Application](https://www.npmjs.com/package/@spryker-oryx/application) | `@spryker-oryx/application` |
| [Presets](https://www.npmjs.com/package/@spryker-oryx/presets) | `@spryker-oryx/presets` |
| [Labs ](https://www.npmjs.com/package/@spryker-oryx/labs) | `@spryker-oryx/labs` |
| [Themes ](https://www.npmjs.com/package/@spryker-oryx/themes) | `@spryker-oryx/themes` |

{% info_block infoBox %}

Expand All @@ -49,7 +49,6 @@ Domain packages provide components and service logic for certain domains. Organi

| PACKAGES | LOCATION |
| ---------------------------------------------------------------- | ------------------------ |
| [Auth](https://www.npmjs.com/package/@spryker-oryx/auth) | `@spryker-oryx/auth` |
| [Cart](https://www.npmjs.com/package/@spryker-oryx/cart) | `@spryker-oryx/cart` |
| [Checkout](https://www.npmjs.com/package/@spryker-oryx/checkout) | `@spryker-oryx/checkout` |
| [Content](https://www.npmjs.com/package/@spryker-oryx/content) | `@spryker-oryx/content` |
Expand All @@ -66,8 +65,10 @@ The platform layer contains the core packages of the Oryx framework. They provid

| PACKAGES | LOCATION |
| ---------------------------------------------------------------------------------- | --------------------------------- |
| [Auth](https://www.npmjs.com/package/@spryker-oryx/auth) | `@spryker-oryx/auth` |
| [Core](https://www.npmjs.com/package/@spryker-oryx/core) | `@spryker-oryx/core` |
| [Experience](https://www.npmjs.com/package/@spryker-oryx/experience) | `@spryker-oryx/experience` |
| [Form](https://www.npmjs.com/package/@spryker-oryx/form) | `@spryker-oryx/form` |
| [I18n](https://www.npmjs.com/package/@spryker-oryx/I18n) | `@spryker-oryx/i18n` |
| [Indexed-db](https://www.npmjs.com/package/@spryker-oryx/indexed-db) | `@spryker-oryx/indexed-db` |
| [offline](https://www.npmjs.com/package/@spryker-oryx/offline) | `@spryker-oryx/offline` |
Expand All @@ -81,6 +82,5 @@ The base layer contains packages that serve as utilities to all layers above. An
| PACKAGES | LOCATION |
| ------------------------------------------------------------------ | ------------------------- |
| [UI](https://www.npmjs.com/package/@spryker-oryx/ui) | `@spryker-oryx/ui` |
| [Form](https://www.npmjs.com/package/@spryker-oryx/form) | `@spryker-oryx/form` |
| [Utilities](https://www.npmjs.com/package/@spryker-oryx/utilities) | `@spryker-oryx/utilities` |
| [DI](https://www.npmjs.com/package/@spryker-oryx/di) | `@spryker-oryx/di` |