Skip to content

Commit 7fd1d80

Browse files
committed
Add first draft of @strapi-utils package documentation
1 parent 8135194 commit 7fd1d80

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Utilities
2+
title: strapi-utils
33
description: The @strapi/utils package provides shared utility functions for error handling, environment variables, data validation, hooks, string manipulation, and more.
44
displayed_sidebar: cmsSidebar
55
tags:
@@ -12,7 +12,7 @@ tags:
1212
- primitives
1313
---
1414

15-
# Utilities
15+
# `strapi-utils`
1616

1717
<Tldr>
1818
The `@strapi/utils` package provides shared helper functions used across Strapi's core and available for use in custom code. It includes error classes, environment variable helpers, hook factories, type parsing, string and file utilities, and async helpers.

docusaurus/sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ const sidebars = {
423423
'cms/error-handling',
424424
'cms/templates',
425425
'cms/testing',
426+
'cms/strapi-utils',
426427
],
427428
},
428429
{

0 commit comments

Comments
 (0)