You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/products/api-def/asyncapi-pages/automation.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Sync your AsyncAPI Specification
2
+
title: Sync your AsyncAPI specification
3
3
subtitle: Automatically sync your AsyncAPI spec changes to keep SDKs and docs up to date
4
4
---
5
5
@@ -85,7 +85,7 @@ api:
85
85
version: 0.8.8
86
86
```
87
87
88
-
### From Git repository
88
+
### From git repository
89
89
```yaml title="generators.yml" {3-7}
90
90
api:
91
91
specs:
@@ -200,4 +200,4 @@ api:
200
200
version: 0.8.8
201
201
```
202
202
203
-
This ensures that any breaking changes to your AsyncAPI specification are detected and the appropriate team members are notified before the changes are propagated to your SDKs and documentation.
203
+
This ensures that any breaking changes to your AsyncAPI specification are detected and the appropriate team members are notified before the changes are propagated to your SDKs and documentation.
0 commit comments