Skip to content

Commit

Permalink
docs(docs): update docs from build
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanjones243 committed Nov 4, 2023
1 parent a08288d commit e21521b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ For the most up to date information on [UI development browser support](https://
[![Build Status](https://img.shields.io/github/actions/workflow/status/AlaskaAirlines/auro-button/testPublish.yml?style=for-the-badge)](https://github.com/AlaskaAirlines/auro-button/actions/workflows/testPublish.yml)
[![See it on NPM!](https://img.shields.io/npm/v/@aurodesignsystem/auro-button?style=for-the-badge&color=orange)](https://www.npmjs.com/package/@aurodesignsystem/auro-button)
[![License](https://img.shields.io/npm/l/@aurodesignsystem/auro-button?color=blue&style=for-the-badge)](https://www.apache.org/licenses/LICENSE-2.0)
[![Snyk Vulnerabilities for npm package](https://img.shields.io/snyk/vulnerabilities/npm/@aurodesignsystem/auro-button?style=for-the-badge)](https://snyk.io/test/npm/@aurodesignsystem/auro-button?tab=issues)

```shell
$ npm i @aurodesignsystem/auro-button
Expand Down Expand Up @@ -200,11 +199,4 @@ Automated tests are required for every Auro component. See `.\test\auro-button.t
<!-- AURO-GENERATED-CONTENT:START (REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/development/bundles.md) -->
Bundled assets are only generated in the remote and not merged back to this repo. To review and/or test a bundled asset locally, run `$ npm run bundler` to generate assets.

<!-- AURO-GENERATED-CONTENT:END -->

### Demo deployment

<!-- AURO-GENERATED-CONTENT:START (REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/development/deploymentDemo.md) -->
To deploy a demo version of the component for review, run `npm run build:demo` to create a `./build` directory that can be pushed to any static server.

<!-- AURO-GENERATED-CONTENT:END -->
12 changes: 6 additions & 6 deletions demo/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@

## CSS Shadow Parts

| Part | Description |
|---------------|----------------------------|
| [button](#button) | Apply CSS to HTML5 button. |
| `button-icon` | Apply CSS to icon slot. |
| `button-text` | Apply CSS to text slot. |
| [loader](#loader) | Apply CSS to auro-loader. |
| Part | Description |
|----------|----------------------------|
| [button](#button) | Apply CSS to HTML5 button. |
| [icon](#icon) | Apply CSS to icon slot. |
| [loader](#loader) | Apply CSS to auro-loader. |
| [text](#text) | Apply CSS to text slot. |
<!-- AURO-GENERATED-CONTENT:END -->

# API Examples
Expand Down

0 comments on commit e21521b

Please sign in to comment.