Updates more categories

This commit is contained in:
Rico Sta. Cruz 2015-11-24 16:11:34 +11:00
parent 47c459d23e
commit c99ca41992
9 changed files with 120 additions and 106 deletions

View File

@ -53,5 +53,5 @@ category_names:
- React
- Ruby
- Ruby libraries
- VIM
- Vim
- Others

View File

@ -1,5 +1,6 @@
---
title: Promises
category: JavaScript
---
Based on the [Promise API reference][promise] (mozilla.org).

View File

@ -1,5 +1,6 @@
---
title: Qunit
category: JavaScript libraries
---
QUnit.module('a');

View File

@ -1,5 +1,6 @@
---
title: Rack-test
title: rack-test
category: Ruby libraries
---
```rb

View File

@ -1,6 +1,6 @@
---
title: Rdoc
category: Ruby
category: Markup
---
### Basic RDoc format

View File

@ -1,5 +1,6 @@
---
title: rename
category: CLI
---
### Installation

View File

@ -1,5 +1,6 @@
---
title: Rtorrent
category: CLI
---
### Global

View File

@ -1,5 +1,6 @@
---
title: Vagrant
category: Devops
---
### Get started

View File

@ -1,7 +1,10 @@
# -*- mode: ruby -*-
# vi: set ft=ruby :
---
title: Vagrantfile
category: Devops
---
Vagrant.configure("2") do |config|
```rb
Vagrant.configure("2") do |config|
# All Vagrant configuration is done here. The most common configuration
# options are documented and commented below. For a complete reference,
# please see the online documentation at vagrantup.com.
@ -112,4 +115,9 @@
# chef-validator, unless you changed the configuration.
#
# chef.validation_client_name = "ORGNAME-validator"
end
end
```
## Also see
* [Vagrant](vagrant.html)