Skip to content

Commit

Permalink
Merge pull request #34 from RightCapitalHQ/feature/update-readme-docs
Browse files Browse the repository at this point in the history
docs: update README files to add API Reference link for new packages
  • Loading branch information
rainx authored Oct 25, 2023
2 parents 423a222 + 72d48e3 commit 9da50d5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ This is a Mono repository contains a set of useful libraries/helpers in TypeScri

it including the following packages:

- @rightcapital/exceptions: This library provides a set of standard Exceptions ([docs](https://github.com/RightCapitalHQ/frontend-libraries/tree/main/packages/exceptions/docs))
- @rightcapital/exceptions: This library provides a set of standard Exceptions ([API Reference](https://github.com/RightCapitalHQ/frontend-libraries/tree/main/packages/exceptions/docs))
- @rightcapital/date-helpers: A utility class providing various date formatting and parsing methods in TypeScript. ([API Reference](https://github.com/RightCapitalHQ/frontend-libraries/blob/main/packages/date-helpers/docs/modules.md))

## Development

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "docs: update README files to add API Reference link for new packages",
"packageName": "@rightcapital/exceptions",
"email": "[email protected]",
"dependentChangeType": "patch"
}
2 changes: 1 addition & 1 deletion packages/exceptions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ try {
}
```

## Modules
## API Reference

[Here](/packages/exceptions/docs/modules.md) is the API documentation for the modules included in the package.

0 comments on commit 9da50d5

Please sign in to comment.