docs: improve content formatting and structure

- add bold text support in ChapterIntroduction component
- enhance text emphasis in multiple markdown files
- restructure sidebar and navigation for better organization
- simplify learning map content for clarity
This commit is contained in:
sanbuphy
2026-02-08 12:38:47 +08:00
parent 399bd0186b
commit e15bac802d
10 changed files with 119 additions and 114 deletions
@@ -162,6 +162,13 @@ const hasTags = computed(() => props.tags && props.tags.length > 0)
padding-top: 10px;
}
/* Support for bold text in slot content */
.description-text :deep(strong),
.description-text :deep(b) {
font-weight: 700;
color: var(--vp-c-text-1);
}
.objective-tag {
display: inline-flex;
align-items: center;