Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caffeinum/docs
https://github.com/caffeinum/docs
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/caffeinum/docs
- Owner: caffeinum
- Created: 2024-12-12T09:56:14.000Z (11 days ago)
- Default Branch: main
- Last Pushed: 2024-12-12T11:31:22.000Z (10 days ago)
- Last Synced: 2024-12-12T11:32:11.749Z (10 days ago)
- Language: MDX
- Size: 159 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)