From 5275e94ca266e5332e87b0c3dd01a1f56047761f Mon Sep 17 00:00:00 2001 From: Joep Meindertsma Date: Fri, 15 Oct 2021 14:31:40 +0200 Subject: [PATCH] #100 add typedoc links --- lib/README.md | 2 ++ react/README.md | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/README.md b/lib/README.md index ab9df0a64..4e0c4bc5e 100644 --- a/lib/README.md +++ b/lib/README.md @@ -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/). diff --git a/react/README.md b/react/README.md index 73d0300f8..624615cef 100644 --- a/react/README.md +++ b/react/README.md @@ -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.