Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Add Rails prefix/suffix to pages in the Rails section
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Sep 6, 2011
1 parent 51a0fea commit d6fdda4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions content/rails/design.md
@@ -1,8 +1,8 @@
---
title: Design Conventions
title: Design Conventions / Rails
---

# Design Conventions
# Rails Design Conventions


## Layout & Page Namespace
Expand Down
4 changes: 2 additions & 2 deletions content/rails/documentation.md
@@ -1,8 +1,8 @@
---
title: Documentation
title: Documentation / Rails
---

# Documentation
# Rails Documentation

Rails code SHOULD be documented using [TomDoc][3].

Expand Down
4 changes: 2 additions & 2 deletions content/rails/extensions.md
@@ -1,8 +1,8 @@
---
title: Extensions
title: Extensions / Rails
---

# Extensions
# Rails Extensions

#### WARNING:

Expand Down
4 changes: 2 additions & 2 deletions content/rails/i18n.md
@@ -1,8 +1,8 @@
---
title: I18n
title: I18n / Rails
---

# I18n
# Rails I18n


## YAML File Structure
Expand Down
4 changes: 2 additions & 2 deletions content/rails/models.md
@@ -1,8 +1,8 @@
---
title: Models
title: Models / Rails
---

# Models
# Rails Models


## Model Definition Order
Expand Down

0 comments on commit d6fdda4

Please sign in to comment.