Skip to content

Commit 09fccc2

Browse files
author
Rajat
committed
lint fixes
1 parent 4e65f64 commit 09fccc2

File tree

7 files changed

+139
-139
lines changed

7 files changed

+139
-139
lines changed

apps/docs/src/pages/en/website/blocks.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You will also see the newly added link on the header itself.
3636
3. Click on the pencil icon against the newly added link to edit it as shown above.
3737
4. Change the label (displayed as text on the header block) and the URL (where the user should be taken upon clicking the label on the header) and click `Done` to save.
3838
![Header edit link](/assets/pages/header-edit-link.png)
39-
</details>
39+
</details>
4040

4141
### [Rich Text](#rich-text)
4242

@@ -69,7 +69,7 @@ The rich text block uses the same text editor available elsewhere on the platfor
6969
2. Click on the floating `link` icon to reveal a text input.
7070
3. In the popup text input, enter the URL as shown below and press <kbd>Enter</kbd>.
7171
![Create a hyperlink in rich text block](/assets/pages/courselit-text-editor-create-links.gif)
72-
</details>
72+
</details>
7373

7474
### [Hero](#hero)
7575

@@ -95,7 +95,7 @@ Following is how it looks on a page.
9595
4. In the button action, enter the URL the user should be taken to upon clicking.
9696
a. If the URL is from your own school, use its relative form, i.e., `/courses`.
9797
b. If the URL is from some external website, use the absolute (complete) URL, i.e., `https://website.com/courses`.
98-
</details>
98+
</details>
9999

100100
### [Grid](#grid)
101101

@@ -140,7 +140,7 @@ A grid block comes in handy when you want to show some sort of list, for example
140140
4. In the button action, enter the URL the user should be taken to upon clicking.
141141
a. If the URL is from your own school, use its relative form, i.e., `/courses`.
142142
b. If the URL is from some external website, use the absolute (complete) URL, i.e., `https://website.com/courses`.
143-
</details>
143+
</details>
144144

145145
### [Featured](#featured)
146146

@@ -276,7 +276,7 @@ In the `Design` panel, you can customize:
276276
- Maximum width
277277
- Vertical padding
278278
- Social media links (Facebook, Twitter, Instagram, LinkedIn, YouTube, Discord, GitHub)
279-
</details>
279+
</details>
280280

281281
## [Shared blocks](#shared-blocks)
282282

apps/docs/src/pages/en/website/themes.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -192,30 +192,30 @@ The typography editor lets you customize text styles across your website. These
192192
- Header 3: Smaller titles for subsections
193193
- Header 4: Small titles for minor sections
194194
- Preheader: Introductory text that appears above headers
195-
</details>
195+
</details>
196196

197197
<details>
198198
<summary>Subheaders</summary>
199199

200200
- Subheader 1: Primary subheaders for section introductions
201201
- Subheader 2: Secondary subheaders for supporting text
202-
</details>
202+
</details>
203203

204204
<details>
205205
<summary>Body Text</summary>
206206

207207
- Text 1: Main body text for content
208208
- Text 2: Secondary body text for supporting content
209209
- Caption: Small text for image captions and footnotes
210-
</details>
210+
</details>
211211

212212
<details>
213213
<summary>Interactive Elements</summary>
214214

215215
- Link: Text for clickable links
216216
- Button: Text for buttons and calls-to-action
217217
- Input: Text for form fields and search boxes
218-
</details>
218+
</details>
219219

220220
For each text style, you can customize:
221221

@@ -243,7 +243,7 @@ CourseLit provides a carefully curated selection of professional fonts, organize
243243
- **Mulish**: A geometric sans-serif with a modern feel
244244
- **Nunito**: A well-balanced font with rounded terminals
245245
- **Work Sans**: A clean, modern font with a geometric feel
246-
</details>
246+
</details>
247247

248248
<details>
249249
<summary>Serif Fonts</summary>
@@ -253,7 +253,7 @@ CourseLit provides a carefully curated selection of professional fonts, organize
253253
- **Playfair Display**: An elegant serif font for headings
254254
- **Roboto Slab**: A serif variant of Roboto
255255
- **Source Serif 4**: A serif font designed for digital reading
256-
</details>
256+
</details>
257257

