Skip to content
This repository was archived by the owner on Oct 29, 2021. It is now read-only.

Commit cd3fd35

Browse files
authored
Formatting and Wiki enhancement.
1 parent 6e1b57b commit cd3fd35

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
The `mds-core` repo contains a deployable reference implementation for working with MDS data. It is a beta release meant for testing by cities and other entities to gather feedback and improve the product.
44

5+
The [Mobility Data Specification](https://github.com/openmobilityfoundation/mobility-data-specification/) (MDS) is a project of the [Open Mobility Foundation](http://www.openmobilityfoundation.org) (OMF) focused on digitally managing dockless e-scooters, bicycles and carshare in public spaces.
6+
57
`mds-core` is...
68
- a reference MDS implementation usable by cities
79
- on-ramp for developers joining MDS ecosystem
@@ -13,11 +15,9 @@ The `mds-core` repo contains a deployable reference implementation for working w
1315
- a place to define local policies or performance metrics
1416
- a cloud service that will be operated by the OMF
1517

16-
See the `mds-core` [Github Wiki](https://github.com/openmobilityfoundation/mds-core/wiki) for more details and help.
17-
18-
The [Mobility Data Specification](https://github.com/openmobilityfoundation/mobility-data-specification/) (MDS), a project of the [Open Mobility Foundation](http://www.openmobilityfoundation.org) (OMF) focused on dockless e-scooters, bicycles and carshare.
18+
**See the `mds-core` [Wiki](https://github.com/openmobilityfoundation/mds-core/wiki) for more details and help, including how to use it, release goals, how to help, the technical stack used, and slideshows and a video presentation.**
1919

20-
# Overview of MDS-CORE
20+
# Overview of `mds-core`
2121

2222
The included code represents what is currently up and running for Los Angeles as well as new features under development. Includes the following:
2323

@@ -258,7 +258,7 @@ Verify:
258258
```
259259

260260
#### In-Cluster Development
261-
Due to the nature of MDS-Core being a highly portable Typescript project that compiles down into minified javascript for its images, rapidly development in-cluster can be quite challenging. MDS-Core utilizes [Okteto](https://okteto.com) to enable developers to actively develop their code in-cluster.
261+
Due to the nature of `mds-core` being a highly portable Typescript project that compiles down into minified javascript for its images, rapidly development in-cluster can be quite challenging. `mds-core` utilizes [Okteto](https://okteto.com) to enable developers to actively develop their code in-cluster.
262262

263263
After following the above steps to set up a local MDS cluster, you can override an existing service's deployment with these steps.
264264
1. Update `mds-core/okteto.yml`'s `name` field to be set to the service you wish to replace (e.g. `mds-agency`)

0 commit comments

Comments
 (0)