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

Added key-features to config.json #143

Merged
merged 2 commits into from
Nov 25, 2021
Merged
Changes from all commits
Commits
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
33 changes: 32 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,38 @@
"name": "Basics"
}
],
"key_features": [],
"key_features": [
{
"icon": "widely-used",
"title": "Widely Used",
"content": "x86-64 has been the dominant instruction set for personal computer CPUs since 2010."
},
{
"icon": "fast",
"title": "Fast",
"content": "As an assembly language, x86-64 cannot be beaten in pure execution speed."
},
{
"icon": "cross-platform",
"title": "Cross-platform",
"content": "x86-64 has been adopted by AMD, Intel and VIA for their CPUs."
},
{
"icon": "stable",
"title": "Stable",
"content": "With an enormous install base relying on stability, changes since introduction have been minimal."
},
{
"icon": "powerful",
"title": "Powerful",
"content": "x86-64 powers the most capable desktop CPUs in the world."
},
{
"icon": "documentation",
"title": "Detailed documentation",
"content": "Given its wide-spread and critical application, x86-64 has been exactingly documented."
}
],
"tags": [
"paradigm/imperative",
"paradigm/procedural",
Expand Down