You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docusaurus.config.ts
+14-7Lines changed: 14 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,12 @@ import type { Config } from '@docusaurus/types';
11
11
12
12
/**@type {import('@docusaurus/types').Config} */
13
13
constconfig:Config={
14
-
title:'CortexJS',
14
+
title:'MathLive',
15
15
titleDelimiter:'·',
16
16
tagline:'Scientific Web Computing',
17
17
favicon:'/img/logo.svg',
18
18
19
-
url:'https://cortexjs.io',
19
+
url:'https://mathlive.io',
20
20
21
21
// Since we use a custom domain, we set the base URL to '/'
22
22
baseUrl:'/',
@@ -198,6 +198,13 @@ const config: Config = {
198
198
respectPrefersColorScheme:true,
199
199
},
200
200
201
+
docs:{
202
+
sidebar:{
203
+
hideable:true,
204
+
autoCollapseCategories:true,
205
+
},
206
+
},
207
+
201
208
algolia:{
202
209
// The application ID provided by Algolia
203
210
appId:'Q23Y5RN3UQ',
@@ -211,7 +218,7 @@ const config: Config = {
211
218
contextualSearch:false,
212
219
213
220
// Optional: Specify domains where the navigation should occur through window.location instead on history.push. Useful when our Algolia config crawls multiple documentation sites and we want to navigate with window.location.href to them.
// Optional: Replace parts of the item URLs from Algolia. Useful when using the same search index for multiple deployments using a different baseUrl. You can use regexp or string in the `from` param. For example: localhost:3000 vs myCompany.com/docs