This repository contains documentation published at https://jitsu.com/docs. Feel free to suggest edits. Links:
- Visit jitsu.com
- Check out EventNative, Jitsu open-source core
The files are formatted as mdx with few custom components <CodeInTabs />
, <APIMethod />
, <APIParam />
, <LargeLink />
and <Hint />
.
Few caveats:
- You can't use markdown inside React components, stick to HTML
- For code inside components use
<code inline={true}></code>
as equivalent of\
code`` in markdown - For JetBrains users: MDX plugin 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
After any pushed update submit the following command in https://github.com/jitsucom/jitsu
repository:
git submodule update --remote