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

Update Introduction “index” #372

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all 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
13 changes: 8 additions & 5 deletions src/_areas/introduction/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ layout: documentation
title: About Booster Development Network
navTitle: About
---

The Booster Development Network is the documentation hub for design and development tools, such as Zywave's design system and application framework.

There are two major sections that make up the Booster Development Network ecosystem: the design system and the application framework.
Expand All @@ -13,19 +12,22 @@ There are two major sections that make up the Booster Development Network ecosys
<docs-spacer></docs-spacer>

## What is the design system?

The Booster Design System is a broader term that many of Zywave's visuals, front-end, and design related standards and tooling are filed under.

Commonly referred as Zywave User Interface (ZUI), the design system is best known for its collection of reusable custom elements and robust documentation.
The Booster Design System is best known for its collection of reusable custom elements and robust documentation.

[Learn more about the Booster Design System.](/design-system/about/)

<docs-spacer></docs-spacer>

## What is the application framework?

The Booster Application Framework is a collection of API-driven custom elements that help enforce consistency of:
- how data is served and presented to the user
- how the user navigates throughout the Zywave ecosystem
- and so much more!

* how data is served and presented to the user
* how the user navigates throughout the Zywave ecosystem
* and so much more!

Commonly referred as Zywave API Toolkit (ZAPI), the application framework has a heavy dependency on our design system to assist engineers in serving users with a consistent experience.

Expand All @@ -34,6 +36,7 @@ Commonly referred as Zywave API Toolkit (ZAPI), the application framework has a
<docs-spacer></docs-spacer>

## Which one do I use?

While any project can use the Booster Design System, there are requirements that need to be met in order to use the Booster Application System.

[To find out which one is best for your project, check out Getting Started.](/introduction/getting-started/how-to-get-started/)