Skip to content

Commit

Permalink
Added key-features to config.json (#143)
Browse files Browse the repository at this point in the history
* Added key-features to config.json

Fixes #88

* Update config.json

Incorporated pull request [comments](#143 (review)) from @ErikSchierboom.
  - Avoided potentially unfamiliar acronym "ISA".
  - Reworded too long "documentation" content.
  - Also revised wording in "cross-platform" and "stable" contents for clarity.
  • Loading branch information
hraftery committed Nov 25, 2021
1 parent d33194e commit a34be43
Showing 1 changed file with 32 additions and 1 deletion.
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

0 comments on commit a34be43

Please sign in to comment.