Commit 9f3ef4d
authored
feat: add Astro landing page home UI (#905)
* feat: add Astro landing page home UI
* docs: add AI Skills content to the LLMs documentation
* fix: modify the static-image folder path
* fix: astro.config build error
* chore: pnpm-lock update
* fix: branding static-image path issue
* fix: lint issue
* refactor: rename _home to _pages for FSD consistency, use PascalCase for Astro components
- Rename src/pages/_home → src/pages/_pages for FSD layer naming consistency
- Rename Astro component files from kebab-case to PascalCase (hero-banner.astro → HeroBanner.astro, etc.)
Made-with: Cursor
* fix: move ThemeProvider out of static-image, rename static-image components to PascalCase
- Move ThemeProvider.astro from static-image/ to shared/ui/ (was placed there accidentally)
- Rename static-image.astro → StaticImage.astro
- Rename static-image-download.astro → StaticImageDownload.astro
Made-with: Cursor
* chore: update config and content paths after refactoring
- Update astro.config.mjs and tsconfig.astro.json for _pages path
- Update import paths in content docs (branding, layers, public-api, slices-segments across all locales)
Made-with: Cursor
* fix: astro.config lint error
* fix: use relative imports in docs index to avoid alias resolution error
* fix: replace forced line break with responsive wrapping in HeroBanner
* fix: make HeroBanner summary wrap naturally
* fix: HeroBanner lint issue
* fix: use relative imports for static image components in docs1 parent 8302ee2 commit 9f3ef4d
54 files changed
Lines changed: 4645 additions & 3451 deletions
File tree
- src
- content/docs
- docs
- get-started
- reference
- ja/docs
- reference
- kr/docs/reference
- ru/docs
- reference
- uz/docs
- reference
- vi/docs
- reference
- zh/docs
- reference
- pages
- _pages
- companies
- ui
- static/img/landing
- icons
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
12 | 20 | | |
13 | | - | |
14 | 21 | | |
15 | 22 | | |
16 | 23 | | |
| |||
29 | 36 | | |
30 | 37 | | |
31 | 38 | | |
32 | | - | |
| 39 | + | |
33 | 40 | | |
34 | 41 | | |
35 | 42 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 5 | + | |
12 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
0 commit comments