-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comprehensive reference and guide #89
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tuler review requested
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR.
I think most of the changes should be part of the documentation generated from typescript code.
I didn't have time to setup that generation yet.
README.md
Outdated
|
||
### 2. Create notices, vouchers and reports | ||
|
||
#### `createNotice(request: { payload: 0x${string}; }): Promise<number>` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is actually a method of the App
interface.
For a reference manual I'd rather have something generated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hi @tuler I pushed some changes
For the auto-generation, are we looking at something like TypeDoc? need some elaborate feedback there. thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Regarding documentation generation I'd experiment three alternatives:
I configured typedoc myself, using the monorepo guidelines described at https://typedoc.org/api/#md:monorepos--workspaces. I even tried the upcoming beta version, which improves support for monorepos, among other things. Documentation is generated ok, but I don't like the result very much. If that doesn't work well either, I'll reevaluate the options. |
Documentation already published at https://deroll.dev |
Brief
Activities