Skip to content

Commit b020d80

Browse files
committed
docs: update
1 parent c30eb6d commit b020d80

8 files changed

Lines changed: 37 additions & 47 deletions

File tree

bun.lock

Lines changed: 23 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/Sidebar.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ import { LucideIcon } from 'lucide-react';
77

88
export default function Sidebar() {
99
return (
10-
<div className="p-4 w-full md:w-72 max-h-screen shadow overflow-auto border-r border-border absolute max-md:z-40 md:sticky inset-0 top-[65px] md:top-0 max-md:hidden max-md:aria-expanded:block backdrop-blur" id="sidebar" aria-expanded={false}>
10+
<div
11+
className="p-4 w-full md:w-72 max-h-screen shadow overflow-auto border-r border-border fixed max-md:z-40 md:sticky inset-0 top-[65px] md:top-0 max-md:hidden max-md:aria-expanded:block backdrop-blur"
12+
id="sidebar" aria-expanded={false}
13+
>
1114
{mainSidebar.map(item => <SidebarItem key={item.label} item={item} />)}
1215
</div>
1316
);

content/links/adding-a-link.png

-15.1 KB
Binary file not shown.
16.6 KB
Loading
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ title: Adding a Link
33
description: Learn how to add a link to your social medias on your profile.
44
---
55

6-
To add links to your profile, go to the "**[Links](https://miwa.lol/dashboard/links)**" page in the left sidebar of your dashboard.
6+
import { PlusCircle } from 'lucide-react';
7+
8+
**To add links to your profile, go to the [Links](https://miwa.lol/dashboard/links) page of the dashboard.**
79
Select the social media platform you want to add a link for, and enter your username or profile URL.
810

911
![Adding a Link](adding-a-link.png)
1012

11-
Then, click the "**Add**" button to add the link to your profile. You can add multiple links by repeating this process.
13+
Then, click the <PlusCircle /> **Add** button to add the link to your profile. You can add multiple links by repeating this process.
1214

1315
## Link types
1416

content/links/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Links
3-
description: By adding links to your profile, you can make your profile more interactive and allow visitors to easily access your other social media accounts, websites, or any other links you want to share.
3+
description: Make your profile more interactive and allow visitors to easily access your other social media accounts, websites, or any other links you want to share.
44
---
55

66
import CardGrid from '@/components/mdx/CardGrid';

content/misc/donating.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ We're very grateful for any support you can provide! Your contributions help us
1111
You can donate to Miwa.lol via the following methods:
1212
- Stripe: https://donate.stripe.com/bIYeXfbuNgW414kaEF (Credit/Debit Cards, Apple Pay, Google Pay, and more)
1313
- PayPal: https://paypal.me/miwalol
14-
- Ko-fi: https://ko-fi.com/miwalol
1514
- GitHub Sponsors: https://github.com/sponsors/miwalol
1615

1716
We also accept cryptocurrency donations! You can send crypto to the following addresses:

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"@icons-pack/react-simple-icons": "^13.8.0",
1212
"@mdx-js/loader": "^3.1.1",
1313
"@mdx-js/react": "^3.1.1",
14-
"@next/mdx": "^16.1.4",
14+
"@next/mdx": "^16.1.6",
1515
"@types/mdx": "^2.0.13",
1616
"gray-matter": "^4.0.3",
1717
"lucide-react": "^0.562.0",
18-
"next": "^16.1.4",
18+
"next": "^16.1.6",
1919
"next-plausible": "^3.12.5",
20-
"react-instantsearch": "^7.22.1",
20+
"react-instantsearch": "^7.23.1",
2121
"rehype-mdx-import-media": "^1.2.0",
2222
"remark": "^15.0.1",
2323
"remark-frontmatter": "^5.0.0",
@@ -33,9 +33,9 @@
3333
"@types/node": "25.0.8",
3434
"@types/react": "19.2.8",
3535
"@types/react-instantsearch-dom": "^6.12.9",
36-
"autoprefixer": "^10.4.23",
36+
"autoprefixer": "^10.4.24",
3737
"eslint": "^9.39.2",
38-
"eslint-config-next": "^16.1.4",
38+
"eslint-config-next": "^16.1.6",
3939
"jiti": "^2.6.1",
4040
"postcss": "^8.5.6",
4141
"tailwindcss": "^3.4.19"

0 commit comments

Comments
 (0)