Skip to content

Commit ff8d854

Browse files
committed
iluwatar#467 data-bus: README.md: clean up
1 parent 2643dfa commit ff8d854

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

data-bus/README.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
--- # this is so called 'Yaml Front Matter', read up on it here: http://jekyllrb.com/docs/frontmatter/
2-
layout: pattern # layout must allways be pattern
3-
title: Data Bus # the properly formatted title
4-
folder: data-bus # the folder name in which this pattern lies
5-
permalink: /patterns/data-bus/ # the permalink to the pattern, to keep this uniform please stick to /patterns/FOLDER/
6-
7-
# both categories and tags are Yaml Lists
8-
# you can either just pick one or write a list with '-'s
9-
# usable categories and tags are listed here: https://github.com/iluwatar/java-design-patterns/blob/gh-pages/_config.yml
10-
categories: Architectural # categories of the pattern
11-
tags: # tags of the pattern
1+
---
2+
layout: pattern
3+
title: Data Bus
4+
folder: data-bus
5+
permalink: /patterns/data-bus/
6+
7+
categories: Architectural
8+
tags:
129
- Java
1310
- Difficulty-Intermediate
1411
---

0 commit comments

Comments
 (0)