Skip to main content

Start with Getting Started if you are new to Relevate. Go to CLI Quickstart if you want to run it locally right away.

You do not need an account to test Relevate locally.

Start Here

What You Can Build

Multilingual From Day One

Keep the default language at the root. Add one folder for each translated language.

docs/
|- docs.json
|- index.mdx
|- getting-started.mdx
|- cli.mdx
|- localization.mdx
|- fr/
| |- index.mdx
| |- getting-started.mdx
| `- cli.mdx
|- jp/
| |- index.mdx
| |- getting-started.mdx
| `- cli.mdx
`- nl/
|- index.mdx
|- getting-started.mdx
`- cli.mdx

Use translated page files for human languages. Use Code Groups when you want to show the same example in different programming languages.

Customize The Site