Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit053ffe8

Browse files
committed
feat: migration to mathelive.io
1 parentdfcd477 commit053ffe8

File tree

14 files changed

+672
-659
lines changed

14 files changed

+672
-659
lines changed

‎SECURITY.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ Please report any security issues against the currently deployed website.
66

77
##Reporting a Vulnerability
88

9-
If you are aware of apoential security issue, please file an issue at
9+
If you are aware of apotential security issue, please file an issue at
1010
https://github.com/cortex-js/cortexjs.io/issues

‎docs/mathfield/05-latex-commands.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1597,7 +1597,7 @@ The first argument is a URL, the second argument is the content to display, in m
15971597

15981598
```html example
15991599
<math-field>
1600-
\href{https://cortexjs.io}{\text{CortexJS website}}
1600+
\href{https://mathlive.io}{\text{MathLive website}}
16011601
</math-field>
16021602
```
16031603

‎docs/mathfield/10-svelte.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ declare namespace svelteHTML {
7676
"smart-mode":true
7777
// ...
7878
// see here for the full list of API's
79-
// https://cortexjs.io/mathfield/api/
79+
// https://mathlive.io/mathfield/api/
8080
}
8181
</script>
8282

‎docusaurus.config.ts‎

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ import type { Config } from '@docusaurus/types';
1111

1212
/**@type {import('@docusaurus/types').Config} */
1313
constconfig:Config={
14-
title:'CortexJS',
14+
title:'MathLive',
1515
titleDelimiter:'·',
1616
tagline:'Scientific Web Computing',
1717
favicon:'/img/logo.svg',
1818

19-
url:'https://cortexjs.io',
19+
url:'https://mathlive.io',
2020

2121
// Since we use a custom domain, we set the base URL to '/'
2222
baseUrl:'/',
@@ -198,6 +198,13 @@ const config: Config = {
198198
respectPrefersColorScheme:true,
199199
},
200200

201+
docs:{
202+
sidebar:{
203+
hideable:true,
204+
autoCollapseCategories:true,
205+
},
206+
},
207+
201208
algolia:{
202209
// The application ID provided by Algolia
203210
appId:'Q23Y5RN3UQ',
@@ -211,7 +218,7 @@ const config: Config = {
211218
contextualSearch:false,
212219

213220
// 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.
214-
externalUrlRegex:'external\\.com|domain\\.com',
221+
//externalUrlRegex: 'external\\.com|domain\\.com',
215222

216223
// 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
217224
replaceSearchResultPathname:{
@@ -233,9 +240,9 @@ const config: Config = {
233240
},
234241

235242
navbar:{
236-
title:'CortexJS',
243+
title:'MathLive',
237244
logo:{
238-
alt:"Farsight Logo",
245+
alt:"MathLive Logo",
239246
src:"img/logo.svg",
240247
width:42,
241248
height:42,
@@ -288,7 +295,7 @@ const config: Config = {
288295
html:'<a href="https://discord.gg/yhmvVeJ4Hd" target="_blank" rel="noopener noreferrer" class="footer__link-item"><svg class="icon-one-rem"><use role="none" xlink:href="/icons.svg#discord"></use></svg>Discord<svg width="13.5" height="13.5" aria-hidden="true" viewBox="0 0 24 24" class="iconExternalLink_nPIU"><path fill="currentColor" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"></path></svg></a>',
289296
},
290297
{
291-
html:'<a href="https://chat.openai.com/g/g-8YgEfR7ig-cortexjs-assistant" rel="noopener noreferrer"><svg><use role="none" xlink:href="/icons.svg#openai"></use></svg>CortexJS Chatbot<svg width="13.5" height="13.5" aria-hidden="true" viewBox="0 0 24 24"><path fill="currentColor" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"></path></svg></a>',
298+
html:'<a href="https://chatgpt.com/g/g-8YgEfR7ig-mathlive-gpt" rel="noopener noreferrer"><svg><use role="none" xlink:href="/icons.svg#openai"></use></svg>MathLive GPT<svg width="13.5" height="13.5" aria-hidden="true" viewBox="0 0 24 24"><path fill="currentColor" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"></path></svg></a>',
292299
},
293300
],
294301
},
@@ -302,7 +309,7 @@ const config: Config = {
302309
],
303310
},
304311
],
305-
// copyright: `CopyrightCortexJS.`,
312+
// copyright: `CopyrightMathLive.`,
306313
},
307314
prism:{
308315
additionalLanguages:[

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp