anoma / namada-interface

Apache License 2.0
77 stars 98 forks source link

Sdk: Don't copy README when building docs #940

Open emccorson opened 1 month ago

emccorson commented 1 month ago

Currently when running yarn build:docs the README in packages/sdk/README.md will be copied to packages/sdk/docs/README.md. For now, the one that is already in docs is better, so we should add an option to the typedoc/typedoc-plugin-markdown config to stop the README file being copied over.