Skip to content

Commit 273f5d1

Browse files
authored
Add AvailableSince component to custom procedures documentation (#550)
1 parent 23518a4 commit 273f5d1

File tree

3 files changed

+18314
-2
lines changed

3 files changed

+18314
-2
lines changed

docs/modeling/custom-proc.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@ description: ZenStack custom procedures
44
---
55

66
import ZModelVsPSL from '../_components/ZModelVsPSL';
7-
import PreviewFeature from '../_components/PreviewFeature'
7+
import PreviewFeature from '../_components/PreviewFeature';
8+
import AvailableSince from '../_components/AvailableSince';
89

910
# Custom Procedure
1011

1112
<PreviewFeature name="Custom procedure" />
1213

14+
<AvailableSince version="v3.2.0" />
15+
1316
<ZModelVsPSL>
1417
Custom procedure is a ZModel feature and doesn't exist in PSL.
1518
</ZModelVsPSL>

docs/orm/custom-proc.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@ sidebar_position: 13
33
description: ORM custom procedures
44
---
55

6-
import PreviewFeature from '../_components/PreviewFeature'
6+
import PreviewFeature from '../_components/PreviewFeature';
7+
import AvailableSince from '../_components/AvailableSince';
78

89
# Custom Procedures
910

1011
<PreviewFeature name="Custom procedure" />
1112

13+
<AvailableSince version="v3.2.0" />
14+
1215
:::info
1316
Please refer to the [Modeling](../modeling/custom-proc.md) part for how to define custom procedures in ZModel.
1417
:::

0 commit comments

Comments
 (0)