Skip to content

Commit

Permalink
feat(docs-site): Updated docs site. (#92)
Browse files Browse the repository at this point in the history
* chore: remove header name and add marigin bottom in home page

* fix: change config to hide Header title and theme color picker
  • Loading branch information
ZIA-Hans authored Mar 22, 2024
1 parent fbe5f8d commit c182570
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 86 deletions.
2 changes: 2 additions & 0 deletions .dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default defineConfig({
logo: '/logos/nav-logo-375.png',
themeConfig: {
name: 'Banana UI',
hideNameOnHeader: true,
footer: false,
hero: {
showCustomContent: true,
Expand Down Expand Up @@ -133,5 +134,6 @@ export default defineConfig({
},
],
},
prefersColor: { default: 'light', switch: false },
},
});
1 change: 1 addition & 0 deletions docs/doc-components/features/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
align-items: stretch;
justify-content: space-between;
gap: 40px;
margin-bottom: 80px;
}

.feature-item {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"copy-to-clipboard": "^3.3.3",
"cz-conventional-changelog": "^3.3.0",
"dumi": "^2.1.19",
"dumi-theme-antd-style": "^0.30.0",
"dumi-theme-antd-style": "^0.31.0",
"eslint": "^8.23.0",
"eslint-plugin-chai-expect": "^3.0.0",
"eslint-plugin-chai-friendly": "^0.7.2",
Expand Down
Loading

0 comments on commit c182570

Please sign in to comment.