Updates more categories
This commit is contained in:
parent
47c459d23e
commit
c99ca41992
|
@ -53,5 +53,5 @@ category_names:
|
||||||
- React
|
- React
|
||||||
- Ruby
|
- Ruby
|
||||||
- Ruby libraries
|
- Ruby libraries
|
||||||
- VIM
|
- Vim
|
||||||
- Others
|
- Others
|
||||||
|
|
|
@ -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).
|
||||||
|
|
1
qunit.md
1
qunit.md
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Qunit
|
title: Qunit
|
||||||
|
category: JavaScript libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
QUnit.module('a');
|
QUnit.module('a');
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Rack-test
|
title: rack-test
|
||||||
|
category: Ruby libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
```rb
|
```rb
|
||||||
|
|
2
rdoc.md
2
rdoc.md
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Rdoc
|
title: Rdoc
|
||||||
category: Ruby
|
category: Markup
|
||||||
---
|
---
|
||||||
|
|
||||||
### Basic RDoc format
|
### Basic RDoc format
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: rename
|
title: rename
|
||||||
|
category: CLI
|
||||||
---
|
---
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Rtorrent
|
title: Rtorrent
|
||||||
|
category: CLI
|
||||||
---
|
---
|
||||||
|
|
||||||
### Global
|
### Global
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Vagrant
|
title: Vagrant
|
||||||
|
category: Devops
|
||||||
---
|
---
|
||||||
|
|
||||||
### Get started
|
### Get started
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue