Skip to content
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

Feat: Generate api documentation and host as github page #156

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ros2jsguy
Copy link

As a quick experiment I recently forked this repo solely to generate and host the api docs. The docs look pretty good (https://ros2jsguy.github.io/blueshell-docs/). This PR proposes to rehome that small bit of work to the main repo. The commit will generate the api docs in html format. In addition, a user with admin privileges to this repo will need to enable github pages (under settings menu) on the repo and point to deployment folder, (./docs).

package.json

  • adds typedoc lib and build:doc script to generate api docs to a ./doc folder

README.md

  • added a URL link to the git page where api docs are deployed.

package.json
- adds typedoc lib and build:doc script to generate api docs to a ./doc
folder

README.md
- added a URL link to the git page where api docs are deployed.
@ros2jsguy ros2jsguy changed the title Generate api documentation and host as github page Feat: Generate api documentation and host as github page Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant