Skip to content

Commit b9a0d93

Browse files
committed
Fix models titles to match relative path
1 parent a4e0d04 commit b9a0d93

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

models/data-types/mode.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
title: data-types/modes
1+
title: data-types/mode
22
description: The modes supported in MDS.
33
type: string
44

models/data-types/version.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
title: data-type/version
1+
title: data-types/version
22
description: The version of MDS this data represents.
33
type: string
44

models/modes/car-share/trip.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
title: modes/care-share/trip
1+
title: modes/car-share/trip
22
description: Trip definition for the `car-share` mode.
33
type: object
44

models/vehicle-status.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
title: models/vehicles-status
1+
title: models/vehicle-status
22
description: A vehicle status record represents the current or last-known event and telemetry from a [vehicle](./vehicle.yaml).
33
type: object
44

0 commit comments

Comments
 (0)