Skip to content

Commit

Permalink
#100 add typedoc links
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Oct 15, 2021
1 parent b47859e commit 5275e94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions lib/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @tomic/lib: The Atomic Data library for typescript / javascript

[**docs**](https://joepio.github.io/atomic-data-browser/docs/modules/_tomic_lib.html)

Core typescript library for handling JSON-AD parsing, storing Atomic Data, signing Commits, and more.

See [atomicdata.dev](https://atomicdata.dev) and the [Atomic Data Docs](docs.atomicdata.dev/).
Expand Down
6 changes: 3 additions & 3 deletions react/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# @tomic/react: The Atomic Data library for React

_note: this README is being worked on before the actual library is published as an NPM package, so modules might not resolve_
[**demo + template on codesandbox**!](https://codesandbox.io/s/atomic-data-react-template-4y9qu?file=/src/MyResource.tsx:0-1223)

[**docs**](https://joepio.github.io/atomic-data-browser/docs/modules/_tomic_react.html)

A library for viewing and creating Atomic Data.
Should be used in conjunction with `@tomic/lib`.

[**demo + template on codesandbox**!](https://codesandbox.io/s/atomic-data-react-template-4y9qu?file=/src/MyResource.tsx:0-1223)

## Setup

When initializing your App, initialize the store, which will contain all data.
Expand Down

0 comments on commit 5275e94

Please sign in to comment.