We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24aab67 commit 3467644Copy full SHA for 3467644
Gruntfile.js
@@ -11,6 +11,7 @@ module.exports = function (grunt) {
11
dest: path.join(__dirname, ".grunt/gitbook"),
12
input: "./",
13
title: "How to Make a Computer Operating System in C++",
14
+ description: "Online book about how to write a computer operating system in C/C++ from scratch",
15
github: "SamyPesse/How-to-Make-a-Computer-Operating-System"
16
}
17
},
0 commit comments