Skip to content

Commit

Permalink
Convert internal ckan to YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Jun 10, 2021
1 parent e045569 commit 44fe036
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions GameData/PlanningNode/PlanningNode.ckan
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{
"spec_version": 1,
"identifier": "PlanningNode",
"name": "Planning Node",
"abstract": "Plan maneuver nodes from your parent body",
"description": "Discoverable learn-by-doing method for finding transfers",
"$vref": "#/ckan/ksp-avc",
"license": "GPL-3.0",
"suggests": [
{ "name": "KerbalChangelog" },
{ "name": "LoadingTipsPlus" }
]
}
spec_version: 1
identifier: PlanningNode
name: Planning Node
abstract: Plan maneuver nodes from your parent body
description: Discoverable learn-by-doing method for finding transfers
$vref: '#/ckan/ksp-avc'
license: GPL-3.0
suggests:
- name: KerbalChangelog
- name: LoadingTipsPlus

0 comments on commit 44fe036

Please sign in to comment.