Skip to content

Commit 21bcedd

Browse files
committed
chore: remove unused components, images, and FAQ documentation from Docusaurus project
1 parent 34c3729 commit 21bcedd

File tree

12 files changed

+3
-581
lines changed

12 files changed

+3
-581
lines changed

docs/faq/README.md

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

docs/getting-started/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
sidebar_position: 1
3+
slug: /
34
---
45

56
# Getting Started

docusaurus.config.js

Lines changed: 2 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,9 @@ const config = {
4848
({
4949
docs: {
5050
sidebarPath: './sidebars.js',
51-
// Please change this to your repo.
52-
// Remove this to remove the "edit this page" links.
53-
editUrl:
54-
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
51+
routeBasePath: '/',
5552
},
56-
blog: false, // Disable blog feature
53+
blog: false,
5754
theme: {
5855
customCss: './src/css/custom.css',
5956
},
@@ -86,47 +83,6 @@ const config = {
8683
},
8784
],
8885
},
89-
footer: {
90-
style: 'dark',
91-
links: [
92-
{
93-
title: 'Docs',
94-
items: [
95-
{
96-
label: 'Tutorial',
97-
to: '/docs/intro',
98-
},
99-
],
100-
},
101-
{
102-
title: 'Community',
103-
items: [
104-
{
105-
label: 'Stack Overflow',
106-
href: 'https://stackoverflow.com/questions/tagged/docusaurus',
107-
},
108-
{
109-
label: 'Discord',
110-
href: 'https://discordapp.com/invite/docusaurus',
111-
},
112-
{
113-
label: 'X',
114-
href: 'https://x.com/docusaurus',
115-
},
116-
],
117-
},
118-
{
119-
title: 'More',
120-
items: [
121-
{
122-
label: 'GitHub',
123-
href: 'https://github.com/facebook/docusaurus',
124-
},
125-
],
126-
},
127-
],
128-
copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
129-
},
13086
prism: {
13187
theme: prismThemes.github,
13288
darkTheme: prismThemes.dracula,

src/components/HomepageFeatures/index.js

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

src/components/HomepageFeatures/styles.module.css

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

src/pages/index.js

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

src/pages/index.module.css

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

src/pages/markdown-page.md

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

static/img/docusaurus.png

-5.02 KB
Binary file not shown.

0 commit comments

Comments
 (0)