Skip to content

Commit

Permalink
refactor: 불필요한 파일 삭제 및 링크 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
saseungmin committed Oct 12, 2023
1 parent 85fe1ba commit d6c320f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
5 changes: 0 additions & 5 deletions docs/intro.md

This file was deleted.

2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const config = {
items: [
{
label: 'Questions',
to: '/docs/intro',
to: '/docs/article',
},
],
},
Expand Down
5 changes: 3 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ function HomepageHeader() {
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
to="/docs/intro"
to="/docs/article"
>
Docusaurus Tutorial - 5min ⏱️
Questions
</Link>
</div>
</div>
Expand All @@ -28,6 +28,7 @@ function HomepageHeader() {

export default function Home(): JSX.Element {
const { siteConfig } = useDocusaurusContext();

return (
<Layout
title={`Hello from ${siteConfig.title}`}
Expand Down

0 comments on commit d6c320f

Please sign in to comment.