From 8c2e51eddcc98d6637a3c025856484d417b66fcf Mon Sep 17 00:00:00 2001 From: Turadg Aleahmad Date: Fri, 26 Apr 2024 09:44:32 -0700 Subject: [PATCH] docs: generate orchestration docs --- packages/orchestration/README.md | 3 ++- packages/orchestration/typedoc.json | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/orchestration/README.md b/packages/orchestration/README.md index 19d382cd9c23..8369097ddde4 100644 --- a/packages/orchestration/README.md +++ b/packages/orchestration/README.md @@ -1,4 +1,5 @@ # Orchestration - Interface for Cosmos Interchain Accounts [(ICS-27)](https://github.com/cosmos/ibc/blob/main/spec/app/ics-027-interchain-accounts/README.md). + +Usage examples can be found in the [test/examples](https://github.com/Agoric/agoric-sdk/tree/master/packages/orchestration/test/examples) directory. diff --git a/packages/orchestration/typedoc.json b/packages/orchestration/typedoc.json index 3d381684efd6..866c621516ef 100644 --- a/packages/orchestration/typedoc.json +++ b/packages/orchestration/typedoc.json @@ -2,5 +2,7 @@ "extends": [ "../../typedoc.base.json" ], - "entryPoints": [] + "entryPoints": [ + "index.js", + ] }