Skip to content

Commit 441e480

Browse files
author
Sabbir Ahmed
authored
Merge branch 'develop' into develop
2 parents b3e692e + fffc37e commit 441e480

5 files changed

Lines changed: 361 additions & 329 deletions

File tree

data/boostrap-5.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,23 +136,23 @@
136136
},
137137
{
138138
"definition": "হেডিং টু",
139-
"code": "<p class='h1'>h1. Bootstrap heading</p>"
139+
"code": "<p class='h2'>h2. Bootstrap heading</p>"
140140
},
141141
{
142142
"definition": "হেডিং থ্রি",
143-
"code": "<p class='h1'>h1. Bootstrap heading</p>"
143+
"code": "<p class='h3'>h3. Bootstrap heading</p>"
144144
},
145145
{
146146
"definition": "হেডিং ফোর",
147-
"code": "<p class='h1'>h1. Bootstrap heading</p>"
147+
"code": "<p class='h4'>h4. Bootstrap heading</p>"
148148
},
149149
{
150150
"definition": "হেডিং ফাইভ",
151-
"code": "<p class='h1'>h1. Bootstrap heading</p>"
151+
"code": "<p class='h5'>h5. Bootstrap heading</p>"
152152
},
153153
{
154154
"definition": "হেডিং সিক্স ",
155-
"code": "<p class='h1'>h1. Bootstrap heading</p>"
155+
"code": "<p class='h6'>h6. Bootstrap heading</p>"
156156
}
157157
]
158158
},

data/cpp.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,17 @@
192192
"code": "ostream_iterator<T> out(os);"
193193
}
194194
]
195-
},{
195+
},
196+
{
197+
"title": "অ্যারে ফাংশন",
198+
"items": [
199+
{
200+
"definition": "সর্ট নাম্বার অ্যারে (ছোট থেকে বড়)",
201+
"code": "sort()"
202+
}
203+
]
204+
}
205+
,{
196206
"title": "গাণিতিক লাইব্রেরি ফাংশন সমূহ",
197207
"items": [
198208
{

0 commit comments

Comments
 (0)