This repository contains the source for the LioranDB documentation website:
- Live site:
https://db.lioransolutions.com - Main project repository:
https://github.com/LioranGroupOfficial/LioranDB
The site is built with Docusaurus and is intended to document the LioranDB ecosystem:
@liorandb/core(embedded, file-based database)@liorandb/db(server + CLI)@liorandb/driver(HTTP client/driver)
- Node.js
>= 20 - npm (recommended) or yarn
Install dependencies:
npm installOr with yarn:
yarnStart the dev server:
npm run startOr:
yarn startOpen http://localhost:3000 in your browser.
- Most docs live under
docs/(MDX). - The sidebar is autogenerated from the
docs/folder structure (seesidebars.ts). - To add a section, create a folder with an optional
_category_.json.
Generate a production build:
npm run buildServe the production build locally:
npm run servenpm run typecheckdocs/— Documentation content (MDX)src/pages/— Custom pages (homepage, etc.)src/components/— React components used by pagesstatic/— Static assets (images, icons)docusaurus.config.ts— Site configuration
Issues and PRs are welcome:
- Create a branch
- Make changes in
docs/orsrc/ - Run
npm run buildandnpm run typecheck - Open a PR
- Docs:
https://db.lioransolutions.com - GitHub:
https://github.com/LioranGroupOfficial/LioranDB
See the main project repository for licensing details.