Skip to content

Commit

Permalink
Use list
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Jul 23, 2024
1 parent 4fef6f5 commit fa96a5f
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,15 @@ The entire documentation site is hosted by [GitBook] under `/docs`.

Some documentation content, such as the API reference pages,
are automatically generated and updated in `/docs`.

The root of this project is a TypeScript project
and documentation generation is implemented in `/src`.
When a new pull request is opened, code generation will run automatically
in a GitHub workflow and update the PR will any changes.
New PRs are automatically opened by [Dependabot] to ensure regular daily updates.

See the [Development](#development) section below
for how to contribute to the documentation generation tool.

- The root of this project is a TypeScript project
and documentation generation is implemented in `/src`.
- When a new pull request is opened, code generation will run automatically
in a GitHub workflow and update the PR will any changes.
- New PRs are automatically opened by [Dependabot] to ensure regular daily updates.

[Dependabot]: https://docs.github.com/en/code-security/dependabot

## Development
Expand Down

0 comments on commit fa96a5f

Please sign in to comment.