Skip to content

Commit

Permalink
storage-plus: don't format headers as code
Browse files Browse the repository at this point in the history
  • Loading branch information
uint committed Aug 8, 2024
1 parent 6f21fbc commit c56cffb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pages/cw-storage-plus/containers/deque.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ tags: ["storage-plus", "containers"]

import { Callout } from "nextra/components";

# `Deque`
# Deque

A `Deque` is a container that imitates a traditional double-ended queue. It's designed for efficient
pushes and pops from either the beginning or end, making it suitable for use as a queue or stack.
Expand Down
2 changes: 1 addition & 1 deletion src/pages/cw-storage-plus/containers/item.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ tags: ["storage-plus", "containers"]

import { Callout } from "nextra/components";

# `Item`
# Item

An `Item` is a container that contains a single value that is potentially stored in some storage
identified by a unique key.
Expand Down
2 changes: 1 addition & 1 deletion src/pages/cw-storage-plus/containers/map.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ tags: ["storage-plus", "containers"]

import { Callout } from "nextra/components";

# `Map`
# Map

A `Map` is a key-value store. Unlike the raw storage backend, the keys and values of a map are
typed.
Expand Down

0 comments on commit c56cffb

Please sign in to comment.