From a7272b5c20129563cbaa56ab824d64a4b9a37d1d Mon Sep 17 00:00:00 2001 From: ayden94 <144667387+ayden94@users.noreply.github.com> Date: Sun, 19 Jul 2026 04:35:55 +0000 Subject: [PATCH] docs: sync from toast --- content/docs/toast/index.ko.mdx | 8 ++++++++ content/docs/toast/index.mdx | 10 ++++++++++ content/docs/toast/meta.json | 3 +++ 3 files changed, 21 insertions(+) create mode 100644 content/docs/toast/index.ko.mdx create mode 100644 content/docs/toast/index.mdx create mode 100644 content/docs/toast/meta.json 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"] +}