Skip to content

Commit

Permalink
feat: cleanup things from personal page
Browse files Browse the repository at this point in the history
  • Loading branch information
max397574 committed Aug 5, 2024
1 parent 034b523 commit a151c1e
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import type {Config} from '@docusaurus/types';
import type * as Preset from '@docusaurus/preset-classic';

const config: Config = {
title: 'Max397574',
tagline: 'Homepage for personal projects',
title: 'Care.nvim',
tagline: 'Completion And Recommendation Engine',
favicon: 'img/favicon.ico',

// Set the production url of your site here
Expand Down Expand Up @@ -37,7 +37,7 @@ const config: Config = {
routeBasePath: '/',
sidebarPath: './sidebars.ts',
editUrl:
'https://github.com/max397574/max397574.github.io',
'https://github.com/max397574/care.nvim/tree/main/docs',
},
blog: false,
theme: {
Expand All @@ -64,7 +64,7 @@ const config: Config = {
label: 'Docs',
},
{
href: 'https://github.com/max397574/max397574.github.io',
href: 'https://github.com/max397574/care.nvim',
label: 'GitHub',
position: 'right',
},
Expand All @@ -77,29 +77,33 @@ const config: Config = {
title: 'Navigation',
items: [
{
label: 'Documentations',
label: 'Start Page',
to: '/',
},
{
label: 'Getting Started',
to: '/getting_starated',
},
{
label: 'For Developers',
to: '/dev',
},
],
},
{
title: 'Projects',
title: 'Development',
items: [
{
label: 'Care',
label: 'GitHub',
href: 'https://github.com/max397574/care.nvim',
},
{
label: 'Omega-nvim',
href: 'https://github.com/omega-nvim/omega-nvim',
},
],
},
{
title: 'More',
items: [
{
label: 'GitHub',
label: 'Author\'s github',
href: 'https://github.com/max397574',
},
],
Expand Down

0 comments on commit a151c1e

Please sign in to comment.