Skip to content

Commit 5fe742f

Browse files
committed
fix: Remove redundant H1 headings from all documentation pages
- Fixed CLI Commands, Type System, Attributes, Generated Code, Migration Guide - All pages had redundant H1 heading after frontmatter title - Starlight automatically renders frontmatter title as H1 - Ensures consistent page heading display across entire docs site
1 parent 1c1f769 commit 5fe742f

File tree

5 files changed

+0
-10
lines changed

5 files changed

+0
-10
lines changed

src/content/docs/api/attributes.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: Attributes
33
description: Reference for all LUMOS schema attributes
44
---
55

6-
# Attributes Reference
7-
86
Attributes control how LUMOS generates code for structs and enums. They are written with `#[attribute_name]` syntax above type definitions.
97

108
## Overview

src/content/docs/api/cli-commands.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: CLI Commands
33
description: Complete reference for all LUMOS CLI commands
44
---
55

6-
# CLI Commands Reference
7-
86
The LUMOS CLI (`lumos`) provides four main commands for working with `.lumos` schema files.
97

108
## Installation

src/content/docs/api/generated-code.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: Generated Code Examples
33
description: See exactly what LUMOS generates from your schemas
44
---
55

6-
# Generated Code Examples
7-
86
This page shows complete examples of what LUMOS generates from `.lumos` schemas. Each example includes the input schema and both Rust and TypeScript outputs.
97

108
---

src/content/docs/api/types.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: Type System
33
description: Complete reference for all supported types in LUMOS schemas
44
---
55

6-
# Type System Reference
7-
86
LUMOS supports a rich type system that maps cleanly between Rust and TypeScript.
97

108
## Type Mapping Overview

src/content/docs/guides/migration-guide.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: Migration Guide
33
description: Step-by-step guide for migrating from manual Borsh code to LUMOS
44
---
55

6-
# Migration Guide: Manual Borsh → LUMOS
7-
86
This guide helps you transition from hand-written Borsh serialization code to LUMOS-generated schemas.
97

108
**Migration time:** 5-30 minutes per struct/enum (depending on complexity)

0 commit comments

Comments
 (0)