Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/markdown/python/base_batch.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
Note - Starting version `2.0.0`, the `Batch` class will be available and replace the `Transaction` class.
::: glide.async_commands.batch.BaseBatch
1 change: 0 additions & 1 deletion docs/markdown/python/cluster_batch.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
Note - Starting version `2.0.0`, the `Batch` class will be available and replace the `Transaction` class.
::: glide.async_commands.batch.ClusterBatch
2 changes: 0 additions & 2 deletions docs/markdown/python/cluster_transaction.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/markdown/python/standalone_batch.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
Note - Starting version `2.0.0`, the `Batch` class will be available and replace the `Transaction` class.
::: glide.async_commands.batch.Batch
2 changes: 0 additions & 2 deletions docs/markdown/python/standalone_transaction.md

This file was deleted.

16 changes: 6 additions & 10 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,19 @@ nav:
- Core Commands: python/core.md
- Cluster Commands: python/cluster_commands.md
- Standalone Commands: python/standalone_commands.md
- Base Batch (from version 2.0.0): python/base_batch.md
- Standalone Batch (from version 2.0.0): python/standalone_batch.md
- Cluster Batch (from version 2.0.0): python/cluster_batch.md
- Standalone Transaction (deprecated): python/standalone_transaction.md
- Cluster Transaction (deprecated): python/cluster_transaction.md
- Base Batch: python/base_batch.md
- Standalone Batch: python/standalone_batch.md
- Cluster Batch: python/cluster_batch.md
- Exceptions: python/exceptions.md
- Logger: python/logger.md
- TypeScript:
- Client and Commands:
- Standalone: node/GlideClient/classes/GlideClient.md
- Cluster: node/GlideClusterClient/classes/GlideClusterClient.md
- Base: node/BaseClient/classes/BaseClient.md
- Base Batch (from version 2.0.0): node/Batch/classes/BaseBatch.md
- Standalone Batch (from version 2.0.0): node/Batch/classes/Batch.md
- Cluster Batch (from version 2.0.0): node/Batch/classes/ClusterBatch.md
- Transaction (deprecated): node/Batch/classes/Transaction.md
- Cluster Transaction (deprecated): node/Batch/classes/ClusterTransaction.md
- Base Batch: node/Batch/classes/BaseBatch.md
- Standalone Batch: node/Batch/classes/Batch.md
- Cluster Batch: node/Batch/classes/ClusterBatch.md
- config: node/BaseClient/interfaces/BaseClientConfiguration.md
- Modules:
- JSON: node/server-modules/GlideJson/classes/GlideJson.md
Expand Down
3 changes: 2 additions & 1 deletion node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@
"staged": "lint-staged",
"prereq": "npm install",
"artifacts": "napi artifacts",
"prepublishOnly": "cd ../.. && napi prepublish --config npm/glide/package.json -t npm --skip-gh-release"
"prepublishOnly": "cd ../.. && napi prepublish --config npm/glide/package.json -t npm --skip-gh-release",
"docs": "npm run build && ./docs/build-docs"
},
"devDependencies": {
"@jest/globals": "29",
Expand Down
Loading