https://github.com/pileax-ai/pileax-docs
Documentation for PileaX. 🍀
https://github.com/pileax-ai/pileax-docs
agent ai-powered chat ebook library note notion reading
Last synced: about 1 month ago
JSON representation
Documentation for PileaX. 🍀
- Host: GitHub
- URL: https://github.com/pileax-ai/pileax-docs
- Owner: pileax-ai
- License: mit
- Created: 2026-03-13T01:36:10.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-05-31T18:33:24.000Z (about 1 month ago)
- Last Synced: 2026-05-31T20:18:16.742Z (about 1 month ago)
- Topics: agent, ai-powered, chat, ebook, library, note, notion, reading
- Language: Vue
- Homepage: https://docs.pileax.ai
- Size: 20.4 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Introduction
[PileaX AI](https://github.com/pileax-ai/pileax): One-Stop AI Knowledge Base System. 🍀
## Quick start
### Installation
```shell
pnpm install
```
### Running
```shell
pnpm docs:dev
```
### Build
```shell
pnpm docs:build
```
and preview it locally:
```shell
pnpm docs:preview
```
## I18n
### Docs Directory Structure
```markdown
├── src
│ ├── index.md
│ └── zh
│ └── index.md
```
### Config and Messages
```markdown
.vitepress
├── config
│ ├── common.mts
│ ├── en.mts
│ ├── index.mts
│ └── zh.mts
├── i18n
│ ├── en.json
│ ├── index.ts
│ └── zh.json
```
## Acknowledgements
- The site is built with [Vitepress](https://github.com/vuejs/vitepress).
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.