From 00aafb52bb2e1ee5e93fb85b4c1ba6e19ce94248 Mon Sep 17 00:00:00 2001 From: Evan You Date: Thu, 9 Mar 2023 14:53:25 +0800 Subject: [PATCH] chore(init): avoid showing site data to avoid confusion close #2051 --- template/api-examples.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/template/api-examples.md b/template/api-examples.md index 67f80328..6bd8bb5c 100644 --- a/template/api-examples.md +++ b/template/api-examples.md @@ -12,14 +12,11 @@ The main `useData()` API can be used to access site, theme, and page data for th ## Results -### Site Data -
{{ site }}
- ### Theme Data
{{ theme }}
@@ -38,9 +35,6 @@ const { site, theme, page, frontmatter } = useData() ## Results -### Site Data -
{{ site }}
- ### Theme Data
{{ theme }}