Skip to content

Commit

Permalink
Merge pull request #1193 from samchon/feature/website
Browse files Browse the repository at this point in the history
Documentation of v6.7 update.
  • Loading branch information
samchon authored Aug 3, 2024
2 parents ec356a2 + e987f57 commit 59cc5ea
Show file tree
Hide file tree
Showing 20 changed files with 2,821 additions and 2,518 deletions.
26 changes: 13 additions & 13 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@monaco-editor/react": "^4.5.1",
"@monaco-editor/react": "^4.6.0",
"@mui/icons-material": "^5.15.4",
"@mui/material": "^5.12.0",
"@rollup/browser": "^4.13.0",
"lz-string": "^1.5.0",
"monaco-editor": "^0.48.0",
"monaco-editor": "^0.50.0",
"next": "^14.2.3",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
Expand Down
4 changes: 2 additions & 2 deletions website/pages/docs/__templates/tab-aot.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Tabs items={['TypeScript Source Code', 'Compiled JavaScript File']}>
<Tab>
```typescript copy filename="examples/src/.ts" showLineNumbers {}
```typescript copy filename="examples/src/.ts" showLineNumbers
```
</Tab>
<Tab>
```javascript filename="examples/bin/.js" showLineNumbers {}
```javascript filename="examples/bin/.js" showLineNumbers
```
</Tab>
</Tabs>
2 changes: 1 addition & 1 deletion website/pages/docs/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"benchmark": {
"title": "⇲ Benchmark Result",
"href": "https://github.com/samchon/typia/tree/master/benchmark/results/11th%20Gen%20Intel(R)%20Core(TM)%20i5-1135G7%20%40%202.40GHz",
"href": "https://github.com/samchon/typia/tree/master/benchmark/results/AMD%20Ryzen%209%207940HS%20w%20Radeon%20780M%20Graphics",
"newWindow": true
},
"articles": {
Expand Down
Loading

0 comments on commit 59cc5ea

Please sign in to comment.