23 Commits

Author SHA1 Message Date
90a458268f feat: upgrade tailwindcss v4
Some checks are pending
lint-and-check / CLI Check (push) Waiting to run
lint-and-check / Component Check (push) Waiting to run
2025-03-11 19:59:11 +09:00
6ed20835f6 ci: change lint script to run biomejs 2024-06-29 22:05:09 +09:00
65a6597a8e ci: replace eslint and prettier to biomejs and lefthook 2024-06-29 22:02:56 +09:00
Shinwoo PARK
447b2249c8 refactor: remove useless dependencies for old docs 2024-06-13 19:34:05 +00:00
7d2aa1d7f0 feat(react): add 404 redirection and update build script
Added a 404.html file that contains a redirection script in the 'react' package. Also updated the build script in package.json to copy the 404.html into the dist folder when building.
2024-06-08 09:11:38 +09:00
92b64405a4 feat: upgrade typescript version
The typescript version was upgraded from 5.3.2 to 5.4.5 in the react package.json and yarn.lock files. This update will introduce any new features and fixes from the latest typescript version.
2024-06-06 00:16:07 +09:00
3750de01e2 refactor: remove rehype-highlight plugin 2024-06-04 22:35:27 +09:00
a4b7978110 feat: add react-syntax-highlighter instead 2024-06-04 11:50:25 +09:00
65b27a8f15 fix: drop react-highlight due to deprecated 2024-06-04 11:49:53 +09:00
0e5fd863b0 feat: apply react-highlight in LoadedCode 2024-06-03 23:12:26 +09:00
95ec9ef6d0 feat: add vite-plugin-dynamic-import 2024-06-03 22:56:24 +09:00
a042157626 feat: add rehype-slug & @stefanprobst/rehype-extract-toc to provide toc 2024-06-02 06:56:59 +09:00
a431542019 feat: add remark-gfm to support table 2024-06-02 01:53:45 +09:00
0351c9aa2b fix: upgrade typescript version 2024-06-01 08:20:04 +09:00
de695f02e9 feat: add highlightjs in dependency 2024-06-01 07:47:58 +09:00
4f2884077a feat: add rehype-highlight to support code block syntax highlighting 2024-06-01 02:32:14 +09:00
329839a375 fix: move @tailwindcss/typography to dev dependency 2024-06-01 01:12:12 +09:00
ca2ab0cead feat: add tailwind typography for mdx styling 2024-06-01 01:10:48 +09:00
4429f5233e fix: add node type 2024-06-01 00:46:19 +09:00
30abb02750 fix: remove storybook 2024-05-31 21:15:27 +09:00
5d0ee14098 feat: add mdx 2024-05-31 21:08:54 +09:00
28f84778bf feat: add base docs template 2024-05-19 09:41:59 +09:00
f7013ae546 feat: add basic setup for storybook 2024-05-18 21:11:11 +09:00