File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff line change 11import type { SidebarsConfig } from '@docusaurus/plugin-content-docs' ;
22
33const 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 // ],
You can’t perform that action at this time.
0 commit comments