Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
opyh committed Aug 15, 2023
1 parent 2177104 commit 4f52f84
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/describing-objects/constants.md
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ kilogram*meter/second^2.</p>

### <a id="GenericInteractions">GenericInteractions</a>

<span class='source-link'>[:fontawesome-solid-code:](https://github.com/sozialhelden/a11yjson/blob/main/src/Accessibility.ts#L52)</span>
<span class='source-link'>[:fontawesome-solid-code:](https://github.com/sozialhelden/a11yjson/blob/main/src/Accessibility.ts#L53)</span>



Expand Down Expand Up @@ -551,7 +551,7 @@ Read-only tuple with 27 strings:

### <a id="GenericInteractionsSet">GenericInteractionsSet</a>

<span class='source-link'>[:fontawesome-solid-code:](https://github.com/sozialhelden/a11yjson/blob/main/src/Accessibility.ts#L82)</span>
<span class='source-link'>[:fontawesome-solid-code:](https://github.com/sozialhelden/a11yjson/blob/main/src/Accessibility.ts#L83)</span>



Expand Down Expand Up @@ -2009,7 +2009,7 @@ Set&lt;One of the following strings:

### <a id="WheelchairAccessibilityGrades">WheelchairAccessibilityGrades</a>

<span class='source-link'>[:fontawesome-solid-code:](https://github.com/sozialhelden/a11yjson/blob/main/src/Accessibility.ts#L31)</span>
<span class='source-link'>[:fontawesome-solid-code:](https://github.com/sozialhelden/a11yjson/blob/main/src/Accessibility.ts#L32)</span>

<p>Describes the general wheelchair accessibility of the place. This is a human-rated value.
It SHOULD conform to the traffic light system found in OpenStreetMap and Wheelmap.org.</p>
Expand Down
5 changes: 3 additions & 2 deletions docs/describing-objects/interfaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ them as they are, or mix them into your own entity definitions.

### <a id="Accessibility">Accessibility</a>

<span class='source-link'>[:fontawesome-solid-code:](https://github.com/sozialhelden/a11yjson/blob/main/src/Accessibility.ts#L87)</span>
<span class='source-link'>[:fontawesome-solid-code:](https://github.com/sozialhelden/a11yjson/blob/main/src/Accessibility.ts#L88)</span>

<p>Describes the physical (and sometimes human rated) accessibility of a place.</p>

Expand Down Expand Up @@ -124,7 +124,8 @@ describe pathways from there to this place.</p>
<code>null</code> indicates there is no payment possible/required,
<code>undefined</code> or missing property indicates unknown.</p>
</td></tr><tr><td class="property-name">queueSystem</td><td class="property-type"><code>undefined</code>&nbsp;|&nbsp;<a href="#QueueSystem">QueueSystem</a></td><td class="property-docs"><p>Information about the place&#39;s queue system.</p>
</td></tr><tr><td class="property-name">restrooms</td><td class="property-type"><code>undefined</code>&nbsp;|&nbsp;<a href="#Restroom">Restroom</a>[]</td><td class="property-docs"><p>Describes the accessibility of restrooms in the place.</p>
</td></tr><tr><td class="property-name">restrooms</td><td class="property-type"><code>undefined</code>&nbsp;|&nbsp;<a href="#Restroom">Restroom</a>[]</td><td class="property-docs"><p>Describes the accessibility of restrooms that belong to the place.</p>
</td></tr><tr><td class="property-name">rooms</td><td class="property-type"><code>undefined</code>&nbsp;|&nbsp;<a href="#Room">Room</a>[]</td><td class="property-docs"><p>Describes the accessibility of rooms that belong to the place.</p>
</td></tr><tr><td class="property-name">serviceContact</td><td class="property-type"><a href="../i18n">LocalizedString</a></td><td class="property-docs"></td></tr><tr><td class="property-name">signageSystems</td><td class="property-type"><a href="#Signage">Signage</a>[]</td><td class="property-docs"><p>Describes local signage systems. If multiple different systems are used, describe them all.</p>
</td></tr><tr><td class="property-name">smokingPolicy</td><td class="property-type">One of the following strings:

Expand Down
4 changes: 2 additions & 2 deletions docs/describing-objects/type-aliases.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ Definition: <a href="#Quantity">Quantity</a>&nbsp;|&nbsp;<code>string</code>

### <a id="GenericInteraction">GenericInteraction</a>

<span class='source-link'>[:fontawesome-solid-code:](https://github.com/sozialhelden/a11yjson/blob/main/src/Accessibility.ts#L81)</span>
<span class='source-link'>[:fontawesome-solid-code:](https://github.com/sozialhelden/a11yjson/blob/main/src/Accessibility.ts#L82)</span>



Expand Down Expand Up @@ -1316,7 +1316,7 @@ Definition: one of the following strings:

### <a id="WheelchairAccessibilityGrade">WheelchairAccessibilityGrade</a>

<span class='source-link'>[:fontawesome-solid-code:](https://github.com/sozialhelden/a11yjson/blob/main/src/Accessibility.ts#L50)</span>
<span class='source-link'>[:fontawesome-solid-code:](https://github.com/sozialhelden/a11yjson/blob/main/src/Accessibility.ts#L51)</span>



Expand Down

0 comments on commit 4f52f84

Please sign in to comment.