@@ -25,7 +25,6 @@ export default defineConfig({
2525 { text : 'Roadmap' , link : '/roadmap/' } ,
2626 { text : 'Guides' , link : '/guides/' } ,
2727 { text : 'About' , link : '/about' } ,
28- // { text: 'Feedback', link: '/feedback' },
2928 ] ,
3029
3130 sidebar : {
@@ -49,10 +48,7 @@ export default defineConfig({
4948 text : 'Introduction to Linux epoll' ,
5049 link : '/guides/resources/introduction-to-linux-epoll' ,
5150 } ,
52- // {
53- // text: 'Linux epoll tutorial',
54- // link: '/guides/resources/linux-epoll-tutorial',
55- // },
51+
5652 {
5753 text : 'Linux epoll' ,
5854 link : '/guides/resources/linux-epoll' ,
@@ -62,7 +58,7 @@ export default defineConfig({
6258 link : '/guides/resources/blocking-and-non-blocking-sockets' ,
6359 } ,
6460 { text : 'HTTP' , link : '/guides/resources/http' } ,
65-
61+
6662 // { text: 'Internet Protocol (IP)', link: '/guides/resources/ip' },
6763 // { text: 'File descriptors', link: '/guides/resources/file-descriptors' },
6864
@@ -111,7 +107,7 @@ export default defineConfig({
111107 {
112108 text : 'Stage 4: Linux epoll' ,
113109 link : '/roadmap/phase-0/stage-4' ,
114-
110+
115111 } ,
116112 {
117113 text : 'Stage 5 a): TCP Proxy' ,
@@ -187,9 +183,9 @@ export default defineConfig({
187183 } ,
188184 {
189185 text : 'Stage 17: Directory Browsing' ,
190- link : '/roadmap/phase-3 /stage-17' ,
186+ link : '/roadmap/phase-2 /stage-17' ,
191187 } ,
192-
188+
193189 ] ,
194190 } ,
195191 {
@@ -239,9 +235,10 @@ export default defineConfig({
239235 ] ,
240236 } ,
241237 ] ,
238+
242239 } ,
243240
244- socialLinks : [ { icon : 'github' , link : 'https://github.com/eXpServer' } ] ,
241+ socialLinks : [ { icon : 'github' , link : 'https://github.com/eXpServer' } ] ,
245242 } ,
246243 sitemap : {
247244 hostname : 'https://expserver.github.io' ,
0 commit comments