-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
130 lines (127 loc) · 3.34 KB
/
_config.yml
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
remote_theme: aditya-shri/just-the-docs
plugins:
- jekyll-relative-links
relative_links:
enabled: true
collections: true
include:
- index.md
color_scheme: dark
#logo: "/img/java.png"
collections:
Advance_Modules:
permalink: "/:collection/:path/"
output: true
Advance_Object_Data:
permalink: "/:collection/:path/"
output: true
Builtin_Functions:
permalink: "/:collection/:path/"
output: true
Comparison_Operators:
permalink: "/:collection/:path/"
output: true
Decorators:
permalink: "/:collection/:path/"
output: true
Emailing:
permalink: "/:collection/:path/"
output: true
Exception:
permalink: "/:collection/:path/"
output: true
Generators:
permalink: "/:collection/:path/"
output: true
Images:
permalink: "/:collection/:path/"
output: true
Methods_and_Functions:
permalink: "/:collection/:path/"
output: true
Modules_and_Packages:
permalink: "/:collection/:path/"
output: true
Object_and_Data_Structure:
permalink: "/:collection/:path/"
output: true
OOPs:
permalink: "/:collection/:path/"
output: true
PDF_Spreadsheets:
permalink: "/:collection/:path/"
output: true
Statements:
permalink: "/:collection/:path/"
output: true
WebScraping:
permalink: "/:collection/:path/"
output: true
collections_dir: src
just-the-docs:
collections:
Advance_Modules:
name: Advance Modules
output: true
nav_exclude: false
search_exclude: false
Advance_Object_Data:
name: Advance Object and Data
nav_exclude: false
search_exclude: false
Builtin_Functions:
name: Builtin Functions
nav_exclude: false
search_exclude: false
Comparison_Operators:
name: Comparison Operators
nav_exclude: false
search_exclude: false
Decorators:
name: Decorators
nav_exclude: false
search_exclude: false
Emailing:
name: Emailing
nav_exclude: false
search_exclude: false
Exception:
name: Exception
nav_exclude: false
search_exclude: false
Generators:
name: Generators
nav_exclude: false
search_exclude: false
Images:
name: Images
nav_exclude: false
search_exclude: false
Methods_and_Functions:
name: Methods and Functions
nav_exclude: false
search_exclude: false
Modules_and_Packages:
name: Modules and Packages
nav_exclude: false
search_exclude: false
Object_and_Data_Structure:
name: Object and Data Structure
nav_exclude: false
search_exclude: false
OOPs:
name: OOPs
nav_exclude: false
search_exclude: false
PDF_Spreadsheets:
name: PDF Spreadsheets
nav_exclude: false
search_exclude: false
Statements:
name: Statements
nav_exclude: false
search_exclude: false
WebScraping:
name: WebScraping
nav_exclude: false
search_exclude: false