Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more gurubase document chatbot links #1489

Merged
merged 1 commit into from
Feb 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
[![NPM Version](https://img.shields.io/npm/v/typia.svg)](https://www.npmjs.com/package/typia)
[![NPM Downloads](https://img.shields.io/npm/dm/typia.svg)](https://www.npmjs.com/package/typia)
[![Build Status](https://github.com/samchon/typia/workflows/build/badge.svg)](https://github.com/samchon/typia/actions?query=workflow%3Abuild)
[![Guide Documents](https://img.shields.io/badge/guide-documents-forestgreen)](https://typia.io/docs/)
[![Gurubase](https://img.shields.io/badge/Gurubase-Ask%20Typia%20Guru-006BFF)](https://gurubase.io/g/typia)
[![Guide Documents](https://img.shields.io/badge/Guide-Documents-forestgreen)](https://typia.io/docs/)
[![Gurubase](https://img.shields.io/badge/Gurubase-Document%20Chatbot-006BFF)](https://gurubase.io/g/typia)
[![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)

```typescript
Expand Down Expand Up @@ -131,7 +131,7 @@ Check out the document in the [website](https://typia.io/docs/):
- [`application()` function](https://typia.io/docs/llm/application/)
- [`parameters()` function](https://typia.io/docs/llm/parameters/)
- [`schema()` function](https://typia.io/docs/llm/schema/)
- [Super AI Chatbot](https://typia.io/docs/llm/chat/)
- [AI Chatbot Development](https://typia.io/docs/llm/chat/)
- [Documentation Strategy](https://typia.io/docs/llm/strategy/)
- Protocol Buffer
- [Message Schema](https://typia.io/docs/protobuf/message)
Expand Down
13 changes: 8 additions & 5 deletions website/pages/_meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,19 @@ export default {
type: "page",
hidden: true,
display: "hidden",
// theme: {
// layout: "full",
// },
},
docs: {
title: "📖 Guide Documents",
type: "page",
},
playground: {
title: "💻 Playground",
gurubase: {
type: "page",
title: "💬 Document Chatbot",
href: "https://gurubase.io/g/typia",
newWindow: true,
},
// playground: {
// title: "💻 Playground",
// type: "page",
// },
};
4 changes: 2 additions & 2 deletions website/pages/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ import Stack from '@mui/material/Stack';
],
[
"Guide Documents",
"https://img.shields.io/badge/guide-documents-forestgreen",
"https://img.shields.io/badge/Guide-Documents-forestgreen",
"https://typia.io/docs/",
],
[
"Gurubase",
"https://img.shields.io/badge/Gurubase-Ask%20Typia%20Guru-006BFF",
"https://img.shields.io/badge/Gurubase-Document%20Chatbot-006BFF",
"https://gurubase.io/g/typia",
],
[
Expand Down
2 changes: 1 addition & 1 deletion website/pages/docs/llm/_meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ export default {
application: "application() functions",
parameters: "parameters() function",
schema: "schema() function",
chat: "Super A.I. Chatbot",
chat: "AI Chatbot Development",
strategy: "Documentation Strategy",
};
2 changes: 1 addition & 1 deletion website/pages/docs/llm/chat.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Guide Documents > Large Language Model > A.I. Chatbot
title: Guide Documents > Large Language Model > AI Chatbot Development
---
import { Callout, Tabs } from 'nextra/components'

Expand Down
46 changes: 1 addition & 45 deletions website/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,52 +12,8 @@ import HomeStrengthMovie from "../src/movies/home/HomeStrengthMovie";
## Transformer
![Typia Logo](/logo.png)

{/* <span style={{ display: "flex", flexDirection: "row" }}>
{[
[
"MIT License",
"https://img.shields.io/badge/license-MIT-blue.svg",
"https://github.com/samchon/typia/blob/master/LICENSE",
],
[
"NPM Version",
"https://img.shields.io/npm/v/typia.svg",
"https://www.npmjs.com/package/typia",
],
[
"NPM Downloads",
"https://img.shields.io/npm/dm/typia.svg",
"https://www.npmjs.com/package/typia",
],
[
"Build Status",
"https://github.com/samchon/typia/workflows/build/badge.svg",
"https://github.com/samchon/typia/actions?query=workflow%3Abuild",
],
[
"Guide Documents",
"https://img.shields.io/badge/guide-documents-forestgreen",
"https://typia.io/docs/",
],
[
"Gurubase",
"https://img.shields.io/badge/Gurubase-Ask%20Typia%20Guru-006BFF",
"https://gurubase.io/g/typia",
],
[
"Discord",
"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",
]
].map(([alt, image, url]) => (
<a href={url} style={{ marginTop: "30px", marginRight: "6px" }}>
<img src={image} alt={alt} />
</a>
))}
</span> */}

<center>
[Guide Documents](/docs) · [Playground (Online IDE)](/playground) · [Github Repository](https://github.com/samchon/typia)
[Guide Documents](/docs) ([Document Chatbot](https://gurubase.io/g/typia)) · [Playground (Online IDE)](/playground) · [Github Repository](https://github.com/samchon/typia)
</center>

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