Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/multiwoven/docs

Multiwoven Documentation
https://github.com/multiwoven/docs

data-activation data-analysis data-engineering data-warehouses open-source reverse-etl

Last synced: about 3 hours ago
JSON representation

Multiwoven Documentation

Awesome Lists containing this project

README

        



Multiwoven Logo


The open-source reverse ETL platform for data teams

Your ultimate solution for seamless data sync from warehouse to any application.




Explore the docs »



Report Bug
·
Request Feature
·
Join Our Discord
·
Roadmap
·
X
·
Slack Community

### 🤝 Docs Contribution

First, install the [Mintlify CLI](https://www.npmjs.com/package/mintlify) locally. To install, use the following command

```
npm i -g mintlify
```

__Note__: Please install Node.js (version 18 or higher) before proceeding.

Run the following command at the root of your documentation (where mint.json is)

```
mintlify dev
```

### 😎 Publishing Changes

All changes to the docs should be submitted against the `develop` branch.

PRs from `develop` to `main` will be deployed to production automatically after merge.

#### Troubleshooting

- Mintlify dev isn't running - Run `mintlify install` it'll re-install dependencies.
- Page loads as a 404 - Make sure you are running in a folder with `mint.json`