Skip to content

Commit f59e584

Browse files
1 parent 9faf28d commit f59e584

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ Land
3939

4040
---
4141

42-
# **Sky** 🌌
42+
# **Sky**β€πŸŒŒ
4343

44-
The UI Component Layer for Land 🏞️
44+
The UI Component Layer for Landβ€πŸžοΈ
4545

4646
[![License: CC0-1.0](https://img.shields.io/badge/License-CC0_1.0-lightgrey.svg)](https://github.com/CodeEditorLand/Land/tree/Current/LICENSE)
4747
[![NPM Version](https://img.shields.io/npm/v/@codeeditorland/sky.svg)](https://www.npmjs.com/package/@codeeditorland/sky)
@@ -68,7 +68,7 @@ presentation.
6868

6969
---
7070

71-
## Key Features πŸ”
71+
## Key Featuresβ€πŸ”
7272

7373
- **Astro-Based Component Architecture:** Leverages Astro's component islands
7474
architecture for efficient, content-driven UI development with zero JavaScript
@@ -110,7 +110,7 @@ presentation.
110110

111111
---
112112

113-
## Deep Dive & Component Breakdown πŸ”¬
113+
## Deep Dive & Component Breakdownβ€πŸ”¬
114114

115115
To understand how `Sky`'s internal components interact β€” including the Astro
116116
configuration, workbench approaches, and integration with `Wind` β€” please refer
@@ -121,7 +121,7 @@ routing, and the build process for bundling Wind modules.
121121

122122
---
123123

124-
## `Sky` in the Land Ecosystem 🌌 + 🏞️
124+
## `Sky` in the Land Ecosystemβ€πŸŒŒ +β€πŸžοΈ
125125

126126
| Component | Role & Key Responsibilities |
127127
| :--------------------- | :-------------------------------------------------------------------------------------------------------------------------------------- |
@@ -134,7 +134,7 @@ routing, and the build process for bundling Wind modules.
134134

135135
---
136136

137-
## Interaction Flow: Rendering UI from Wind State πŸ”„
137+
## Interaction Flow: Rendering UI from Wind Stateβ€πŸ”„
138138

139139
Here's a step-by-step example of how `Sky` renders the UI based on `Wind`'s
140140
state:
@@ -229,7 +229,7 @@ WorkbenchImpl -- Loads --> VSCodeComponents
229229

230230
---
231231

232-
## Project Structure Overview πŸ—ΊοΈ
232+
## Project Structure Overviewβ€πŸ—ΊοΈ
233233

234234
The `Sky` repository is organized to separate concerns between pages,
235235
workbenches, and components:
@@ -282,9 +282,9 @@ Sky/
282282

283283
---
284284

285-
## Getting Started πŸš€
285+
## Getting Startedβ€πŸš€
286286

287-
### Installation πŸ“₯
287+
### Installation πŸ“₯
288288

289289
To add `Sky` to your project workspace:
290290

@@ -305,7 +305,7 @@ pnpm add @codeeditorland/sky
305305
**Note:** `@tauri-apps/api` is accessed transitively through the `Wind` service
306306
layer rather than as a direct dependency.
307307

308-
### Usage Pattern πŸš€
308+
### Usage Patternβ€πŸš€
309309

310310
`Sky` is primarily used through its page routes and workbench components:
311311

0 commit comments

Comments
Β (0)