Skip to content

Commit 9f812a2

Browse files
committed
docs: minor fixes
1 parent e980609 commit 9f812a2

File tree

4 files changed

+11839
-8442
lines changed

4 files changed

+11839
-8442
lines changed

docs/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# Generated files
88
.docusaurus
99
.cache-loader
10+
/.yarn
1011

1112
# Misc
1213
.DS_Store

docs/examples/echo-bot.md

-38
This file was deleted.

docs/src/pages/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ async def onCallback(ctx: BotContext[CallbackQueryEvent]):
161161
<div className={styles.buttons}>
162162
<Link
163163
className="button button--primary button--lg"
164-
to="/docs/intro">
164+
to="/docs/intro.md">
165165
Explore Docs
166166
</Link>
167167
<Link

0 commit comments

Comments
 (0)