@@ -9,7 +9,7 @@ import {themes as prismThemes} from 'prism-react-renderer';
99/** @type {import('@docusaurus/types').Config } */
1010const 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' ,
0 commit comments