Skip to content

Commit a9b0a1e

Browse files
HaudinFlorenceSylvainCorlay
authored andcommitted
Update Docusaurus version to 3.4.
1 parent cb0efee commit a9b0a1e

File tree

6 files changed

+181
-153
lines changed

6 files changed

+181
-153
lines changed

.docusaurus/registry.js

Lines changed: 30 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.docusaurus/routes.js

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,41 @@ import React from 'react';
22
import ComponentCreator from '@docusaurus/ComponentCreator';
33

44
export default [
5+
{
6+
path: '/quantstack.github.io/__docusaurus/debug',
7+
component: ComponentCreator('/quantstack.github.io/__docusaurus/debug', '55d'),
8+
exact: true
9+
},
10+
{
11+
path: '/quantstack.github.io/__docusaurus/debug/config',
12+
component: ComponentCreator('/quantstack.github.io/__docusaurus/debug/config', 'dae'),
13+
exact: true
14+
},
15+
{
16+
path: '/quantstack.github.io/__docusaurus/debug/content',
17+
component: ComponentCreator('/quantstack.github.io/__docusaurus/debug/content', '56c'),
18+
exact: true
19+
},
20+
{
21+
path: '/quantstack.github.io/__docusaurus/debug/globalData',
22+
component: ComponentCreator('/quantstack.github.io/__docusaurus/debug/globalData', '058'),
23+
exact: true
24+
},
25+
{
26+
path: '/quantstack.github.io/__docusaurus/debug/metadata',
27+
component: ComponentCreator('/quantstack.github.io/__docusaurus/debug/metadata', '5d1'),
28+
exact: true
29+
},
30+
{
31+
path: '/quantstack.github.io/__docusaurus/debug/registry',
32+
component: ComponentCreator('/quantstack.github.io/__docusaurus/debug/registry', 'dd5'),
33+
exact: true
34+
},
35+
{
36+
path: '/quantstack.github.io/__docusaurus/debug/routes',
37+
component: ComponentCreator('/quantstack.github.io/__docusaurus/debug/routes', 'f0e'),
38+
exact: true
39+
},
540
{
641
path: '/quantstack.github.io/about',
742
component: ComponentCreator('/quantstack.github.io/about', '231'),

0 commit comments

Comments
 (0)