Skip to content

Commit 3467644

Browse files
committed
Add description to generated gitbook
1 parent 24aab67 commit 3467644

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ module.exports = function (grunt) {
1111
dest: path.join(__dirname, ".grunt/gitbook"),
1212
input: "./",
1313
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",
1415
github: "SamyPesse/How-to-Make-a-Computer-Operating-System"
1516
}
1617
},

0 commit comments

Comments
 (0)