Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aag1024 committed Jan 10, 2025
1 parent 948fc86 commit 14b08a4
Show file tree
Hide file tree
Showing 35 changed files with 66 additions and 49 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# DynamoBao

[![GitHub stars](https://img.shields.io/github/stars/adriangraham/dynamo-bao.svg?style=social&label=Star)](https://github.com/adriangraham/dynamo-bao)
[![npm version](https://badge.fury.io/js/dynamo-bao.svg)](https://badge.fury.io/js/dynamo-bao)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

DynamoBao is a simple lightweight library for building DynamoDB models in JavaScript. I've used
DynamoDB for years and generally love it, but find getting started difficult and repetitive.
DynamoBao is the tool I wish I had when I started.
Expand Down
2 changes: 1 addition & 1 deletion docs/BaoFields.BaoBaseField.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/BaoFields.BinaryField.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/BaoFields.BooleanField.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/BaoFields.CounterField.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/BaoFields.CreateDateField.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/BaoFields.DateTimeField.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/BaoFields.FloatField.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/BaoFields.IntegerField.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/BaoFields.ModifiedDateField.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/BaoFields.RelatedField.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/BaoFields.StringField.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/BaoFields.TtlField.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/BaoFields.UlidField.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/BaoFields.VersionField.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/BaoFields.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/BaoModel.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/FilterExpressionBuilder.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/ObjectNotFound.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/fields.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/filter-expression.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/mixins_batch-loading-mixin.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/mixins_mutation-mixin.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/mixins_query-mixin.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/model.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/object-not-found.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/tutorial-01-model-definitions.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/tutorial-02-query-and-filter.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/tutorial-04-changing-models.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/tutorial-05-ttl-fields.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/tutorial-06-custom-fields.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/tutorial-07-command-line-tools.html

Large diffs are not rendered by default.

15 changes: 14 additions & 1 deletion jsdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,20 @@
"include_css": ["./jsdoc.css"],
"homepageTitle": "DynamoBao",
"title": "DynamoBao",
"sections": ["Tutorials", "Namespaces", "Classes"]
"sections": ["Tutorials", "Namespaces", "Classes"],
"create_style": ".gh-button-container { position: fixed; top: 20px; right: 200px; z-index: 100; }",
"menu": [
{
"title": "🔗 Github",
"link": "https://github.com/adriangraham/dynamo-bao",
"target": "_blank"
},
{
"title": "📦 NPM",
"link": "https://www.npmjs.com/package/dynamo-bao",
"target": "_blank"
}
]
},
"readme": "./README.md",
"tutorials": "./tutorials"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/adriangraham/dynamo-bao.git"
"url": "https://github.com/adriangraham/dynamo-bao"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.521.0",
Expand Down

0 comments on commit 14b08a4

Please sign in to comment.