Skip to content

Commit 29f997a

Browse files
authored
Merge pull request #7 from kinotio/develop
feat: create docs folder page and set use dark mode to false in theme config
2 parents 56db371 + 3336b56 commit 29f997a

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

src/pages/docs/_meta.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
const meta = {
2+
drowser: 'Drowser',
3+
gelda: 'Gelda'
4+
}
5+
6+
export default meta

src/pages/docs/drowser.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Drowser

src/pages/docs/gelda.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Gelda

theme.config.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { getCurrentYear } from '@/lib/utils'
88
import { DATA } from '@/data'
99

1010
const config: DocsThemeConfig = {
11-
darkMode: true,
11+
darkMode: false,
1212
logo: function Logo() {
1313
return <KinotioLogo width={100} height={100} />
1414
},

0 commit comments

Comments
 (0)