import { Meta } from '@storybook/blocks';

<Meta title="Docs/Introduction" />

# Introduction

This a component library created to standardize the creation and
articulation of support article data provided via an API in JSON. Meaning when the new API provides content in JSON,
it will have a structure that maps to these components. That way the data from the backend will dictate the structure
and not the actual components. This library is primarily meant for web platform usage and is built on [React](https://reactjs.org).

***

Next: [Getting Started](/story/docs-getting-started--page)
