Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/modeling/custom-proc.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ description: ZenStack custom procedures
---

import ZModelVsPSL from '../_components/ZModelVsPSL';
import PreviewFeature from '../_components/PreviewFeature'
import PreviewFeature from '../_components/PreviewFeature';
import AvailableSince from '../_components/AvailableSince';

# Custom Procedure

<PreviewFeature name="Custom procedure" />

<AvailableSince version="3.2.0" />

<ZModelVsPSL>
Custom procedure is a ZModel feature and doesn't exist in PSL.
</ZModelVsPSL>
Expand Down
5 changes: 4 additions & 1 deletion docs/orm/custom-proc.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@ sidebar_position: 13
description: ORM custom procedures
---

import PreviewFeature from '../_components/PreviewFeature'
import PreviewFeature from '../_components/PreviewFeature';
import AvailableSince from '../_components/AvailableSince';

# Custom Procedures

<PreviewFeature name="Custom procedure" />

<AvailableSince version="3.2.0" />

:::info
Please refer to the [Modeling](../modeling/custom-proc.md) part for how to define custom procedures in ZModel.
:::
Expand Down
Loading