Skip to content

Commit

Permalink
chore: Capitalize containers section in docs (#4471)
Browse files Browse the repository at this point in the history
# Description

## Problem\*

## Summary\*

The "containers" section of noir's docs was the only section not
capitalized previously

## Additional Context

I checked "Documentation included in this PR." so that docs can be
regenerated for this PR and we can see the section is capitalized.

## Documentation\*

Check one:
- [ ] No documentation needed.
- [x] Documentation included in this PR.
- [ ] **[Exceptional Case]** Documentation to be submitted in a separate
PR.

# PR Checklist\*

- [ ] I have tested the changes locally.
- [ ] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
  • Loading branch information
jfecher authored Mar 4, 2024
1 parent 17f343b commit 2ce8958
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/docs/noir/standard_library/containers/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Containers
description: Container types provided by Noir's standard library for storing and retrieving data
keywords: [containers, data types, vec, hashmap]
---

0 comments on commit 2ce8958

Please sign in to comment.