Skip to content

Commit

Permalink
storey: set up page layout
Browse files Browse the repository at this point in the history
  • Loading branch information
uint committed Jul 10, 2024
1 parent 28f2a02 commit 40c0008
Show file tree
Hide file tree
Showing 14 changed files with 84 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"core": "CosmWasm Core",
"ibc": "IBC",
"sylvia": "Sylvia",
"storey": "Storey",
"cw-storage-plus": "StoragePlus",
"cw-multi-test": "MultiTest",
"how-to-doc": "How to doc",
Expand Down
5 changes: 5 additions & 0 deletions src/pages/storey.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
tags: ["storey"]
---

# Introduction
7 changes: 7 additions & 0 deletions src/pages/storey/_meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"basics": "Basics",
"containers": "Containers",
"container-impl": "Implementing new containers",
"encodings": "Alternative encodings",
"backend": "Alternative backends"
}
7 changes: 7 additions & 0 deletions src/pages/storey/backend.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
tags: ["storey"]
---

import { Callout } from "nextra/components";

# Alternative backends
7 changes: 7 additions & 0 deletions src/pages/storey/basics.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
tags: ["storey"]
---

import { Callout } from "nextra/components";

# Basics
7 changes: 7 additions & 0 deletions src/pages/storey/container-impl.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
tags: ["storey"]
---

import { Callout } from "nextra/components";

# Implementing new containers
7 changes: 7 additions & 0 deletions src/pages/storey/containers.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
tags: ["storey", "containers"]
---

import { Callout } from "nextra/components";

# Containers
5 changes: 5 additions & 0 deletions src/pages/storey/containers/_meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"item": "Item",
"map": "Map",
"column": "Column"
}
7 changes: 7 additions & 0 deletions src/pages/storey/containers/column.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
tags: ["storey", "containers"]
---

import { Callout } from "nextra/components";

# Column
7 changes: 7 additions & 0 deletions src/pages/storey/containers/item.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
tags: ["storey", "containers"]
---

import { Callout } from "nextra/components";

# Item
7 changes: 7 additions & 0 deletions src/pages/storey/containers/map.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
tags: ["storey", "containers"]
---

import { Callout } from "nextra/components";

# Map
3 changes: 3 additions & 0 deletions src/pages/storey/containers/map/_meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"key-impl": "Implementing key types"
}
7 changes: 7 additions & 0 deletions src/pages/storey/containers/map/key-impl.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
tags: ["storey", "containers"]
---

import { Callout } from "nextra/components";

# Implementing key types
7 changes: 7 additions & 0 deletions src/pages/storey/encodings.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
tags: ["storey"]
---

import { Callout } from "nextra/components";

# Alternative encodings

0 comments on commit 40c0008

Please sign in to comment.