update config.ts

This commit is contained in:
mik-tf 2024-12-12 11:33:03 -05:00
parent ae10a4ff8f
commit 89e2f50bf6

View File

@ -58,12 +58,6 @@ const config: Config = {
themeConfig: {
algolia: {
appId: 'ARAM4VJG2D',
apiKey: '674fd2945f4e534903ff074723bd20be',
indexName: 'threefold',
},
colorMode: {
defaultMode: 'dark',
disableSwitch: true,
@ -128,7 +122,11 @@ const config: Config = {
to: '/docs/category/become-a-farmer',
},
{
label: 'Tech',
label: 'Components',
to: '/docs/category/components',
},
{
label: 'Technology',
to: '/docs/tech',
},
{