-
-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
320c389
commit 99969ac
Showing
14 changed files
with
292 additions
and
233 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# Documentation | ||
|
||
## Overview | ||
|
||
This directory contains the following documents that relate to the project: | ||
|
||
- configuration: | ||
- [Style Modification](./configuration/style-modification.md) describes how to edit the styles of the AsyncAPI component. | ||
- [Configuration Modification](./configuration/config-modification.md) describes the available component configuration options. | ||
- [Configuration Modification](./configuration/config-modification.md) describes the available component configuration options. | ||
- development: | ||
- [Development Guide](./development/guide.md) describes how to set up a development environment, write, and run tests. It also contains the naming and architecture convention. | ||
- [Releasing](./development/releasing.md) describes how to release a new version of the library or playground. It also explains how to create release notes. | ||
- [Development Guide](./development/guide.md) describes how to set up a development environment, write, and run tests. It also contains the naming and architecture convention. | ||
- features: | ||
- [Anchors](./features/anchors.md) describes internal anchors in the AsyncAPI component. | ||
- [Anchors](./features/anchors.md) describes internal anchors in the AsyncAPI component. | ||
- usage: | ||
- [Web Component usage](./usage/web-component.md) describes how to use the `web-component`. | ||
- [Using in Angular](./usage/angular.md) describes how to use the AsyncAPI component in Angular project. | ||
- [Using in NextJS](./usage/nextjs.md) describes how to use the AsyncAPI component in NextJS project. |
Oops, something went wrong.