Skip to content

docs: update stock_field_overrides to keep the ordering consistent #227

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 15, 2025
Merged
Changes from all 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
8 changes: 4 additions & 4 deletions fern/docs/pages/customization.mdx
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [EkLine]

Where possible, do not structure sentences in future tense. Use present tense instead. (EK00005)

This guide provides an overview of the customization framework and walks you through the process of tracking bugs in your organization. By the end of this guide, you'll be able to:

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [EkLine]

In general, don't use an ellipsis. (EK00011)

"created_by": {...},

Original file line number Diff line number Diff line change
Expand Up @@ -430,22 +430,22 @@ curl --location 'https://api.devrev.ai/internal/schemas.custom.set' \
"uenum_values": [
{
"id": 1,
"label": "Low",
"label": "Blocker",
"ordinal": 1
},
{
"id": 2,
"label": "Medium",
"label": "High",
"ordinal": 2
},
{
"id": 3,
"label": "High",
"label": "Medium",
"ordinal": 3
},
{
"id": 4,
"label": "Blocker",
"label": "Low",
"ordinal": 4
}
],
Expand Down
Loading