Skip to content

Commit

Permalink
draft doc outline
Browse files Browse the repository at this point in the history
  • Loading branch information
googley42 committed Sep 15, 2024
1 parent c1bdefd commit 869e265
Show file tree
Hide file tree
Showing 11 changed files with 83 additions and 4 deletions.
8 changes: 8 additions & 0 deletions docs/concepts/architecture.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
id: architecture
title: "Architecture"
---

# Architecture

TODO
7 changes: 7 additions & 0 deletions docs/concepts/high-level-api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
id: high-level-api
title: "High Level API"
---

# High Level API
TODO
7 changes: 7 additions & 0 deletions docs/concepts/low-level-api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
id: low-level-api
title: "Low Level API"
---

# Low Level API
TODO
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions docs/reference/attribute-value.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
id: attribute-value
title: "AttributeValue"
---

# AttributeValue

TODO

mention aliases
8 changes: 8 additions & 0 deletions docs/reference/dynamodb-query.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
id: dynamodb-query
title: "DynamoDBQuery"
---

# DynamoDBQuery

TODO
8 changes: 8 additions & 0 deletions docs/reference/projection-expression.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
id: projection-expression
title: "ProjectionExpression"
---

# ProjectionExpression

TODO
39 changes: 35 additions & 4 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,41 @@ const sidebars = {
collapsed: false,
link: { type: "doc", id: "index" },
items: [
"getting-started",
"cheat-sheet",
"codec-customization",
"transactions",
// Concepts
{
type: "category",
collapsed: false,
label: "Concepts",
items: [
"concepts/architecture",
"concepts/low-level-api",
"concepts/high-level-api",
"concepts/transactions",
],

},
// Guides
{
type: "category",
collapsed: false,
label: "Guides",
items: [
"guides/getting-started",
"guides/cheat-sheet",
"guides/codec-customization"
]
},
// Reference
{
type: "category",
collapsed: false,
label: "Reference",
items: [
"reference/dynamodb-query",
"reference/attribute-value",
"reference/projection-expression",
]
}
]
}
]
Expand Down

0 comments on commit 869e265

Please sign in to comment.