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 6546d0a
Show file tree
Hide file tree
Showing 5 changed files with 14 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
1 change: 1 addition & 0 deletions generated-docs/api/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# API Reference
3 changes: 3 additions & 0 deletions generated-docs/api/acs/systems/list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#
/acs/systems/list

1 change: 1 addition & 0 deletions generated-docs/sdk/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# SDK Reference
3 changes: 3 additions & 0 deletions generated-docs/sdk/javascript/acs/systems/list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#
/acs/systems/list

0 comments on commit 6546d0a

Please sign in to comment.