-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtopics.json
More file actions
42 lines (42 loc) · 1015 Bytes
/
topics.json
File metadata and controls
42 lines (42 loc) · 1015 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[
{
"topicId": "design-principles",
"topicName": "Design Principles",
"contentPath": "learn/design-principles/design-principles.json"
},
{
"topicId": "design-patterns",
"topicName": "Design Patterns",
"contentPath": "learn/design-principles/design-principles.json"
},
{
"topicId": "microservices",
"topicName": "Microservices",
"contentPath": "learn/design-patterns/design-patterns.json"
},
{
"topicId": "spring-boot",
"topicName": "Spring Boot",
"contentPath": "learn/spring-boot/spring-boot.json"
},
{
"topicId": "spring-cloud",
"topicName": "Spring Cloud",
"contentPath": "learn/spring-cloud/spring-cloud.json"
},
{
"topicId": "docker",
"topicName": "Docker",
"contentPath": "learn/docker/docker.json"
},
{
"topicId": "jdbc",
"topicName": "JDBC",
"contentPath": "learn/jdbc/jdbc.json"
},
{
"topicId": "graphql",
"topicName": "GraphQL",
"contentPath": "learn/graphql/graphql.json"
}
]