Skip to content

Commit

Permalink
Remove README from documentation api section (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-yz-liu authored May 24, 2024
1 parent f13e248 commit 5c223d1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 83 deletions.
82 changes: 0 additions & 82 deletions docs/docs/99-api/index.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/docs/99-api/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ the produced canvas

#### Defined in

[user_functions.ts:29](https://github.com/david-yz-liu/memory-viz/blob/4d72b15/memory-viz/src/user_functions.ts#L29)
[user_functions.ts:29](https://github.com/david-yz-liu/memory-viz/blob/442d14c/memory-viz/src/user_functions.ts#L29)
1 change: 1 addition & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ const config = {
// Plugin / TypeDoc options
{
entryPoints: ["../memory-viz/src/user_functions.ts"],
readme: "none",
tsconfig: "../tsconfig.json",
out: "99-api",
},
Expand Down

0 comments on commit 5c223d1

Please sign in to comment.