Skip to content

Commit

Permalink
edited pages & config
Browse files Browse the repository at this point in the history
  • Loading branch information
ilosrim committed Jan 9, 2023
1 parent 08bab6a commit df874fc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ function head() {
function nav() {
return [
{ text: "Blog", link: "/pages/blog" },
{ text: "About", link: "/pages/about" },
{ text: "Kontakt", link: "/pages/kontakt" },
{ text: "Haqida", link: "/pages/about" },
{ text: "Kontakt", link: "/pages/contact" },
{
text: "Saralash",
items: [
Expand Down
12 changes: 4 additions & 8 deletions docs/pages/about.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
---
layout: doc
page: false
layout: page
page: true
title: About
description: About me test
description: About
sidebar: false
aside: false
lastUpdated: false
editLink: false
---

Coming soon...

<Chat />
<div class="main-container">Coming soon...</div>
10 changes: 10 additions & 0 deletions docs/pages/contact.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: page
page: true
title: Contact
description: Contact
sidebar: false
aside: false
---

<div class="main-container">Coming soon...</div>

1 comment on commit df874fc

@vercel
Copy link

@vercel vercel bot commented on df874fc Jan 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./

docs-bio.vercel.app
docs-git-main-biodasturchi.vercel.app
docs-biodasturchi.vercel.app

Please sign in to comment.