From f6ae2fa44952d1d5ca831f67f9a754230b575370 Mon Sep 17 00:00:00 2001 From: Tony Vi Date: Wed, 9 Aug 2023 00:32:11 +0300 Subject: [PATCH] chore: onboarding working example --- public/version.txt | 1 + src/pages/whatsnew/{1.0.0.mdx => 1.0.0/en.mdx} | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 public/version.txt rename src/pages/whatsnew/{1.0.0.mdx => 1.0.0/en.mdx} (67%) diff --git a/public/version.txt b/public/version.txt new file mode 100644 index 000000000..3eefcb9dd --- /dev/null +++ b/public/version.txt @@ -0,0 +1 @@ +1.0.0 diff --git a/src/pages/whatsnew/1.0.0.mdx b/src/pages/whatsnew/1.0.0/en.mdx similarity index 67% rename from src/pages/whatsnew/1.0.0.mdx rename to src/pages/whatsnew/1.0.0/en.mdx index 952418422..176367f7d 100644 --- a/src/pages/whatsnew/1.0.0.mdx +++ b/src/pages/whatsnew/1.0.0/en.mdx @@ -1,4 +1,4 @@ -import { WhatsNewLayout } from '../../components/WhatsNewLayout'; +import { WhatsNewLayout } from '../../../components/WhatsNewLayout'; # My MDX page