Skip to content

KeraDB/keradb.github.io

Repository files navigation

KeraDB Documentation

Project Structure

keradb-docs/
├── docs/                          # Documentation files
│   ├── intro.md                   # Homepage
│   ├── getting-started/           # Getting started guides
│   │   ├── nodejs.md
│   │   └── python.md
│   ├── api-reference/             # API documentation
│   │   └── core-concepts.md
│   ├── query-guide.md             # Query operators guide
│   ├── examples.md                # Code examples
│   └── contributing.md            # Contributing guidelines
├── src/                           # React components
│   ├── components/
│   ├── css/
│   └── pages/
├── static/                        # Static files (images, etc.)
├── .github/workflows/             # GitHub Actions workflows
│   └── deploy.yml
├── docusaurus.config.ts           # Site configuration
├── sidebars.ts                    # Sidebar navigation
└── package.json

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5