Skip to content

Commit

Permalink
Update book-config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitmishra786 authored Oct 25, 2024
1 parent e4806ce commit 3ed5ca5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion book-config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
const bookConfig = {
chapters: [
{
title: "Index Of The Book",
pages: [
{
title: "Table Of Content",
path: "/myJourneyOfBuildingOS/indexOfBook.md"
}
]
},
{
title: "Introduction to Operating System",
pages: [
Expand Down Expand Up @@ -59,4 +68,4 @@ const bookConfig = {
]
}
]
};
};

0 comments on commit 3ed5ca5

Please sign in to comment.