Skip to content

Commit 9b20054

Browse files
committed
Test 2
1 parent 44e653a commit 9b20054

File tree

3 files changed

+2
-32
lines changed

3 files changed

+2
-32
lines changed

docs/intro.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

docusaurus.config.ts

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const config: Config = {
1515
},
1616

1717
// Set the production url of your site here
18-
url: 'https://github.com',
18+
url: 'https://github.com/MiniPlaceholders',
1919
// Set the /<baseUrl>/ pathname under which your site is served
2020
// For GitHub pages deployment, it is often '/<projectName>/'
2121
baseUrl: '/docs/',
@@ -96,15 +96,7 @@ const config: Config = {
9696
footer: {
9797
style: 'dark',
9898
links: [
99-
{
100-
title: 'Documentation',
101-
items: [
102-
{
103-
label: 'Documentation',
104-
to: 'intro',
105-
},
106-
],
107-
},
99+
108100
{
109101
title: 'Community',
110102
items: [

src/pages/index.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,6 @@ function HomepageHeader() {
2222
);
2323
}
2424

25-
/* <div className={styles.buttons}>
26-
<Link
27-
className="button button--secondary button--lg"
28-
to="/docs/intro">
29-
Docusaurus Tutorial - 5min ⏱️
30-
</Link>
31-
</div> */
32-
3325
export default function Home(): ReactNode {
3426
const {siteConfig} = useDocusaurusContext();
3527
return (

0 commit comments

Comments
 (0)