-
-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1422 from samchon/feat/nextra-v3
Adapt nextra v3 update
- Loading branch information
Showing
39 changed files
with
763 additions
and
795 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
export default { | ||
index: { | ||
title: "Introduction", | ||
type: "page", | ||
hidden: true, | ||
display: "hidden", | ||
theme: { | ||
layout: "full", | ||
}, | ||
}, | ||
docs: { | ||
title: "📖 Guide Documents", | ||
type: "page", | ||
}, | ||
playground: { | ||
title: "💻 Playground", | ||
type: "page", | ||
}, | ||
}; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
export default { | ||
index: "🙋🏻♂️ Introduction", | ||
setup: "📦 Setup", | ||
pure: "⛲ Pure TypeScript", | ||
|
||
"-- features": { | ||
type: "separator", | ||
title: "📖 Features", | ||
}, | ||
validators: "Runtime Validators", | ||
json: "Enhanced JSON", | ||
llm: "LLM Function Calling", | ||
protobuf: "Protocol Buffer", | ||
random: "Random Generator", | ||
misc: "Miscellaneous", | ||
|
||
"-- appendix": { | ||
type: "separator", | ||
title: "🔗 Appendix", | ||
}, | ||
utilization: "Utilization Cases", | ||
api: { | ||
title: "⇲ API Documents", | ||
href: "/api", | ||
newWindow: true, | ||
}, | ||
benchmark: { | ||
title: "⇲ Benchmark Result", | ||
href: "https://github.com/samchon/typia/tree/master/benchmark/results/AMD%20Ryzen%209%207940HS%20w%20Radeon%20780M%20Graphics", | ||
newWindow: true, | ||
}, | ||
articles: { | ||
title: "⇲ dev.to Articles", | ||
href: "https://dev.to/samchon/series/22474", | ||
newWindow: true, | ||
}, | ||
}; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
export default { | ||
schema: "JSON Schema", | ||
stringify: "stringify() functions", | ||
parse: "parse() functions", | ||
}; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.