Skip to content

Commit

Permalink
Move docs from markdown to HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
mjradwin committed Jul 5, 2024
1 parent d0badac commit f1bacdd
Show file tree
Hide file tree
Showing 146 changed files with 2,231 additions and 5,070 deletions.
54 changes: 0 additions & 54 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,57 +16,3 @@ const date = new Date(2008, 10, 13); // 13 November 2008
const abs = greg.greg2abs(date);
const hdate = abs2hebrew(abs); // {yy: 5769, mm: CHESHVAN, dd: 15}
```

## Namespaces

- [greg](docs/namespaces/greg/README.md)

## Enumerations

- [months](docs/enumerations/months.md)

## Classes

- [HDate](docs/classes/HDate.md)
- [Locale](docs/classes/Locale.md)

## Interfaces

- [Headers](docs/interfaces/Headers.md)
- [LocaleData](docs/interfaces/LocaleData.md)
- [StringArrayMap](docs/interfaces/StringArrayMap.md)

## Type Aliases

- [Molad](docs/type-aliases/Molad.md)
- [OmerLang](docs/type-aliases/OmerLang.md)
- [SimpleHebrewDate](docs/type-aliases/SimpleHebrewDate.md)

## Functions

- [abs2hebrew](docs/functions/abs2hebrew.md)
- [daysInMonth](docs/functions/daysInMonth.md)
- [daysInYear](docs/functions/daysInYear.md)
- [elapsedDays](docs/functions/elapsedDays.md)
- [gematriya](docs/functions/gematriya.md)
- [gematriyaStrToNum](docs/functions/gematriyaStrToNum.md)
- [getBirthdayHD](docs/functions/getBirthdayHD.md)
- [getBirthdayOrAnniversary](docs/functions/getBirthdayOrAnniversary.md)
- [getMonthName](docs/functions/getMonthName.md)
- [getPseudoISO](docs/functions/getPseudoISO.md)
- [getTimezoneOffset](docs/functions/getTimezoneOffset.md)
- [getYahrzeit](docs/functions/getYahrzeit.md)
- [getYahrzeitHD](docs/functions/getYahrzeitHD.md)
- [hd2abs](docs/functions/hd2abs.md)
- [hebrew2abs](docs/functions/hebrew2abs.md)
- [isLeapYear](docs/functions/isLeapYear.md)
- [longCheshvan](docs/functions/longCheshvan.md)
- [molad](docs/functions/molad.md)
- [monthFromName](docs/functions/monthFromName.md)
- [monthsInYear](docs/functions/monthsInYear.md)
- [omerEmoji](docs/functions/omerEmoji.md)
- [omerSefira](docs/functions/omerSefira.md)
- [omerTodayIs](docs/functions/omerTodayIs.md)
- [pad2](docs/functions/pad2.md)
- [pad4](docs/functions/pad4.md)
- [shortKislev](docs/functions/shortKislev.md)
1 change: 1 addition & 0 deletions docs/.nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false.
76 changes: 0 additions & 76 deletions docs/README.md

This file was deleted.

Loading

0 comments on commit f1bacdd

Please sign in to comment.