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

Format config files #532

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
44 changes: 21 additions & 23 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
]
},
"exercises": {
"concept": [],
"practice": [
{
"slug": "hello-world",
Expand Down Expand Up @@ -960,61 +959,60 @@
}
]
},
"concepts": [],
"key_features": [
{
"icon": "evolving",
"title": "Modern",
"content": "Delphi is a modern, evolving language."
"content": "Delphi is a modern, evolving language.",
"icon": "evolving"
},
{
"icon": "cross-platform",
"title": "Cross-platform",
"content": "Delphi runs on almost any platform and chipset."
"content": "Delphi runs on almost any platform and chipset.",
"icon": "cross-platform"
},
{
"icon": "multi-paradigm",
"title": "Multi-paradigm",
"content": "Delphi is primarily an object-oriented language, but also has lots of functional features."
"content": "Delphi is primarily an object-oriented language, but also has lots of functional features.",
"icon": "multi-paradigm"
},
{
"icon": "general-purpose",
"title": "General purpose",
"content": "Delphi has a wide variety of uses like websites, console/gui applications, and even games."
"content": "Delphi has a wide variety of uses like websites, console/gui applications, and even games.",
"icon": "general-purpose"
},
{
"icon": "tooling",
"title": "Tooling",
"content": "Delphi has excellent tooling, with linting and advanced refactoring options built-in."
"content": "Delphi has excellent tooling, with linting and advanced refactoring options built-in.",
"icon": "tooling"
},
{
"icon": "documentation",
"title": "Documentation",
"content": "Documentation is excellent and exhaustive, making it easy to get started with Delphi."
"content": "Documentation is excellent and exhaustive, making it easy to get started with Delphi.",
"icon": "documentation"
}
],
"tags": [
"execution_mode/compiled",
"paradigm/declarative",
"paradigm/imperative",
"paradigm/object_oriented",
"paradigm/procedural",
"typing/static",
"typing/strong",
"execution_mode/compiled",
"platform/windows",
"platform/linux",
"platform/ios",
"platform/android",
"platform/ios",
"platform/linux",
"platform/web",
"platform/windows",
"runtime/standalone_executable",
"typing/static",
"typing/strong",
"used_for/backends",
"used_for/cross_platform_development",
"used_for/financial_systems",
"used_for/frontends",
"used_for/games",
"used_for/guis",
"used_for/web_development",
"used_for/financial_systems",
"used_for/mobile",
"used_for/scientific_calculations"
"used_for/scientific_calculations",
"used_for/web_development"
]
}