File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 :
129 - Java
1310 - Difficulty-Intermediate
1411---
You can’t perform that action at this time.
0 commit comments