File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,17 +32,7 @@ module.exports = {
3232 } ,
3333 footer : {
3434 style : 'dark' ,
35- links : [
36- {
37- title : 'Docs' ,
38- items : [
39- {
40- label : 'Docs' ,
41- to : 'docs/start' ,
42- } ,
43- ] ,
44- }
45- ] ,
35+ links : [ ] ,
4636 copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } Arkadiusz Kondas. Built with Docusaurus.` ,
4737 } ,
4838 prism : {
Original file line number Diff line number Diff line change 88import React from 'react' ;
99import classnames from 'classnames' ;
1010import Link from '@docusaurus/Link' ;
11+ import Footer from '@theme/Footer' ;
1112import LayoutProvider from '@theme/Layout/Provider' ;
1213import ColorModeToggle from '@theme/Navbar/ColorModeToggle' ;
1314import useDocusaurusContext from '@docusaurus/useDocusaurusContext' ;
1415import useBaseUrl from '@docusaurus/useBaseUrl' ;
1516import styles from './styles.module.css' ;
16- import FooterCopyright from '@theme/Footer/Copyright' ;
17- import FooterLayout from '@theme/Footer/Layout' ;
1817
1918const features = [
2019 {
@@ -118,12 +117,16 @@ function Home() {
118117 < img className = { styles . codeExampleImage } src = 'img/without-munus.webp' alt = 'Without munus' />
119118 < img className = { styles . codeExampleImage } src = 'img/with-munus.webp' alt = 'With munus' />
120119 </ div >
120+ < Link
121+ className = {
122+ 'button button--outline button--primary button--lg'
123+ }
124+ to = { useBaseUrl ( 'docs/start' ) } >
125+ See more...
126+ </ Link >
121127 </ div >
122128 </ main >
123- < FooterLayout
124- style = { style }
125- copyright = { copyright && < FooterCopyright copyright = { copyright } /> }
126- />
129+ < Footer />
127130 </ LayoutProvider >
128131 ) ;
129132}
Original file line number Diff line number Diff line change 3131 filter : drop-shadow (0px 14px 30px # 00000090 );
3232 }
3333
34- .hero__logo {
34+ .heroLogo {
3535 width : 6rem ;
3636 }
3737
38- .hero__title {
38+ .heroTitle {
3939 font-size : 3rem !important ;
4040 }
4141
42- .hero__subtitle {
42+ .heroSubtitle {
4343 font-size : 1.5rem !important ;
4444 }
4545
You can’t perform that action at this time.
0 commit comments