File tree Expand file tree Collapse file tree 3 files changed +20
-18
lines changed Expand file tree Collapse file tree 3 files changed +20
-18
lines changed Original file line number Diff line number Diff line change @@ -81,12 +81,12 @@ const config = {
81
81
src : 'img/logo.svg' ,
82
82
} ,
83
83
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
+ // },
90
90
{ to : '/blog' , label : 'Blog' , position : 'left' } ,
91
91
{
92
92
href : 'https://github.com/facebook/docusaurus' ,
@@ -98,15 +98,15 @@ const config = {
98
98
footer : {
99
99
style : 'dark' ,
100
100
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
+ // },
110
110
{
111
111
title : 'Community' ,
112
112
items : [
Original file line number Diff line number Diff line change 12
12
13
13
Create as many sidebars as you want.
14
14
15
- @type { import('@docusaurus/plugin-content-docs').SidebarsConfig }
15
+
16
16
*/
17
17
const sidebars = {
18
18
// By default, Docusaurus generates a sidebar from the docs folder structure
@@ -33,3 +33,5 @@ const sidebars = {
33
33
} ;
34
34
35
35
export default sidebars ;
36
+
37
+ // @type {import('@docusaurus/plugin-content-docs').SidebarsConfig }
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ function HomepageHeader() {
16
16
{ siteConfig . title }
17
17
</ Heading >
18
18
< p className = "hero__subtitle" > { siteConfig . tagline } </ p >
19
- < div className = { styles . buttons } >
19
+ { /* <div className={styles.buttons}>
20
20
<Link
21
21
className="button button--secondary button--lg"
22
22
to="/docs/intro">
23
23
Docusaurus Tutorial - 5min ⏱️
24
24
</Link>
25
- </ div >
25
+ </div> */ }
26
26
</ div >
27
27
</ header >
28
28
) ;
You can’t perform that action at this time.
0 commit comments