https://github.com/usemarble/docs
Documentation for marblecms
https://github.com/usemarble/docs
marble marblecms mintlify
Last synced: 4 months ago
JSON representation
Documentation for marblecms
- Host: GitHub
- URL: https://github.com/usemarble/docs
- Owner: usemarble
- Created: 2025-03-16T09:39:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-10T23:26:33.000Z (5 months ago)
- Last Synced: 2026-01-10T23:35:23.422Z (5 months ago)
- Topics: marble, marblecms, mintlify
- Language: MDX
- Homepage: https://docs.marblecms.com
- Size: 945 KB
- Stars: 2
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Marble Documentation
Documentation for Marble and its API built with [Mintlify](https://mintlify.com).
## Project Structure
```
docs/
├── content/ # Documentation content
│ ├── api-reference/ # API endpoint documentation
│ │ ├── endpoint/ # Individual endpoint docs
│ │ ├── introduction.mdx # API overview
│ │ └── pagination.mdx # Pagination guide
│ └── guides/ # Integration guides and tutorials
│ ├── integrations/ # Framework-specific guides
│ ├── introduction.mdx # Getting started
│ └── quickstart.mdx # Quick setup guide
├── images/ # Documentation images and assets
├── logo/ # Brand assets
├── snippets/ # Reusable content snippets
├── docs.json # Mintlify configuration
└── README.md # This file
```
## Development
Install the [Mintlify CLI](https://www.npmjs.com/package/mintlify):
```bash
npm i -g mintlify
```
Start the development server:
```bash
mintlify dev
```
---
Built with ❤️ using [Mintlify](https://mintlify.com)