Skip to content

Commit a7248a1

Browse files
committed
style: run formatter
1 parent f2b9ab1 commit a7248a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const config: Config = {
5353
logo: {
5454
alt: 'luke0408',
5555
src: 'img/icon.png',
56-
className: 'custom-navbar-icon'
56+
className: 'custom-navbar-icon',
5757
},
5858
items: [
5959
{
@@ -65,7 +65,7 @@ const config: Config = {
6565
{
6666
href: 'https://luke-blog.vercel.app/',
6767
position: 'left',
68-
label: 'Blog'
68+
label: 'Blog',
6969
},
7070
{
7171
type: 'localeDropdown',

sidebars.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type {SidebarsConfig} from '@docusaurus/plugin-content-docs';
22

33
const sidebars: SidebarsConfig = {
4-
docs: [{type: 'autogenerated', dirName: '.'}]
4+
docs: [{type: 'autogenerated', dirName: '.'}],
55
// docs: [
66
// 'introduction',
77
// {
@@ -28,7 +28,7 @@ const sidebars: SidebarsConfig = {
2828
// 'Networking/HTTP/generic-message',
2929
// 'Networking/HTTP/HTTP_host_header',
3030
// 'Networking/HTTP/HTTP_Keep_Alive',
31-
// 'Networking/HTTP/Message_Start_Line',
31+
// 'Networking/HTTP/Message_Start_Line',
3232
// ]
3333
// },
3434
// ],

0 commit comments

Comments
 (0)