-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update markdown partial pathing to consume new auro lib #72
- Loading branch information
1 parent
2af56b9
commit 3bd64df
Showing
10 changed files
with
923 additions
and
158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ The README.md file is a compiled document. No edits should be made directly to t | |
README.md is created by running `npm run build:docs`. | ||
This file is generated based on a template fetched from | ||
`https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/README.md` | ||
`https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/README_updated_paths.md` | ||
and copied to `./componentDocs/README.md` each time the the docs are compiled. | ||
The following sections are editable by making changes to the following files: | ||
|
@@ -19,14 +19,14 @@ The following sections are editable by making changes to the following files: | |
|
||
# Banner | ||
|
||
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../docs/partials/description.md) --> | ||
<!-- The below content is automatically added from ./../docs/partials/description.md --> | ||
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./docs/partials/description.md) --> | ||
<!-- The below content is automatically added from ./docs/partials/description.md --> | ||
The `<auro-banner>` element provides users a flexible way to convey a summary of information. The primary elements of a banner include an image, and details. | ||
|
||
The details are broken down into `prefix`, `title`, `description`, `action`, and `disclaimer`. | ||
<!-- AURO-GENERATED-CONTENT:END --> | ||
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../docs/partials/readmeAddlInfo.md) --> | ||
<!-- The below content is automatically added from ./../docs/partials/readmeAddlInfo.md --> | ||
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./docs/partials/readmeAddlInfo.md) --> | ||
<!-- The below content is automatically added from ./docs/partials/readmeAddlInfo.md --> | ||
<!-- AURO-GENERATED-CONTENT This file is to be used for any additional content that should be included in the README.md which is specific to this component. --> | ||
**Do not** use `<auro-banner>` as a primary source of information. | ||
<!-- AURO-GENERATED-CONTENT:END --> | ||
|
@@ -75,8 +75,8 @@ import "@aurodesignsystem/auro-banner"; | |
|
||
<!-- AURO-GENERATED-CONTENT:END --> | ||
**Reference component in HTML** | ||
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/basic.html) --> | ||
<!-- The below code snippet is automatically added from ./../apiExamples/basic.html --> | ||
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./apiExamples/basic.html) --> | ||
<!-- The below code snippet is automatically added from ./apiExamples/basic.html --> | ||
|
||
```html | ||
<auro-banner billboard> | ||
|
@@ -123,15 +123,15 @@ In cases where the project is not able to process JS assets, there are pre-proce | |
```html | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected]/dist/tokens/CSSCustomProperties.css" /> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected]/dist/bundled/essentials.css" /> | ||
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-banner@3.0.1/dist/auro-banner__bundled.js" type="module"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-banner@3.1.0/dist/auro-banner__bundled.js" type="module"></script> | ||
``` | ||
|
||
<!-- AURO-GENERATED-CONTENT:END --> | ||
|
||
## auro-banner use cases | ||
|
||
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../docs/partials/useCases.md) --> | ||
<!-- The below content is automatically added from ./../docs/partials/useCases.md --> | ||
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./docs/partials/useCases.md) --> | ||
<!-- The below content is automatically added from ./docs/partials/useCases.md --> | ||
Use the `<auro-banner>` element to: | ||
|
||
* grab the attention of a user | ||
|
@@ -142,8 +142,8 @@ Use the `<auro-banner>` element to: | |
|
||
### Default auro-banner | ||
|
||
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/basic.html) --> | ||
<!-- The below code snippet is automatically added from ./../apiExamples/basic.html --> | ||
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./apiExamples/basic.html) --> | ||
<!-- The below code snippet is automatically added from ./apiExamples/basic.html --> | ||
|
||
```html | ||
<auro-banner billboard> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.