Skip to content

Commit 14e84b5

Browse files
removed docs
1 parent cdb314f commit 14e84b5

File tree

3 files changed

+20
-18
lines changed

3 files changed

+20
-18
lines changed

website/docusaurus.config.js

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@ const config = {
8181
src: 'img/logo.svg',
8282
},
8383
items: [
84-
{
85-
type: 'docSidebar',
86-
sidebarId: 'tutorialSidebar',
87-
position: 'left',
88-
label: 'Tutorial',
89-
},
84+
// {
85+
// type: 'docSidebar',
86+
// sidebarId: 'tutorialSidebar',
87+
// position: 'left',
88+
// label: 'Tutorial',
89+
// },
9090
{to: '/blog', label: 'Blog', position: 'left'},
9191
{
9292
href: 'https://github.com/facebook/docusaurus',
@@ -98,15 +98,15 @@ const config = {
9898
footer: {
9999
style: 'dark',
100100
links: [
101-
{
102-
title: 'Docs',
103-
items: [
104-
{
105-
label: 'Tutorial',
106-
to: '/docs/intro',
107-
},
108-
],
109-
},
101+
// {
102+
// title: 'Docs',
103+
// items: [
104+
// {
105+
// label: 'Tutorial',
106+
// to: '/docs/intro',
107+
// },
108+
// ],
109+
// },
110110
{
111111
title: 'Community',
112112
items: [

website/sidebars.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
1313
Create as many sidebars as you want.
1414
15-
@type {import('@docusaurus/plugin-content-docs').SidebarsConfig}
15+
1616
*/
1717
const sidebars = {
1818
// By default, Docusaurus generates a sidebar from the docs folder structure
@@ -33,3 +33,5 @@ const sidebars = {
3333
};
3434

3535
export default sidebars;
36+
37+
// @type {import('@docusaurus/plugin-content-docs').SidebarsConfig}

website/src/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ function HomepageHeader() {
1616
{siteConfig.title}
1717
</Heading>
1818
<p className="hero__subtitle">{siteConfig.tagline}</p>
19-
<div className={styles.buttons}>
19+
{/* <div className={styles.buttons}>
2020
<Link
2121
className="button button--secondary button--lg"
2222
to="/docs/intro">
2323
Docusaurus Tutorial - 5min ⏱️
2424
</Link>
25-
</div>
25+
</div> */}
2626
</div>
2727
</header>
2828
);

0 commit comments

Comments
 (0)