Skip to content

Commit

Permalink
Update docs website configs
Browse files Browse the repository at this point in the history
- Fix trailing slash config for GitHub Pages deployment
- Upgrade docusaurus version to 2.4.3
- Remove unused API reference stubs
  • Loading branch information
firenero committed Sep 30, 2023
1 parent 6ac8bdd commit 790c396
Show file tree
Hide file tree
Showing 7 changed files with 301 additions and 319 deletions.
7 changes: 0 additions & 7 deletions website/docs/api_reference/delete-item.md

This file was deleted.

7 changes: 0 additions & 7 deletions website/docs/api_reference/put-item.md

This file was deleted.

7 changes: 0 additions & 7 deletions website/docs/api_reference/update-item.md

This file was deleted.

2 changes: 1 addition & 1 deletion website/docs/efficient_dynamo_db/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ Intel Core i7-8550U CPU 1.80GHz (Kaby Lake R), 1 CPU, 8 logical and 4 physical c
## Compatibility with official [AWS SDK for .NET](https://github.com/aws/aws-sdk-net)

**EfficientDynamoDb** API is quite similar to the official DynamoDB SDK for .NET, so migration should be relatively easy.
The most significant differences are described in the [compatibility guide](./dev-guide/sdk-compatibility).
The most significant differences are described in the [compatibility guide](../dev_guide/sdk-compatibility.md).
1 change: 1 addition & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module.exports = {
tagline: 'High performance DynamoDB library',
url: 'https://alloczero.github.io',
baseUrl: '/EfficientDynamoDb/',
trailingSlash: false,
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
Expand Down
592 changes: 297 additions & 295 deletions website/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"clear": "docusaurus clear"
},
"dependencies": {
"@docusaurus/core": "2.4.1",
"@docusaurus/preset-classic": "2.4.1",
"@docusaurus/core": "2.4.3",
"@docusaurus/preset-classic": "2.4.3",
"@mdx-js/react": "^1.6.21",
"clsx": "^1.1.1",
"react": "^16.8.4",
Expand Down

0 comments on commit 790c396

Please sign in to comment.