https://github.com/caffeinum/docs
https://github.com/caffeinum/docs
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/caffeinum/docs
- Owner: caffeinum
- Created: 2024-12-12T09:56:14.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-12T23:12:12.000Z (6 months ago)
- Last Synced: 2025-02-10T12:46:14.252Z (4 months ago)
- Language: MDX
- Size: 171 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Moai Chain Documentation
This repository contains the official documentation for Moai Chain - the first L2 blockchain with native AI capabilities.
## Local Development
Install the [Mintlify CLI](https://www.npmjs.com/package/mintlify) to preview the documentation changes locally:
```bash
npm i -g mintlify
```Run the following command at the root of your documentation (where `mint.json` is):
```bash
mintlify dev
```## Structure
- `get-started/` - Getting started guides
- `essentials/` - Core concepts and features
- `mint.json` - Documentation configuration## Contributing
1. Fork the repository
2. Create your feature branch
3. Make your changes
4. Submit a pull request## Need Help?
- Check the [documentation](https://docs.moai.ltd)
- Try our [interactive demo](https://gekkon.moai.ltd)