Skip to content

Commit ff737ba

Browse files
committed
#8 Update available categories and tags
1 parent 0e6798a commit ff737ba

File tree

2 files changed

+15
-25
lines changed

2 files changed

+15
-25
lines changed

_data/categories.yml

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,21 @@
11
# ## Example Structure: ##
22
# - name: Display Name
33
# description: This is a good description (and it's used in the tooltip!)
4+
# icon: fa fa-plus
45

5-
- name: Creational
6+
- name: Architectural
67
icon: "fa fa-plus"
7-
- name: Structural
8+
- name: Creational
89
icon: "fa fa-university"
9-
- name: Concurrency
10+
- name: Structural
1011
icon: "fa fa-comments"
1112
- name: Behavioral
1213
icon: "fa fa-cogs"
13-
- name: Architectural
14+
- name: Concurrency
1415
icon: "fa fa-building-o"
1516
- name: Integration
1617
icon: "fa fa-sign-in"
17-
- name: Presentation Tier
18+
- name: Functional
1819
icon: "fa fa-file-powerpoint-o"
19-
- name: Business Tier
20+
- name: Idiom
2021
icon: "fa fa-briefcase"
21-
- name: Persistence Tier
22-
icon: "fa fa-database"
23-
- name: Testing
24-
icon: "fa fa-list-ul"
25-
- name: Other
26-
icon: "fa fa-question"

_data/tags.yml

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,13 @@
22
# - name: Display Name
33
# description: This is a good description (and it's used in the tooltip!)
44

5-
- name: Java
6-
- name: Difficulty-Beginner
7-
- name: Difficulty-Intermediate
8-
- name: Difficulty-Expert
9-
- name: Gang Of Four
10-
- name: Spring
11-
- name: Apache Camel™
12-
- name: Functional
13-
- name: I/O
14-
- name: EIP
15-
description: Enterprise Integration Patterns
16-
- name: Idiom
5+
- name: Cloud distributed
6+
- name: Data access
7+
- name: Decoupling
8+
- name: Extensibility
9+
- name: Enterprise Integration Pattern
10+
- name: Game programming
11+
- name: Gang of Four
12+
- name: Instantiation
1713
- name: Performance
1814
- name: Reactive
19-
- name: Searching

0 commit comments

Comments
 (0)