Skip to content

Commit

Permalink
fix(UXPT-5817): update docs (#1415)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilWelsh committed Nov 16, 2023
1 parent a15b8a3 commit d823d4f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
![Node.js CI](https://github.com/priceline/design-system/workflows/Node.js%20CI/badge.svg)
[![Coverage][coverage-badge]][coverage]
[![npm version][npm version]][npm version]
[![Total alerts](https://img.shields.io/lgtm/alerts/g/priceline/design-system.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/priceline/design-system/alerts/)
[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/priceline/design-system.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/priceline/design-system/context:javascript)
![bundlephobia-badge]
[![Storybook](https://cdn.jsdelivr.net/gh/storybookjs/brand@master/badge/badge-storybook.svg)][storybook]

Expand All @@ -20,7 +18,6 @@ For all contributors, please be sure to read the [Contributing](CONTRIBUTING.md)

## Documentation

- [Docs][site]
- [Storybook][storybook]

## Motivation
Expand Down Expand Up @@ -105,6 +102,5 @@ We hope to accomplish these goals by:
[coverage]: https://codecov.io/github/priceline/design-system
[coverage-badge]: https://img.shields.io/codecov/c/github/priceline/design-system.svg?style=flat-square
[npm version]: https://img.shields.io/npm/v/pcln-design-system.svg?style=flat-square
[site]: https://priceline.github.io/design-system/
[storybook]: https://main--5a85e56213417800200978ab.chromatic.com
[bundlephobia-badge]: https://badgen.net/bundlephobia/minzip/pcln-design-system?color=cyan
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "pcln-design-system",
"comment": "update README",
"type": "patch"
}
],
"packageName": "pcln-design-system"
}
6 changes: 1 addition & 5 deletions packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

[![Coverage][coverage-badge]][coverage]
[![npm version][npm version]][npm version]
[![Total alerts](https://img.shields.io/lgtm/alerts/g/priceline/design-system.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/priceline/design-system/alerts/)
[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/priceline/design-system.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/priceline/design-system/context:javascript)
![bundlephobia-badge]

```sh
Expand All @@ -12,7 +10,6 @@ npm install pcln-design-system

## Documentation

- [Docs][site]
- [Storybook][storybook]

## Motivation
Expand Down Expand Up @@ -43,6 +40,5 @@ We hope to accomplish these goals by:
[coverage]: https://codecov.io/github/priceline/design-system
[coverage-badge]: https://img.shields.io/codecov/c/github/priceline/design-system.svg?style=flat-square
[npm version]: https://img.shields.io/npm/v/pcln-design-system.svg?style=flat-square
[site]: https://priceline.github.io/design-system/
[storybook]: https://priceline.github.io/design-system/storybook/
[storybook]: https://main--5a85e56213417800200978ab.chromatic.com
[bundlephobia-badge]: https://badgen.net/bundlephobia/minzip/pcln-design-system?color=cyan

0 comments on commit d823d4f

Please sign in to comment.