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 - React
- Ruby - Ruby
- Ruby libraries - Ruby libraries
- VIM - Vim
- Others - Others

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,9 @@
# -*- mode: ruby -*- ---
# vi: set ft=ruby : title: Vagrantfile
category: Devops
---
```rb
Vagrant.configure("2") do |config| Vagrant.configure("2") do |config|
# All Vagrant configuration is done here. The most common configuration # All Vagrant configuration is done here. The most common configuration
# options are documented and commented below. For a complete reference, # options are documented and commented below. For a complete reference,
@ -113,3 +116,8 @@
# #
# chef.validation_client_name = "ORGNAME-validator" # chef.validation_client_name = "ORGNAME-validator"
end end
```
## Also see
* [Vagrant](vagrant.html)