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
115115To understand how ` Sky ` 's internal components interact β including the Astro
116116configuration, 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
139139Here's a step-by-step example of how ` Sky ` renders the UI based on ` Wind ` 's
140140state:
@@ -229,7 +229,7 @@ WorkbenchImpl -- Loads --> VSCodeComponents
229229
230230---
231231
232- ## Project Structure Overview πΊοΈ
232+ ## Project Structure Overviewβ πΊοΈ
233233
234234The ` Sky ` repository is organized to separate concerns between pages,
235235workbenches, and components:
282282
283283---
284284
285- ## Getting Started π
285+ ## Getting Startedβ π
286286
287- ### Installation π₯
287+ ### Installationβ π₯
288288
289289To 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
306306layer 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