-
Notifications
You must be signed in to change notification settings - Fork 30
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
Move README
content into code as TypeDoc
#50
Labels
enhancement
New feature or request
Comments
steveluscher
added a commit
that referenced
this issue
Jan 14, 2025
This PR moves content from the `README` into the code. Preview here: https://illustrious-gumption-b4d2fe.netlify.app/modules/_solana_accounts.html Addresses #50
This was referenced Jan 16, 2025
steveluscher
added a commit
that referenced
this issue
Jan 20, 2025
This PR moves content from the README into the code. Addresses #50 # Test Plan ```shell cd packages/errors pnpm typedoc --watch \ --plugin typedoc-plugin-missing-exports \ --plugin typedoc-plugin-mdn-links python3 -m http.server -d docs ``` Preview here: https://silly-creponne-8b5941.netlify.app/
steveluscher
pushed a commit
that referenced
this issue
Jan 31, 2025
This PR moves content from the README into the code. Addresses #50 # Test Plan ```shell cd packages/signers pnpm typedoc --watch --plugin typedoc-plugin-missing-exports python3 -m http.server -d docs ``` Preview here: https://boisterous-alfajores-c0ea79.netlify.app/
This was referenced Feb 10, 2025
steveluscher
pushed a commit
that referenced
this issue
Feb 19, 2025
This PR adds TypeDoc-compatible docblocks to all items inside the `codecs-core` package. Addresses #50 # Test Plan ```shell cd packages/codecs-core pnpm typedoc --watch --plugin typedoc-plugin-missing-exports python3 -m http.server -d docs ``` Preview here: https://sage-froyo-f89394.netlify.app/
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pnpm turbo compile:ghpages --output-logs=errors-only
andpython3 -m http.server -d docs
in a separate terminalThe text was updated successfully, but these errors were encountered: