diff --git a/.github/hello-world/hi.mdx b/.github/hello-world/hi.mdx new file mode 100644 index 00000000..2d933b3b --- /dev/null +++ b/.github/hello-world/hi.mdx @@ -0,0 +1,6 @@ +--- +title: 'New file' +description: 'Description of your new file.' + + +--- \ No newline at end of file diff --git a/advanced/new-file.mdx b/advanced/new-file.mdx new file mode 100644 index 00000000..87c0f223 --- /dev/null +++ b/advanced/new-file.mdx @@ -0,0 +1,6 @@ +--- +title: 'New file' +description: 'Description of your new file.' +--- + +New file \ No newline at end of file