lightninglabs / lightning-api-ng

Automated API-documentation generation source code for Lightning Lab's FOSS software suite
6 stars 7 forks source link

site: remove unused TS markdown generator #10

Closed jamaljsr closed 1 year ago

jamaljsr commented 1 year ago

Removes all of the TS code used for the prior markdown generator which was ported to golang in #9.

Steps to Test

# run the generator script
$ ./generate.sh

# build the Docusaurus site
$ cd site/
$ yarn build

# preview the built site locally
$ yarn serve