Commit e28a7a5
committed
feat: Add home layout and page components with initial content
- Implemented a new layout for the home page using HomeLayout from fumadocs-ui.
- Created a home page with a gradient background, sections for features, stats, use cases, and a call to action.
- Added links to documentation and GitHub repository.
- Introduced a new API route for search functionality using createFromSource.
- Added routes for LLM text retrieval and documentation in Markdown format.
- Implemented Open Graph image generation for documentation pages.
- Created a copy button component for Markdown content with GitHub and Scira AI integration.
- Added initial documentation content with example cards.
- Introduced utility functions for class name merging and shared layout options.
- Configured PostCSS for Tailwind CSS integration.1 parent 7c34b98 commit e28a7a5
File tree
29 files changed
+834
-599
lines changed- apps/site
- app
- (home)
- api/search
- blog
- [slug]
- docs
- [[...slug]]
- llms-full.txt
- llms.mdx/docs/[[...slug]]
- llms.txt
- og/docs/[...slug]
- components/ai
- content
- blog
- docs
- lib
29 files changed
+834
-599
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 | | |
6 | 10 | | |
7 | | - | |
8 | | - | |
9 | 11 | | |
| 12 | + | |
10 | 13 | | |
11 | | - | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | | - | |
15 | | - | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
19 | 22 | | |
20 | | - | |
| 23 | + | |
21 | 24 | | |
22 | | - | |
23 | | - | |
24 | 25 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 6 | + | |
23 | 7 | | |
24 | 8 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 9 | + | |
| 10 | + | |
29 | 11 | | |
30 | | - | |
31 | | - | |
32 | | - | |
| 12 | + | |
| 13 | + | |
33 | 14 | | |
34 | 15 | | |
35 | | - | |
| 16 | + | |
36 | 17 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
52 | 24 | | |
53 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
54 | 30 | | |
55 | | - | |
| 31 | + | |
56 | 32 | | |
57 | | - | |
| 33 | + | |
58 | 34 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
| 35 | + | |
64 | 36 | | |
65 | | - | |
| 37 | + | |
66 | 38 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
| 39 | + | |
| 40 | + | |
71 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Lines changed: 4 additions & 34 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
| 6 | + | |
37 | 7 | | |
38 | 8 | | |
39 | 9 | | |
| |||
328 | 298 | | |
329 | 299 | | |
330 | 300 | | |
331 | | - | |
332 | | - | |
| 301 | + | |
| 302 | + | |
333 | 303 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
This file was deleted.
This file was deleted.
0 commit comments