Files
Baradb/docs/index.md
T
dimgigov a526a3aef9 docs: remove non-English/Bulgarian language docs, fix links
Remove ar, de, fa, ru, tr, zh documentation folders.
Update docs/index.md and docs/bg/index.md to only list en/bg.
Update README badge from 7 to 2 languages.
Update changelog entry for Bulgarian docs.
2026-05-21 09:44:17 +03:00

65 lines
1.6 KiB
Markdown

# BaraDB Documentation
**A multimodal database engine written in Nim — 100% native, zero dependencies.**
## Documentation Languages
- [English](en/)
- [Български (Bulgarian)](bg/)
---
## Quick Links
### Getting Started
- [Installation](en/installation.md)
- [Quick Start](en/quickstart.md)
- [Architecture Overview](en/architecture.md)
- [Configuration Reference](en/configuration.md)
- [Deployment Guide](en/deployment.md)
### Core Concepts
- [BaraQL Query Language](en/baraql.md)
- [Storage Engines](en/storage.md)
- [Schema System](en/schema.md)
- [Cross-Modal Queries](en/crossmodal.md)
### Engines
- [LSM-Tree Storage](en/lsm.md)
- [B-Tree Index](en/btree.md)
- [Vector Search](en/vector.md)
- [Graph Engine](en/graph.md)
- [Full-Text Search](en/fts.md)
- [Columnar Storage](en/columnar.md)
### API & Clients
- [Client SDKs](en/clients.md)
- [Binary Protocol](en/api-binary.md)
- [HTTP/REST API](en/api-http.md)
- [WebSocket API](en/api-websocket.md)
- [Protocol Reference](en/protocol.md)
### Operations
- [Performance & Benchmarks](en/performance.md)
- [Security Guide](en/security.md)
- [Monitoring & Observability](en/monitoring.md)
- [Backup & Recovery](en/backup.md)
- [Troubleshooting](en/troubleshooting.md)
### Advanced
- [Transactions & MVCC](en/transactions.md)
- [Distributed Systems](en/distributed.md)
- [User Defined Functions](en/udf.md)
---
## Project Info
- [Changelog](en/changelog.md)
- [License](../LICENSE)
- [GitHub Repository](https://github.com/katehonz/barabaDB)
---
*To add a new language, create a new folder in `docs/` with the language code and add a link above.*