* docs: add cloud plans & pricing page * fix buttons * simplify condition * remove test frontmatter * design fixes and changes * styling fixes * change node version for tests * fix build error * fix tests * fix github pipeline
15 lines
217 B
Plaintext
15 lines
217 B
Plaintext
---
|
|
generate_toc: true
|
|
---
|
|
|
|
import Page from "./content"
|
|
|
|
export const metadata = {
|
|
title: `Plans & Pricing`,
|
|
}
|
|
|
|
# {metadata.title}
|
|
|
|
In this guide, find details about the different Cloud plans and pricing.
|
|
|
|
<Page /> |