File tree Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change 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 :
12
9
- Java
13
10
- Difficulty-Intermediate
14
11
---
You can’t perform that action at this time.
0 commit comments