Skip to content

Commit

Permalink
docs: 📝 documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
CourtHive committed Apr 11, 2024
1 parent 1c7c319 commit 26b09d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: tools API
title: API
---

Convenience methods useful for projects working with the Competition Factory.
Expand Down Expand Up @@ -133,6 +133,8 @@ const { extension } = tools.findExtension({ element, name });

## JSON2CSV

See [documentation page](/docs/tools/json-to-csv.mdx).

---

## makeDeepCopy
Expand Down
1 change: 1 addition & 0 deletions documentation/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ module.exports = {
'tools/make-deep-copy',
'tools/structure-sort',
'tools/json-to-csv',
'tools/tools-api',
],
},
{
Expand Down

0 comments on commit 26b09d3

Please sign in to comment.