Skip to content

Commit

Permalink
docs: fixed table width and ignored linting issues in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
khawarizmus committed Oct 3, 2023
1 parent a03d96e commit d4c575b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.yaml
*.yml
.vscode
.vscode
docs
Empty file added docs/config/static.md
Empty file.
14 changes: 7 additions & 7 deletions docs/recipes/hijri.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ Islamic calendars are usually categorized as bellow:

`prayers-call` provide the following Hijri calendars through the `HijriCalendar` enum:

| Name | Value | Description |
| ----------- | :----------------: | -------------------------------------------------------------------------------------------------- |
| GENERAL | `islamic` | A general Islamic calendar, often used as a default. |
| CIVIL | `islamic-civil` | Based on tabular calculations. `(intercalary years [2,5,7,10,13,16,18,21,24,26,29] Friday epoch)` |
| TABULAR | `islamic-tbla` | Based on tabular calculation. `(intercalary years [2,5,7,10,13,16,18,21,24,26,29] Thursday epoch)` |
| UMM_AL_QURA | `islamic-umalqura` | The official calendar of Saudi Arabia, based on astronomical calculations. |
| SIGHTING_SA | `islamic-rgsa` | Based on moon sighting in the region of Saudi Arabia; Requested by Oracle. dates may vary. |
| <div style="width:120px">Name</div> | Value | Description |
| ----------------------------------- | :----------------: | -------------------------------------------------------------------------------------------------- |
| GENERAL | `islamic` | A general Islamic calendar, often used as a default. |
| CIVIL | `islamic-civil` | Based on tabular calculations. `(intercalary years [2,5,7,10,13,16,18,21,24,26,29] Friday epoch)` |
| TABULAR | `islamic-tbla` | Based on tabular calculation. `(intercalary years [2,5,7,10,13,16,18,21,24,26,29] Thursday epoch)` |
| UMM_AL_QURA | `islamic-umalqura` | The official calendar of Saudi Arabia, based on astronomical calculations. |
| SIGHTING_SA | `islamic-rgsa` | Based on moon sighting in the region of Saudi Arabia; Requested by Oracle. dates may vary. |

::: tip
The `Intl.DateTimeFormat` API support other calendars as well. to get a full list of supported calendars, you can use the `Intl.Locale.prototype.getCalendars()` method.
Expand Down

0 comments on commit d4c575b

Please sign in to comment.