We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e1804 commit e52a7d5Copy full SHA for e52a7d5
src/pages/index.astro
@@ -8,10 +8,10 @@ const description =
8
---
9
10
<RootLayout {title} {description}>
11
- <Test msg={"foo"} client:load />
12
- <p>Logo and name</p>
13
- <p>Automatically generated documentation for typed npm packages.</p>
14
- <p>How to use</p>
15
- <p>Link to guide</p>
16
- <p>What is jsDocs.io</p>
+ <!-- <Test msg={"foo"} client:load /> -->
+ <!-- <p>Logo and name</p> -->
+ <!-- <p>Automatically generated documentation for typed npm packages.</p> -->
+ <!-- <p>How to use</p> -->
+ <!-- <p>Link to guide</p> -->
+ <!-- <p>What is jsDocs.io</p> -->
17
</RootLayout>
0 commit comments