# databend-internals **Repository Path**: githubnet/databend-internals ## Basic Information - **Project Name**: databend-internals - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-16 - **Last Updated**: 2024-04-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
## 文档构建 本项目文档位于 [docs](./docs/) 目录下,由静态站点生成器 [Zola](https://getzola.org/) 和 [AdiDoks](https://github.com/aaranxu/adidoks) 主题强力驱动。 欲要在本地构建此项目所含文档,请参考 [Installation | Zola](https://www.getzola.org/documentation/getting-started/installation/) 预先安装 *Zola* 。 ```bash # 同步主题文件 git submodule update --init --recursive # 进入 docs 目录 cd docs # 构建并托管 zola serve ``` ## 代码构建 本项目代码位于 [minibend](./minibend/) 目录下,由 Rust 编程语言开发。 欲要在本地构建此项目所含代码,请预先安装 *Rust 工具链* ,这里推荐使用