Skip to content

Guides toc refactor #155

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 9, 2025
Merged
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
2 changes: 1 addition & 1 deletion docs/defradb/guides/akash-deployment.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
sidebar_label: Akash Deployment Guide
sidebar_position: 60
sidebar_position: 70
---
# Deploy DefraDB on Akash

2 changes: 1 addition & 1 deletion docs/defradb/guides/deployment-guide.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
sidebar_label: Deployment Guide
sidebar_position: 70
sidebar_position: 80
---
# A Guide to DefraDB Deployment
DefraDB aspires to be a versatile database, supporting both single-node and clustered deployments. In a clustered setup, multiple nodes collaborate seamlessly. This guide walks you through deploying DefraDB, from single-node configurations to cloud and server environments. Let’s begin.
2 changes: 1 addition & 1 deletion docs/defradb/guides/schema-migration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
sidebar_label: Schema Migration Guide
sidebar_position: 60
sidebar_position: 90
---
# A Guide to Schema Migration in DefraDB

2 changes: 1 addition & 1 deletion docs/defradb/guides/secondary-index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
sidebar_label: Secondary index guide
sidebar_position: 80
sidebar_position: 60
---

## Introduction