Giter VIP home page Giter VIP logo

kuzu-docs's Introduction

Kùzu Documentation

Built with Starlight

This documentation site is built with Astro and Starlight. The sections below describe the site's structure and the commands for installation, local development and build instructions.

🚀 Project Structure

Inside of this Astro + Starlight project, there exist the following folders and files:

.
├── public/
├── src/
│   ├── assets/
│   ├── content/
│   │   ├── docs/
│   │   └── config.ts
│   └── env.d.ts
├── astro.config.mjs
├── package.json
└── tsconfig.json

Starlight looks for .md or .mdx files in the src/content/docs/ directory. Each file is exposed as a route based on its file name.

Note

MDX combines JSX and Markdown to make it easier to write component-driven content like tabbed code blocks. Starlight requires that you work with .mdx files instead of .md when using JSX components. See the official documentation for more information on MDX syntax and why it exists.

Images are added to src/assets/ and embedded in Markdown with a relative link.

Any additional static assets (like fonts, favicon, PDFs, etc.) that will not be processed by Astro are placed in the public/ directory.

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm start Starts local server and builds site
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro -- --help Get help using the Astro CLI

👀 Learn more

Check out Starlight’s docs and read the Astro documentation for further customization of the site.

Deployment

A CI pipeline is configured to deploy the documentation to the server. The pipeline is triggered when a commit is pushed to the main branch. The CI pipeline will automatically build the documentation and deploy it to https://docs.kuzudb.com.

kuzu-docs's People

Contributors

prrao87 avatar mewim avatar semihsalihoglu-uw avatar ray6080 avatar acquamarin avatar andyfenghku avatar benjaminwinger avatar mxwli avatar msebanc avatar hououou avatar russell-liu avatar yiyun-sj avatar riolku avatar neeraj9 avatar sapalli2989 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.