From 6e82a507f3fbfc54b2cb06e119024bc7cf962291 Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Wed, 6 Sep 2023 13:26:53 +0200 Subject: [PATCH] move to mdx --- .idea/inspectionProfiles/Project_Default.xml | 6 ++ .idea/workspace.xml | 62 ++++++++++--------- .../en/intro/{overview.md => overview.mdx} | 0 .../intro/{whats-sern.md => whats-sern.mdx} | 0 .../intro/{who-are-we.md => who-are-we.mdx} | 1 - ...package-manager.md => package-manager.mdx} | 0 .../{langchooser.md => langchooser.mdx} | 0 7 files changed, 40 insertions(+), 29 deletions(-) create mode 100644 .idea/inspectionProfiles/Project_Default.xml rename docs/tutorial/en/intro/{overview.md => overview.mdx} (100%) rename docs/tutorial/en/intro/{whats-sern.md => whats-sern.mdx} (100%) rename docs/tutorial/en/intro/{who-are-we.md => who-are-we.mdx} (99%) rename docs/tutorial/en/preparing/{package-manager.md => package-manager.mdx} (100%) rename docs/tutorial/{langchooser.md => langchooser.mdx} (100%) diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 000000000..5ec67af2f --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 526ba74c1..36b880d72 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,10 +4,7 @@ - @@ -420,6 +425,7 @@ - \ No newline at end of file diff --git a/docs/tutorial/en/intro/overview.md b/docs/tutorial/en/intro/overview.mdx similarity index 100% rename from docs/tutorial/en/intro/overview.md rename to docs/tutorial/en/intro/overview.mdx diff --git a/docs/tutorial/en/intro/whats-sern.md b/docs/tutorial/en/intro/whats-sern.mdx similarity index 100% rename from docs/tutorial/en/intro/whats-sern.md rename to docs/tutorial/en/intro/whats-sern.mdx diff --git a/docs/tutorial/en/intro/who-are-we.md b/docs/tutorial/en/intro/who-are-we.mdx similarity index 99% rename from docs/tutorial/en/intro/who-are-we.md rename to docs/tutorial/en/intro/who-are-we.mdx index 7d29ae214..fff48c04b 100644 --- a/docs/tutorial/en/intro/who-are-we.md +++ b/docs/tutorial/en/intro/who-are-we.mdx @@ -4,7 +4,6 @@ Meet the passionate minds behind sern, working tirelessly to make your Discord b # serendipity - # Sr Izan Hey! I'm Ethan, the only guy on the development team who is european, and the only one who commits on all repos except for the handler. diff --git a/docs/tutorial/en/preparing/package-manager.md b/docs/tutorial/en/preparing/package-manager.mdx similarity index 100% rename from docs/tutorial/en/preparing/package-manager.md rename to docs/tutorial/en/preparing/package-manager.mdx diff --git a/docs/tutorial/langchooser.md b/docs/tutorial/langchooser.mdx similarity index 100% rename from docs/tutorial/langchooser.md rename to docs/tutorial/langchooser.mdx