-
Notifications
You must be signed in to change notification settings - Fork 43
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
Add --recursive option to doc sync command #313
Conversation
This option causes a simple recursive search of the supplied folder.
@ollyfg Can you rebase the latest |
…eadmeio#325) * feat: dropping support for node 10 * test: fixing a broken test on node 14 * ci: updating the ci workflow to use node 12+ * ci: upgrading the codeql workflow to the latest way it configs * chore(deps-dev): upgrading jest to v27 * chore(deps-dev): upgrading code styling dev deps * chore(deps-dev): upgrading nock to the latest version * chore: removing a swagger file that shouldnt be in the root dir? * ci: updating codeql to run on `main` not `master` * fix: removing the `main` declaration because it doesnt exist
* feat: dropping support for node 10 * test: fixing a broken test on node 14 * ci: updating the ci workflow to use node 12+ * ci: upgrading the codeql workflow to the latest way it configs * chore(deps-dev): upgrading jest to v27 * chore(deps-dev): upgrading code styling dev deps * chore(deps-dev): upgrading nock to the latest version * chore: removing a swagger file that shouldnt be in the root dir? * ci: updating codeql to run on `main` not `master` * chore: updating the license to be 2021 * chore: renaming the test directory to `__tests__` * chore: various dotfile cleanup * chore: moving the codebase into a `src/` directory structure
@rahulhegdee This might collide with the work that you're planning on doing, you mind reviewing this? ty |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small fix but otherwise, looks good to me!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
This option causes a simple recursive search of the supplied folder, nothing fancy.