Skip to content

Commit 955cf51

Browse files
authored
Merge pull request #2 from davidmayr/main
New home page and downloads section
2 parents 0bce35b + 39be23e commit 955cf51

19 files changed

+158
-648
lines changed

blog/2019-05-28-first-blog-post.md

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

blog/2019-05-29-long-blog-post.md

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

blog/2021-08-01-mdx-blog-post.mdx

Lines changed: 0 additions & 20 deletions
This file was deleted.
-93.9 KB
Binary file not shown.

blog/2021-08-26-welcome/index.md

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

blog/authors.yml

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

blog/tags.yml

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

docusaurus.config.js

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {themes as prismThemes} from 'prism-react-renderer';
99
/** @type {import('@docusaurus/types').Config} */
1010
const config = {
1111
title: 'Infernal Suite',
12-
tagline: 'Dinosaurs are cool',
12+
tagline: 'Documentation for all Infernal Suite projects including AdvancedSlimePaper',
1313
favicon: 'img/favicon.ico',
1414

1515
// Set the production url of your site here
@@ -45,12 +45,7 @@ const config = {
4545
sidebarPath: require.resolve('./sidebarsOverview.js'),
4646
editUrl: 'https://github.com/InfernalSuite/homepage/tree/main/',
4747
},
48-
blog: {
49-
showReadingTime: true,
50-
// Please change this to your repo.
51-
// Remove this to remove the "edit this page" links.
52-
editUrl: 'https://github.com/InfernalSuite/homepage/tree/main/',
53-
},
48+
blog: false,
5449
theme: {
5550
customCss: './src/css/custom.css',
5651
},
@@ -87,7 +82,6 @@ const config = {
8782
respectPrefersColorScheme: true,
8883
},
8984
// Replace with your project's social card
90-
image: 'img/docusaurus-social-card.jpg',
9185

9286
navbar: {
9387
title: 'Infernal Suite',
@@ -97,23 +91,28 @@ const config = {
9791
},
9892
items: [
9993
{
100-
type: 'dropdown',
101-
label: 'Documentation',
102-
position: 'left',
103-
to: 'docs/overview',
94+
type: "dropdown",
95+
label: "AdvancedSlimePaper",
96+
position: "left",
97+
to: "docs/asp",
10498
items: [
10599
{
106-
type: 'doc',
107-
label: 'Overview',
108-
docId: 'index',
100+
label: "Setup",
101+
to: "docs/asp/setup",
102+
activeBaseRegex: "\\/docs/asp/setup",
109103
},
110104
{
111-
type: 'doc',
112-
label: 'Advanced Slime Paper',
113-
docId: 'index',
114-
docsPluginId: 'asp',
115-
}
116-
],
105+
label: "API",
106+
to: "docs/asp/api",
107+
activeBaseRegex: "\\/docs/asp/api.*",
108+
},
109+
{
110+
type: "doc",
111+
label: "Plugin",
112+
docId: "index",
113+
activeBaseRegex: "\\/docs/asp/swp.*",
114+
},
115+
]
117116
},
118117
{
119118
type: 'docsVersionDropdown',

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.

0 commit comments

Comments
 (0)