File tree Expand file tree Collapse file tree 3 files changed +2
-32
lines changed
Expand file tree Collapse file tree 3 files changed +2
-32
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff 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 : [
Original file line number Diff line number Diff 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-
3325export default function Home ( ) : ReactNode {
3426 const { siteConfig} = useDocusaurusContext ( ) ;
3527 return (
You can’t perform that action at this time.
0 commit comments