Skip to content

Commit 8b07a3b

Browse files
toc backlinks
1 parent 35bac2b commit 8b07a3b

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

policy/examples.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ This policy sets a 25 cent per-trip fee that is applied for trips that start in
248248
}]
249249
}
250250
```
251-
251+
[Top](#table-of-contents)
252252

253253
## Vehicle Right of Way Fees
254254
This policy sets a Right-of-Way fee that is charged once a day for vehicles deployed in a given area. It charges a 25 cents per day for vehicles deployed downtown, and 5 cents per day for vehicles deployed in a historically underserved neighborhood. In the case where a vehicle is deployed twice in both areas in the same day, the higher fee would apply (because it appears first in the rules).
@@ -287,6 +287,7 @@ This policy sets a Right-of-Way fee that is charged once a day for vehicles depl
287287
]
288288
}
289289
```
290+
[Top](#table-of-contents)
290291

291292
## Metered Parking Fees
292293
This policy sets a 10 cent per hour metered parking charge that is applied while a vehicle is parked in a congested area during rush hour.
@@ -316,8 +317,4 @@ This policy sets a 10 cent per hour metered parking charge that is applied while
316317
}]
317318
}
318319
```
319-
320-
321-
322-
323320
[Top](#table-of-contents)

0 commit comments

Comments
 (0)