Skip to content

Commit bff0a74

Browse files
committed
push
1 parent ad674f3 commit bff0a74

File tree

2,086 files changed

+21090
-85198
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,086 files changed

+21090
-85198
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2-
"blogBasePath": "/mantis/blog",
3-
"blogTitle": "Blog"
2+
"blogBasePath": "/blog",
3+
"blogTitle": "Blog",
4+
"authorsListPath": "/blog/authors"
45
}

.docusaurus/docusaurus-plugin-content-docs/default/p/docs-175.json

+1-1
Large diffs are not rendered by default.

.docusaurus/docusaurus-plugin-content-docs/default/p/index-466.json

+1-1
Large diffs are not rendered by default.

.docusaurus/docusaurus-plugin-content-docs/default/site-docs-concepts-learn-md-16e.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"sidebar": "concepts",
1919
"previous": {
20-
"title": "Mantis",
20+
"title": "Mantis Documentation",
2121
"permalink": "/"
2222
},
2323
"next": {

.docusaurus/docusaurus-plugin-content-pages/default/site-src-pages-markdown-page-md-393.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "mdx",
3-
"permalink": "/mantis/markdown-page",
3+
"permalink": "/markdown-page",
44
"source": "@site/src/pages/markdown-page.md",
55
"title": "Markdown page example",
66
"description": "You don't need React to write simple standalone pages.",

.docusaurus/docusaurus-plugin-debug/default/p/docusaurus-debug-content-0d5.json

+1-1
Large diffs are not rendered by default.

.docusaurus/docusaurus.config.mjs

+31-34
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
"tagline": "Native yield meets chain-abstracted orderflow.",
99
"favicon": "img/favicon.ico",
1010
"url": "https://docs.mantis.app",
11-
"baseUrl": "/mantis/",
11+
"baseUrl": "/",
1212
"organizationName": "Composable Finance",
1313
"projectName": "mantis-docs",
1414
"onBrokenLinks": "warn",
@@ -26,12 +26,13 @@ export default {
2626
"classic",
2727
{
2828
"docs": {
29+
"routeBasePath": "/",
2930
"sidebarPath": "./sidebars.ts",
3031
"editUrl": "https://github.com/ComposableFi/mantis-docs"
3132
},
3233
"blog": {
3334
"showReadingTime": true,
34-
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/"
35+
"editUrl": "https://github.com/ComposableFi/mantis-docs/tree/main/docs"
3536
},
3637
"theme": {
3738
"customCss": "./src/css/custom.css"
@@ -42,10 +43,10 @@ export default {
4243
"themeConfig": {
4344
"image": "img/docusaurus-social-card.jpg",
4445
"navbar": {
45-
"title": "Site Title",
46+
"title": "Mantis Documentation",
4647
"logo": {
4748
"alt": "My Site Logo",
48-
"src": "img/logo.svg"
49+
"src": "img/mantis-logo.svg"
4950
},
5051
"items": [
5152
{
@@ -56,15 +57,15 @@ export default {
5657
},
5758
{
5859
"type": "docSidebar",
59-
"sidebarId": "protocol",
60+
"sidebarId": "rollup",
6061
"position": "left",
61-
"label": "Protocol"
62+
"label": "Rollup"
6263
},
6364
{
6465
"type": "docSidebar",
65-
"sidebarId": "rollup",
66+
"sidebarId": "protocol",
6667
"position": "left",
67-
"label": "Rollup"
68+
"label": "Protocol"
6869
},
6970
{
7071
"type": "docSidebar",
@@ -82,6 +83,11 @@ export default {
8283
"href": "https://research.composable.finance/://github.com/facebook/docusaurus",
8384
"label": "Research",
8485
"position": "right"
86+
},
87+
{
88+
"label": "Whitepaper",
89+
"href": "https://assets.website-files.com/65b28e756a8eda2e91e76ca4/6656289f21123d6215091555_MANTIS%20Whitepaper.pdf",
90+
"position": "right"
8591
}
8692
],
8793
"hideOnScroll": false
@@ -90,34 +96,20 @@ export default {
9096
"style": "dark",
9197
"links": [
9298
{
93-
"title": "Community",
94-
"items": [
95-
{
96-
"label": "X",
97-
"href": "https://x.com/mantis"
98-
},
99-
{
100-
"label": "Discord",
101-
"href": "https://discord.com/invite/N82fRBKQND"
102-
}
103-
]
99+
"label": "X",
100+
"href": "https://x.com/mantis"
104101
},
105102
{
106-
"title": "More",
107-
"items": [
108-
{
109-
"label": "Blog",
110-
"href": "https://mirror.xyz/0x2e9907036C62d7dAb6775FbF49E84E4c74562526"
111-
},
112-
{
113-
"label": "GitHub",
114-
"href": "https://github.com/composablefi"
115-
},
116-
{
117-
"label": "Whitepaper",
118-
"href": "https://assets.website-files.com/65b28e756a8eda2e91e76ca4/6656289f21123d6215091555_MANTIS%20Whitepaper.pdf"
119-
}
120-
]
103+
"label": "Discord",
104+
"href": "https://discord.com/invite/N82fRBKQND"
105+
},
106+
{
107+
"label": "Blog",
108+
"href": "https://mirror.xyz/0x2e9907036C62d7dAb6775FbF49E84E4c74562526"
109+
},
110+
{
111+
"label": "GitHub",
112+
"href": "https://github.com/composablefi"
121113
}
122114
],
123115
"copyright": "Copyright © 2024 Composable Foundation"
@@ -338,6 +330,11 @@ export default {
338330
"autoCollapseCategories": false
339331
}
340332
},
333+
"blog": {
334+
"sidebar": {
335+
"groupByYear": true
336+
}
337+
},
341338
"metadata": [],
342339
"tableOfContents": {
343340
"minHeadingLevel": 2,

.docusaurus/globalData.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"concepts": {
132132
"link": {
133133
"path": "/",
134-
"label": "Mantis"
134+
"label": "Introduction"
135135
}
136136
},
137137
"rollup": {

.docusaurus/registry.js

+24-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)