-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
157 lines (154 loc) · 3.85 KB
/
_config.yml
File metadata and controls
157 lines (154 loc) · 3.85 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
remote_theme: just-the-docs/just-the-docs
plugins:
- jekyll-relative-links
relative_links:
enabled: true
collections: true
include:
- index.md
#logo: "/img/java.png"
collections:
Abstraction:
permalink: "/:collection/:path/"
output: true
Arrays:
permalink: "/:collection/:path/"
output: true
Collections:
permalink: "/:collection/:path/"
output: true
ControlStatement:
permalink: "/:collection/:path/"
output: true
DataType:
permalink: "/:collection/:path/"
output: true
Encapsulation:
permalink: "/:collection/:path/"
output: true
Enumeration:
permalink: "/:collection/:path/"
output: true
Exception:
permalink: "/:collection/:path/"
output: true
Inheritance:
permalink: "/:collection/:path/"
output: true
InnerClass:
permalink: "/:collection/:path/"
output: true
Iterative:
permalink: "/:collection/:path/"
output: true
Keywords:
permalink: "/:collection/:path/"
output: true
Multithreading:
permalink: "/:collection/:path/"
output: true
OopsConcept:
permalink: "/:collection/:path/"
output: true
Operators:
permalink: "/:collection/:path/"
output: true
Polymorphism:
permalink: "/:collection/:path/"
output: true
Regex:
permalink: "/:collection/:path/"
output: true
Strings:
permalink: "/:collection/:path/"
output: true
swings:
permalink: "/:collection/:path/"
output: true
Variables:
permalink: "/:collection/:path/"
output: true
collections_dir: src
just-the-docs:
collections:
Abstraction:
name: Abstraction
output: true
nav_exclude: false
search_exclude: false
Arrays:
name: Arrays
nav_exclude: false
search_exclude: false
Collections:
name: Collections
nav_exclude: false
search_exclude: false
ControlStatement:
name: ControlStatement
nav_exclude: false
search_exclude: false
DataType:
name: DataType
nav_exclude: false
search_exclude: false
Encapsulation:
name: Encapsulation
nav_exclude: false
search_exclude: false
Enumeration:
name: Enumeration
nav_exclude: false
search_exclude: false
Exception:
name: Exception
nav_exclude: false
search_exclude: false
Inheritance:
name: Inheritance
nav_exclude: false
search_exclude: false
InnerClass:
name: InnerClass
nav_exclude: false
search_exclude: false
Iterative:
name: Iterative
nav_exclude: false
search_exclude: false
Keywords:
name: Keywords
nav_exclude: false
search_exclude: false
Multithreading:
name: Multithreading
nav_exclude: false
search_exclude: false
OopsConcept:
name: OopsConcept
nav_exclude: false
search_exclude: false
Operators:
name: Operators
nav_exclude: false
search_exclude: false
Polymorphism:
name: Polymorphism
nav_exclude: false
search_exclude: false
Regex:
name: Regex
nav_exclude: false
search_exclude: false
Strings:
name: Strings
nav_exclude: false
search_exclude: false
swings:
name: swings
nav_exclude: false
search_exclude: false
Variables:
name: Variables
nav_exclude: false
search_exclude: false