@@ -15,24 +15,7 @@ module.exports = async function createConfigAsync() {
15
15
organizationName : "javascript-mastery" ,
16
16
projectName : "JavaScript Mastery" ,
17
17
18
- plugins : [
19
- [
20
- "@docusaurus/plugin-content-docs" ,
21
- /** @type {import('@docusaurus/plugin-content-docs').Options } */
22
- {
23
- id : "university" ,
24
- path : "university" ,
25
- routeBasePath : "university" ,
26
- editUrl :
27
- "#" ,
28
- sidebarPath : require . resolve ( "./sidebars.js" ) ,
29
- remarkPlugins : [ ( await import ( "remark-math" ) ) . default ] ,
30
- rehypePlugins : [ ( await import ( "rehype-katex" ) ) . default ] ,
31
- showLastUpdateAuthor : true ,
32
- showLastUpdateTime : true ,
33
- } ,
34
- ] ,
35
-
18
+ plugins : [
36
19
async function plugin ( context , options ) {
37
20
return {
38
21
name : "docusaurus-plugin-module-alias" ,
@@ -90,7 +73,7 @@ module.exports = async function createConfigAsync() {
90
73
algolia : {
91
74
appId : "NIXA4HHO8S" ,
92
75
apiKey : "0e434f5d05dd96ad91008f11f2903066" ,
93
- indexName : "xiaohai-mind-palace -index" ,
76
+ indexName : "our -index" ,
94
77
} ,
95
78
navbar : {
96
79
title : "JavaScript Mastery" ,
0 commit comments