Skip to content

Commit 3522228

Browse files
refactor: minor improvements related to Table of Contents
1 parent 9f0e24e commit 3522228

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

data/blog/software-development/mobile-development/native/android/jetifier-androidx-migration-guide.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Jetifier and AndroidX Migration: A Complete Guide'
33
date: '2025-05-22'
4-
tags: ['android', 'androidx', 'jetifier', 'mobile-development', 'software-development']
4+
tags: ['android', 'androidx', 'jetifier', 'mobile development', 'software development']
55
draft: false
66
summary: 'Learn about Jetifier, AndroidX, and how to migrate from Android Support Library to AndroidX. Understand the relationship between these technologies and best practices for migration.'
77
authors: ['default']
@@ -11,11 +11,9 @@ layout: PostLayout
1111

1212
![Jetifier and AndroidX Migration: A Complete Guide infographics](/static/images/android-support-library-jetifier-androidx.avif)
1313

14-
# Table of Contents
15-
1614
<TOCInline toc={props.toc} asDisclosure={true} />
1715

18-
# Jetifier and AndroidX Migration: A Complete Guide
16+
## Introduction
1917

2018
AndroidX is the modern replacement for the Android Support Library, providing backward compatibility across Android versions. Jetifier is a tool that helps migrate projects from the older Android Support Library to AndroidX. This comprehensive guide will explain the relationship between these technologies and provide best practices for migration.
2119

data/blog/software-development/web-development/frontend/cascading-style-sheets-css/combining-border-top-border-right-border-left-border-bottom-in-css-a-complete-guide.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Combining border-top, border-right, border-left, border-bottom in CSS: A Complete Guide'
33
date: '2025-05-09'
4-
tags: ['css', 'frontend', 'software-development', 'web-development']
4+
tags: ['css', 'frontend', 'software development', 'web development']
55
draft: false
66
summary: 'Learn how to combine border-top, border-right, border-left, and border-bottom properties into a single CSS declaration. Master CSS border shorthand properties with detailed examples and best practices.'
77
authors: ['default']
@@ -11,11 +11,9 @@ layout: PostLayout
1111

1212
![Combining border-top, border-right, border-left, border-bottom in CSS: A Complete Guide infographics](/static/images/borders-in-css.avif)
1313

14-
# Table of Contents
15-
1614
<TOCInline toc={props.toc} asDisclosure={true} />
1715

18-
# Combining border-top, border-right, border-left, border-bottom in CSS: A Complete Guide
16+
## Introduction
1917

2018
CSS border properties are fundamental to web design, allowing developers to create visual boundaries and enhance the user interface. While individual border properties like `border-top`, `border-right`, `border-left`, and `border-bottom` provide granular control, CSS shorthand properties offer a more efficient way to define borders. This comprehensive guide will show you how to combine these individual border properties into concise, maintainable CSS code.
2119

0 commit comments

Comments
 (0)