An open API service indexing awesome lists of open source software.

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

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.