Skip to content

Commit

Permalink
Merge pull request #1412 from samchon/doc/discord
Browse files Browse the repository at this point in the history
Close #1366: discord server
  • Loading branch information
samchon authored Dec 3, 2024
2 parents 9d8d55c + faea122 commit 624883d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
![Typia Logo](https://typia.io/logo.png)

[![GitHub 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)
[![Downloads](https://img.shields.io/npm/dm/typia.svg)](https://www.npmjs.com/package/typia)
[![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 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
// RUNTIME VALIDATORS
Expand Down
10 changes: 10 additions & 0 deletions website/pages/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ import Stack from '@mui/material/Stack';
"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" }}>
Expand Down
9 changes: 4 additions & 5 deletions website/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ const config: DocsThemeConfig = {
},
project: {
link: "https://github.com/samchon/typia",
// icon: <img
// alt="Typia Github repo stars"
// src="https://img.shields.io/github/stars/samchon/typia?style=social"
// />
},
chat: {
link: "https://discord.gg/E94XhzrUCZ",
},
docsRepositoryBase: "https://github.com/samchon/typia/blob/master/website",
footer: {
Expand Down Expand Up @@ -116,7 +115,7 @@ const config: DocsThemeConfig = {
],
};
},
head: (<></>),
head: <></>,
};

export default config;

0 comments on commit 624883d

Please sign in to comment.