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

https://github.com/jitsucom/documentation

Jitsu documentation. See at https://jitsu.com/docs/
https://github.com/jitsucom/documentation

Last synced: 10 months ago
JSON representation

Jitsu documentation. See at https://jitsu.com/docs/

Awesome Lists containing this project

README

          

# Jitsu Documentation Repository

This repository contains documentation published at https://jitsu.com/docs. Feel free to suggest edits. Links:

* Visit [jitsu.com](https://jitsu.com)
* Check out [EventNative](https://github.com/jitsucom/jitsu), Jitsu open-source core

## How to use

The files are formatted as [mdx](https://mdxjs.com/) with few custom components ``, ``, ``, `` and ``.

Few caveats:

* You can't use markdown inside React components, stick to HTML
* For code inside components use `` as equivalent of `\`code\`` in markdown
* For JetBrains users: [MDX plugin](https://plugins.jetbrains.com/plugin/14944-mdx) is highly suggested. Make sure that you added .md extension to Preferences → Editor → File Types → MDX. Our .md files are actually mdx, you just need to tell that to IDE
* **Note!** Beware of IDEA's auto-import feature, it kills H1 header sometimes

## Deploy

After any pushed update submit the following command in `https://github.com/jitsucom/jitsu` repository:

```bash
git submodule update --remote
```