-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
47 additions
and
79 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: 你好,世界 | ||
description: 你的第一份文档 | ||
--- | ||
|
||
欢迎来到文档!你可以在 `/content/docs` 中开始编写文档。 | ||
|
||
## 接下来是什么? | ||
|
||
<Cards> | ||
<Card title="了解更多关于 Next.js" href="https://nextjs.org/docs" /> | ||
<Card title="了解更多关于 Fumadocs" href="https://fumadocs.vercel.app" /> | ||
</Cards> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: 组件 | ||
description: 组件 | ||
--- | ||
|
||
## 代码块 | ||
|
||
```js | ||
console.log('Hello World'); | ||
``` | ||
|
||
## 卡片 | ||
|
||
<Cards> | ||
<Card title="了解更多关于 Next.js" href="https://nextjs.org/docs" /> | ||
<Card title="了解更多关于 Fumadocs" href="https://fumadocs.vercel.app" /> | ||
</Cards> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"search": "Sök", | ||
"searchNoResult": "Inga resultat hittades", | ||
"toc": "På denna sida", | ||
"tocNoHeadings": "Inga rubriker", | ||
"lastUpdate": "Senast uppdaterad den", | ||
"chooseLanguage": "Välj ett språk", | ||
"nextPage": "Nästa", | ||
"previousPage": "Föregående", | ||
"chooseTheme": "Tema", | ||
"editOnGithub": "Redigera på GitHub" | ||
} | ||
"search": "Search", | ||
"searchNoResult": "No results found", | ||
"toc": "On this page", | ||
"tocNoHeadings": "No Headings", | ||
"lastUpdate": "Last updated on", | ||
"chooseLanguage": "Choose a language", | ||
"nextPage": "Next", | ||
"previousPage": "Previous", | ||
"chooseTheme": "Theme", | ||
"editOnGithub": "Edit on GitHub" | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters