Skip to content

Commit 36c2bdc

Browse files
authored
fix: remove API doc references (#5)
1 parent 8bf5db9 commit 36c2bdc

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[![version](https://img.shields.io/github/v/release/flowscripter/example-host-application?sort=semver)](https://github.com/flowscripter/example-host-application/releases)
44
[![build](https://img.shields.io/github/actions/workflow/status/flowscripter/example-host-application/release-bun-executable.yml)](https://github.com/flowscripter/example-host-application/actions/workflows/release-bun-executable.yml)
55
[![coverage](https://codecov.io/gh/flowscripter/example-host-application/branch/main/graph/badge.svg?token=EMFT2938ZF)](https://codecov.io/gh/flowscripter/example-host-application)
6-
[![docs](https://img.shields.io/badge/docs-API-blue)](https://flowscripter.github.io/example-host-application/index.html)
76
[![license: MIT](https://img.shields.io/github/license/flowscripter/example-host-application)](https://github.com/flowscripter/example-host-application/blob/main/LICENSE)
87

98
> Example host application executable for the
@@ -71,24 +70,12 @@ Lint:
7170

7271
`deno lint index.ts src/ tests/`
7372

74-
Generate HTML API Documentation:
75-
76-
`deno doc --html --name=example-host-application index.ts`
77-
7873
## Documentation
7974

80-
### Framework API
81-
8275
Refer to the
8376
[dynamic-plugin-framework](https://github.com/flowscripter/dynamic-plugin-framework)
8477
for an overview of what this example is demonstrating.
8578

86-
### API
87-
88-
Link to auto-generated API docs:
89-
90-
[API Documentation](https://flowscripter.github.io/example-host-application/index.html)
91-
9279
## License
9380

9481
MIT © Flowscripter

0 commit comments

Comments
 (0)