https://github.com/ubicloud/documentation
Ubicloud Documentation
https://github.com/ubicloud/documentation
cloud documentation opensource ubicloud
Last synced: over 1 year ago
JSON representation
Ubicloud Documentation
- Host: GitHub
- URL: https://github.com/ubicloud/documentation
- Owner: ubicloud
- Created: 2024-10-19T07:16:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-26T19:08:40.000Z (over 1 year ago)
- Last Synced: 2025-02-26T20:23:09.597Z (over 1 year ago)
- Topics: cloud, documentation, opensource, ubicloud
- Language: MDX
- Homepage: https://www.ubicloud.com/docs
- Size: 11.7 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: changelog/2024-12-api-playground.png
- Security: security/access-control-1-screenshot.png
Awesome Lists containing this project
README
# Ubicloud Documentation
The documentation for Ubicloud (https://www.ubicloud.com/docs) is based on mdx and hosted by Mintlify.
### Preview
Install the [Mintlify CLI](https://www.npmjs.com/package/mintlify) to preview the documentation changes locally. To install, use the following command
```
npm i -g mintlify
```
Run the following command at the root of your documentation (where mint.json is)
```
mintlify dev
```
### Publishing Changes
The changes will be uploaded to Ubicloud documentation automatically.