Skip to content

Commit 5f895db

Browse files
authored
Add more gurubase document chatbot links (#1489)
1 parent 05175d4 commit 5f895db

File tree

6 files changed

+16
-57
lines changed

6 files changed

+16
-57
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
[![NPM Version](https://img.shields.io/npm/v/typia.svg)](https://www.npmjs.com/package/typia)
66
[![NPM Downloads](https://img.shields.io/npm/dm/typia.svg)](https://www.npmjs.com/package/typia)
77
[![Build Status](https://github.com/samchon/typia/workflows/build/badge.svg)](https://github.com/samchon/typia/actions?query=workflow%3Abuild)
8-
[![Guide Documents](https://img.shields.io/badge/guide-documents-forestgreen)](https://typia.io/docs/)
9-
[![Gurubase](https://img.shields.io/badge/Gurubase-Ask%20Typia%20Guru-006BFF)](https://gurubase.io/g/typia)
8+
[![Guide Documents](https://img.shields.io/badge/Guide-Documents-forestgreen)](https://typia.io/docs/)
9+
[![Gurubase](https://img.shields.io/badge/Gurubase-Document%20Chatbot-006BFF)](https://gurubase.io/g/typia)
1010
[![Discord Badge](https://img.shields.io/badge/discord-samchon-d91965?style=flat&labelColor=5866f2&logo=discord&logoColor=white&link=https://discord.gg/E94XhzrUCZ)](https://discord.gg/E94XhzrUCZ)
1111

1212
```typescript
@@ -131,7 +131,7 @@ Check out the document in the [website](https://typia.io/docs/):
131131
- [`application()` function](https://typia.io/docs/llm/application/)
132132
- [`parameters()` function](https://typia.io/docs/llm/parameters/)
133133
- [`schema()` function](https://typia.io/docs/llm/schema/)
134-
- [Super AI Chatbot](https://typia.io/docs/llm/chat/)
134+
- [AI Chatbot Development](https://typia.io/docs/llm/chat/)
135135
- [Documentation Strategy](https://typia.io/docs/llm/strategy/)
136136
- Protocol Buffer
137137
- [Message Schema](https://typia.io/docs/protobuf/message)

website/pages/_meta.js

+8-5
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,19 @@ export default {
44
type: "page",
55
hidden: true,
66
display: "hidden",
7-
// theme: {
8-
// layout: "full",
9-
// },
107
},
118
docs: {
129
title: "📖 Guide Documents",
1310
type: "page",
1411
},
15-
playground: {
16-
title: "💻 Playground",
12+
gurubase: {
1713
type: "page",
14+
title: "💬 Document Chatbot",
15+
href: "https://gurubase.io/g/typia",
16+
newWindow: true,
1817
},
18+
// playground: {
19+
// title: "💻 Playground",
20+
// type: "page",
21+
// },
1922
};

website/pages/docs/index.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ import Stack from '@mui/material/Stack';
3232
],
3333
[
3434
"Guide Documents",
35-
"https://img.shields.io/badge/guide-documents-forestgreen",
35+
"https://img.shields.io/badge/Guide-Documents-forestgreen",
3636
"https://typia.io/docs/",
3737
],
3838
[
3939
"Gurubase",
40-
"https://img.shields.io/badge/Gurubase-Ask%20Typia%20Guru-006BFF",
40+
"https://img.shields.io/badge/Gurubase-Document%20Chatbot-006BFF",
4141
"https://gurubase.io/g/typia",
4242
],
4343
[

website/pages/docs/llm/_meta.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ export default {
22
application: "application() functions",
33
parameters: "parameters() function",
44
schema: "schema() function",
5-
chat: "Super A.I. Chatbot",
5+
chat: "AI Chatbot Development",
66
strategy: "Documentation Strategy",
77
};

website/pages/docs/llm/chat.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Guide Documents > Large Language Model > A.I. Chatbot
2+
title: Guide Documents > Large Language Model > AI Chatbot Development
33
---
44
import { Callout, Tabs } from 'nextra/components'
55

website/pages/index.mdx

+1-45
Original file line numberDiff line numberDiff line change
@@ -12,52 +12,8 @@ import HomeStrengthMovie from "../src/movies/home/HomeStrengthMovie";
1212
## Transformer
1313
![Typia Logo](/logo.png)
1414

15-
{/* <span style={{ display: "flex", flexDirection: "row" }}>
16-
{[
17-
[
18-
"MIT License",
19-
"https://img.shields.io/badge/license-MIT-blue.svg",
20-
"https://github.com/samchon/typia/blob/master/LICENSE",
21-
],
22-
[
23-
"NPM Version",
24-
"https://img.shields.io/npm/v/typia.svg",
25-
"https://www.npmjs.com/package/typia",
26-
],
27-
[
28-
"NPM Downloads",
29-
"https://img.shields.io/npm/dm/typia.svg",
30-
"https://www.npmjs.com/package/typia",
31-
],
32-
[
33-
"Build Status",
34-
"https://github.com/samchon/typia/workflows/build/badge.svg",
35-
"https://github.com/samchon/typia/actions?query=workflow%3Abuild",
36-
],
37-
[
38-
"Guide Documents",
39-
"https://img.shields.io/badge/guide-documents-forestgreen",
40-
"https://typia.io/docs/",
41-
],
42-
[
43-
"Gurubase",
44-
"https://img.shields.io/badge/Gurubase-Ask%20Typia%20Guru-006BFF",
45-
"https://gurubase.io/g/typia",
46-
],
47-
[
48-
"Discord",
49-
"https://img.shields.io/badge/discord-samchon-d91965?style=flat&labelColor=5866f2&logo=discord&logoColor=white&link=https://discord.gg/E94XhzrUCZ",
50-
"https://discord.gg/E94XhzrUCZ",
51-
]
52-
].map(([alt, image, url]) => (
53-
<a href={url} style={{ marginTop: "30px", marginRight: "6px" }}>
54-
<img src={image} alt={alt} />
55-
</a>
56-
))}
57-
</span> */}
58-
5915
<center>
60-
[Guide Documents](/docs) · [Playground (Online IDE)](/playground) · [Github Repository](https://github.com/samchon/typia)
16+
[Guide Documents](/docs) ([Document Chatbot](https://gurubase.io/g/typia)) · [Playground (Online IDE)](/playground) · [Github Repository](https://github.com/samchon/typia)
6117
</center>
6218

6319
`typia` is a transformer library converting TypeScript types to runtime function.

0 commit comments

Comments
 (0)