Skip to content

Commit

Permalink
Update gitbook to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SamyPesse committed Apr 14, 2014
1 parent 9a0c2bd commit ada8a46
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -26,4 +26,5 @@
/src/sdk/c.img

node_modules
.grunt
.grunt
_book
5 changes: 1 addition & 4 deletions Gruntfile.js
Expand Up @@ -8,16 +8,13 @@ module.exports = function (grunt) {
grunt.initConfig({
'gitbook': {
development: {
output: path.join(__dirname, ".grunt/gitbook"),
input: "./",
title: "How to Make a Computer Operating System in C++",
description: "Online book about how to write a computer operating system in C/C++ from scratch",
github: "SamyPesse/How-to-Make-a-Computer-Operating-System"
}
},
'gh-pages': {
options: {
base: '.grunt/gitbook'
base: '_book'
},
src: ['**']
},
Expand Down
2 changes: 2 additions & 0 deletions README.md
@@ -1,6 +1,8 @@
How to Make a Computer Operating System
=======================================

Online book about how to write a computer operating system in C/C++ from scratch.

**Caution**: This repository is a remake of my old course. It was written several years ago [as one of my first projects when I was in High School](https://github.com/SamyPesse/devos), I'm still refactoring some parts. The original course was in French and I'm not an English native. I'm going to continue and improve this course in my free-time.

**Book**: An online version is available at [http://samypesse.github.io/How-to-Make-a-Computer-Operating-System/](http://samypesse.github.io/How-to-Make-a-Computer-Operating-System/). It was been generated using [GitBook](https://github.com/GitbookIO/gitbook).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -11,7 +11,7 @@
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-gitbook": "0.1.2",
"grunt-gitbook": "0.2.0",
"grunt-gh-pages": "0.9.1",
"grunt-contrib-clean": "~0.5.0"
},
Expand Down

0 comments on commit ada8a46

Please sign in to comment.