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

Docs installation async #136

Closed
wants to merge 23 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
f79e8b7
feat initial mdx docs implementation
ChcJohnie Jun 23, 2023
09e3f71
feat docs highlighting
ChcJohnie Jun 23, 2023
1fbfd33
improve styling and highlighting
ChcJohnie Jun 23, 2023
6592b7d
refactor load demo in page and pass through scope
ChcJohnie Jun 23, 2023
8ce5f75
feat more doc content
ChcJohnie Jun 26, 2023
de8a483
feat code el with copy button
ChcJohnie Jun 26, 2023
546ed27
Merge branch 'main' into docs-installation
ChcJohnie Jun 26, 2023
404a193
fix sort-keys was supposed to stay in lock
ChcJohnie Jun 26, 2023
e579287
fix post merge content update
ChcJohnie Jun 26, 2023
82f1e59
feat component example with headling
ChcJohnie Jun 26, 2023
53d5858
feat dependencies installation test
ChcJohnie Jun 26, 2023
3ae4524
feat control examples with mxd
ChcJohnie Jun 26, 2023
3005aeb
fix apply not-prose on all code components
ChcJohnie Jun 26, 2023
f6343c4
refactor mdx comp naming and data passing
ChcJohnie Jun 27, 2023
b9cb88a
Merge branch 'main' into docs-installation
ChcJohnie Jun 27, 2023
d05f03c
feat add list docs to test docs features
ChcJohnie Jun 27, 2023
c2feee7
chore up rehype-pretty-code
ChcJohnie Jun 27, 2023
cbe8c03
feat add simplified demo, remove examples from mdx
ChcJohnie Jun 27, 2023
b1275f9
feat conform examples comps names
ChcJohnie Jun 27, 2023
01ee8d0
fix docs typography
ChcJohnie Jun 28, 2023
d953123
fix pre mobile overflows
ChcJohnie Jun 28, 2023
2dda838
feat add async mxd component
ChcJohnie Jun 28, 2023
e43f0d4
fix second expect error
ChcJohnie Jun 28, 2023
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
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"react-dom": "^18.2.0",
"react-email": "1.9.3",
"react-use-measure": "^2.1.1",
"rehype-pretty-code": "^0.10.0",
"shiki": "^0.14.2",
"tailwind-merge": "1.10.0",
"typescript": "4.9.5",
Expand Down
Loading