258258
<details>
259259
<summary>Display Fonts</summary>
@@ -264,15 +264,15 @@ CourseLit provides a carefully curated selection of professional fonts, organize
264264
- **Rubik**: A sans-serif with a geometric feel
265265
- **Oswald**: A reworking of the classic style
266266
- **Bebas Neue**: A display font with a strong personality
267-
</details>
267+
</details>
268268

269269
<details>
270270
<summary>Modern Fonts</summary>
271271

272272
- **Lato**: A sans-serif font with a warm feel
273273
- **PT Sans**: A font designed for public use
274274
- **Quicksand**: A display sans-serif with rounded terminals
275-
</details>
275+
</details>
276276

277277
Each font is optimized for web use and includes multiple weights for flexibility in design. All fonts support Latin characters and are carefully selected for their readability and professional appearance.
278278

@@ -290,7 +290,7 @@ The interactives editor allows you to customize the appearance of interactive el
290290
- Shadow effects: From None to 2X Large
291291
- Custom styles: Add your own custom styles using [supported Tailwind classes](#supported-tailwind-classes)
292292
- Disabled state: How the button looks when it can't be clicked
293-
</details>
293+
</details>
294294

295295
<details>
296296
<summary>Link</summary>
@@ -300,7 +300,7 @@ The interactives editor allows you to customize the appearance of interactive el
300300
- Text shadow: Add depth to your links
301301
- Custom styles: Add your own custom styles using [supported Tailwind classes](#supported-tailwind-classes)
302302
- Disabled state: How the link looks when it can't be clicked
303-
</details>
303+
</details>
304304

305305
<details>
306306
<summary>Card</summary>
@@ -309,7 +309,7 @@ The interactives editor allows you to customize the appearance of interactive el
309309
- Border style: Choose from various border styles
310310
- Shadow effects: Add depth to your cards
311311
- Custom styles: Add your own custom styles using [supported Tailwind classes](#supported-tailwind-classes)
312-
</details>
312+
</details>
313313

314314
<details>
315315
<summary>Input</summary>
@@ -320,7 +320,7 @@ The interactives editor allows you to customize the appearance of interactive el
320320
- Shadow effects: Add depth to your input fields
321321
- Custom styles: Add your own custom styles using [supported Tailwind classes](#supported-tailwind-classes)
322322
- Disabled state: How the input looks when it can't be used
323-
</details>
323+
</details>
324324

325325
### 4. Structure
326326

@@ -332,14 +332,14 @@ The structure editor lets you customize the layout of your pages, like section p
332332
<summary>Page</summary>
333333

334334
- Maximum width options: - 2XL (42rem): Compact layout - 3XL (48rem): Standard layout - 4XL (56rem): Wide layout - 5XL (64rem): Extra wide layout - 6XL (72rem): Full width layout
335-
</details>
335+
</details>
336336

337337
<details>
338338
<summary>Section</summary>
339339

340340
- Horizontal padding: Space on the left and right sides (None to 9X Large)
341341
- Vertical padding: Space on the top and bottom (None to 9X Large)
342-
</details>
342+
</details>
343343

344344
## Publishing Changes
345345

@@ -387,7 +387,7 @@ When adding custom styles to interactive elements, you can use the following Tai
387387
- `text-6xl`: 6X large text
388388
- `text-7xl`: 7X large text
389389
- `text-8xl`: 8X large text
390-
</details>
390+
</details>
391391

392392
<details>
393393
<summary>Padding</summary>
@@ -399,7 +399,7 @@ When adding custom styles to interactive elements, you can use the following Tai
399399
#### Horizontal Padding
400400

401401
- `px-4` to `px-20`: Horizontal padding from 1rem to 5rem
402-
</details>
402+
</details>
403403

404404
<details>
405405
<summary>Colors</summary>
@@ -454,7 +454,7 @@ Variants available: `hover`, `disabled`, `dark`
454454
- `ease-out`: Ease out
455455
- `ease-in-out`: Ease in and out
456456
- `ease-linear`: Linear
457-
</details>
457+
</details>
458458

459459
<details>
460460
<summary>Transforms</summary>
@@ -481,7 +481,7 @@ Variants available: `hover`, `disabled`, `dark`
481481
- `scale-110`: 110% scale
482482
- `scale-125`: 125% scale
483483
- `scale-150`: 150% scale
484-
</details>
484+
</details>
485485

486486
<details>
487487
<summary>Shadows</summary>

apps/web/components.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
"lib": "@/lib",
1818
"hooks": "@/hooks"
1919
}
20-
}
20+
}

0 commit comments

Comments
 (0)