Skip to content

Commit

Permalink
Add other documentation to documentation front page
Browse files Browse the repository at this point in the history
  • Loading branch information
ptomato committed Aug 26, 2020
1 parent c4e10d7 commit f58d5ff
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,29 @@ Most code will use the ISO 8601 calendar, but other calendar systems are availab

See [Temporal.Calendar Documentation](./calendar.md) for more detailed documentation.

## Other Documentation

### **Key Concepts**

- [Ambiguity](./ambiguity.md) — Explanation of missing times and double times due to daylight saving and time zone changes.
- [Balancing](./balancing.md) — Explanation of when `Temporal.Duration` units wrap around to 0 and when they don't.

### **Design drafts**

- [Calendar Draft](./calendar-draft.md) — Draft design document for calendar support in Temporal.
Mostly superseded by the documentation of [Temporal.Calendar](./calendar.md), but also contains some discussion about whether to have a default calendar.
- [ISO string extensions](./iso-string-ext.md) — Discussion of extensions to the ISO 8601 standard which are used by Temporal and intended to be put on a standards track.
- [Parse Draft](./parse-draft.md) — Draft design document for a `Temporal.parse` API, which is not currently planned to be implemented.
- [Zoned Date/Time Type Draft](./localdatetime-draft.md) — Explanation of `Temporal.LocalDateTime` (not the final name) which is a new type combining an absolute time with a time zone.
Currently in progress.

### Obsolete Pages

- [Calendar Subclassing Draft](./calendar-subclass.md) — Draft design document for alternative approach for calendar support.
(**Obsolete;** rejected.)
- [Custom Time Zone Draft](./timezone-draft.md) — Draft design document for custom time zone support in Temporal.
(**Obsolete;** superseded by the documentation of [Temporal.TimeZone](./timezone.md).)

## Object Relationship

<div class="mermaid">
Expand Down

0 comments on commit f58d5ff

Please sign in to comment.