Skip to content

Commit 2453432

Browse files
committed
starting pages
1 parent d6a7572 commit 2453432

File tree

6 files changed

+8
-77
lines changed

6 files changed

+8
-77
lines changed

docusaurus/my-website/blog/2019-05-28-first-blog-post.md

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

docusaurus/my-website/blog/2019-05-29-long-blog-post.md

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

docusaurus/my-website/blog/2021-08-01-mdx-blog-post.mdx

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

docusaurus/my-website/sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const sidebars = {
2121

2222
// But you can create a sidebar manually
2323

24-
tutorialSidebar: [
24+
tutorialSidebar1: [
2525
{
2626
type: 'category',
2727
label: 'Tutorial',

docusaurus/my-website/src/pages/index.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import styles from './index.module.css';
77
import HomepageFeatures from '@site/src/components/HomepageFeatures';
88

99
function HomepageHeader() {
10+
11+
1012
const {siteConfig} = useDocusaurusContext();
1113
return (
1214
<header className={clsx('hero hero--primary', styles.heroBanner)}>
@@ -19,6 +21,11 @@ function HomepageHeader() {
1921
to="/docs/intro">
2022
Docusaurus Tutorial - 5min ⏱️
2123
</Link>
24+
25+
26+
27+
28+
133333
2229
</div>
2330
</div>
2431
</header>
File renamed without changes.

0 commit comments

Comments
 (0)