diff --git a/config.json b/config.json index f6f3c2ef..5f58c5d9 100644 --- a/config.json +++ b/config.json @@ -184,7 +184,38 @@ ] }, "concepts": [], - "key_features": [], + "key_features": [ + { + "icon": "features-oop", + "title": "Modern", + "content": "VB.NET is a modern, fast-evolving language." + }, + { + "icon": "features-strongly-typed", + "title": "Cross-platform", + "content": "VB.NET runs on almost any platform and chipset." + }, + { + "icon": "features-functional", + "title": "Multi-paradigm", + "content": "VB.NET is primarily an object-oriented language, but also has lots of functional features." + }, + { + "icon": "features-lazy", + "title": "General purpose", + "content": "VB.NET is used for a wide variety of workloads, like websites, gui and console applications." + }, + { + "icon": "features-declarative", + "title": "Tooling", + "content": "VB.NET has excellent tooling, with linting and advanced refactoring options built-in." + }, + { + "icon": "features-generic", + "title": "Documentation", + "content": "Documentation is excellent and exhaustive, making it easy to get started with VB.NET." + } + ], "tags": [ "paradigm/functional", "paradigm/imperative",