diff --git a/fern/products/docs/pages/goodbye.mdx b/fern/products/docs/pages/goodbye.mdx new file mode 100644 index 000000000..d36200a19 --- /dev/null +++ b/fern/products/docs/pages/goodbye.mdx @@ -0,0 +1,6 @@ +--- +title: Goodbye +description: A simple goodbye page. +--- + +Goodbye, thanks for visiting Fern documentation. diff --git a/fern/products/docs/pages/hello.mdx b/fern/products/docs/pages/hello.mdx new file mode 100644 index 000000000..426b6ec90 --- /dev/null +++ b/fern/products/docs/pages/hello.mdx @@ -0,0 +1,6 @@ +--- +title: Hello +description: A simple hello page. +--- + +Hello, welcome to Fern documentation.