diff --git a/content/docs/toast/index.ko.mdx b/content/docs/toast/index.ko.mdx new file mode 100644 index 0000000..3b0af6d --- /dev/null +++ b/content/docs/toast/index.ko.mdx @@ -0,0 +1,8 @@ +--- +title: @ilokesto/toast +description: 문서가 곧 공개됩니다 +--- + +# @ilokesto/toast + +`@ilokesto/toast`의 문서가 곧 공개됩니다. diff --git a/content/docs/toast/index.mdx b/content/docs/toast/index.mdx new file mode 100644 index 0000000..1d6f9b2 --- /dev/null +++ b/content/docs/toast/index.mdx @@ -0,0 +1,10 @@ +--- +title: @ilokesto/toast +description: Documentation coming soon +--- + +# @ilokesto/toast + +Documentation for `@ilokesto/toast` is coming soon. + +> This documentation lives in the `@ilokesto/toast` repository and is synced to the ilokesto docs site. diff --git a/content/docs/toast/meta.json b/content/docs/toast/meta.json new file mode 100644 index 0000000..d20d140 --- /dev/null +++ b/content/docs/toast/meta.json @@ -0,0 +1,3 @@ +{ + "pages": ["index"] +}