Skip to content

Commit b1b4747

Browse files
Remove .docusaurus from git tracked directories.
1 parent 5f867e7 commit b1b4747

File tree

7 files changed

+306
-573
lines changed

7 files changed

+306
-573
lines changed

.docusaurus/docusaurus.config.mjs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,13 @@ export default {
317317
}
318318
},
319319
"baseUrlIssueBanner": true,
320+
"future": {
321+
"experimental_storage": {
322+
"type": "localStorage",
323+
"namespace": false
324+
},
325+
"experimental_router": "browser"
326+
},
320327
"onBrokenAnchors": "warn",
321328
"onDuplicateRoutes": "warn",
322329
"customFields": {},

.docusaurus/registry.js

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

.docusaurus/routes.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default [
1414
},
1515
{
1616
path: '/quantstack.github.io/__docusaurus/debug/content',
17-
component: ComponentCreator('/quantstack.github.io/__docusaurus/debug/content', '56c'),
17+
component: ComponentCreator('/quantstack.github.io/__docusaurus/debug/content', 'f6b'),
1818
exact: true
1919
},
2020
{
@@ -234,11 +234,11 @@ export default [
234234
},
235235
{
236236
path: '/quantstack.github.io/docs',
237-
component: ComponentCreator('/quantstack.github.io/docs', 'ece'),
237+
component: ComponentCreator('/quantstack.github.io/docs', 'ba8'),
238238
routes: [
239239
{
240240
path: '/quantstack.github.io/docs',
241-
component: ComponentCreator('/quantstack.github.io/docs', '5d0'),
241+
component: ComponentCreator('/quantstack.github.io/docs', 'f6f'),
242242
routes: [
243243
{
244244
path: '/quantstack.github.io/docs',

.docusaurus/routesChunkNames.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"plugin": "plugin---quantstack-github-io-docusaurus-debugb-38-673"
1212
}
1313
},
14-
"/quantstack.github.io/__docusaurus/debug/content-56c": {
14+
"/quantstack.github.io/__docusaurus/debug/content-f6b": {
1515
"__comp": "__comp---theme-debug-contentba-8-ce7",
1616
"__context": {
1717
"plugin": "plugin---quantstack-github-io-docusaurus-debugb-38-673"
1818
},
19-
"__props": "__props---quantstack-github-io-docusaurus-debug-contente-48-7ef"
19+
"__props": "__props---quantstack-github-io-docusaurus-debug-content-6-cc-6cb"
2020
},
2121
"/quantstack.github.io/__docusaurus/debug/globalData-058": {
2222
"__comp": "__comp---theme-debug-global-dataede-0fa",
@@ -315,15 +315,15 @@
315315
},
316316
"config": "config---quantstack-github-io-about-5-e-9-9b2"
317317
},
318-
"/quantstack.github.io/docs-ece": {
318+
"/quantstack.github.io/docs-ba8": {
319319
"__comp": "__comp---theme-docs-root-5-e-9-0b6",
320320
"__context": {
321321
"plugin": "plugin---quantstack-github-io-docsaba-12f"
322322
}
323323
},
324-
"/quantstack.github.io/docs-5d0": {
324+
"/quantstack.github.io/docs-f6f": {
325325
"__comp": "__comp---theme-doc-version-roota-7-b-5de",
326-
"__props": "__props---quantstack-github-io-docs-127-38e"
326+
"__props": "__props---quantstack-github-io-docs-493-cfc"
327327
},
328328
"/quantstack.github.io/docs-a54": {
329329
"__comp": "__comp---theme-doc-roota-94-67a"

.docusaurus/site-metadata.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
{
2-
"docusaurusVersion": "3.3.2",
2+
"docusaurusVersion": "3.4.0",
33
"siteVersion": "0.0.0",
44
"pluginVersions": {
55
"docusaurus-plugin-content-docs": {
66
"type": "package",
77
"name": "@docusaurus/plugin-content-docs",
8-
"version": "3.3.2"
8+
"version": "3.4.0"
99
},
1010
"docusaurus-plugin-content-blog": {
1111
"type": "package",
1212
"name": "@docusaurus/plugin-content-blog",
13-
"version": "3.3.2"
13+
"version": "3.4.0"
1414
},
1515
"docusaurus-plugin-content-pages": {
1616
"type": "package",
1717
"name": "@docusaurus/plugin-content-pages",
18-
"version": "3.3.2"
18+
"version": "3.4.0"
1919
},
2020
"docusaurus-plugin-debug": {
2121
"type": "package",
2222
"name": "@docusaurus/plugin-debug",
23-
"version": "3.3.2"
23+
"version": "3.4.0"
2424
},
2525
"docusaurus-theme-classic": {
2626
"type": "package",
2727
"name": "@docusaurus/theme-classic",
28-
"version": "3.3.2"
28+
"version": "3.4.0"
2929
}
3030
}
3131
}

0 commit comments

Comments
 (0)