Skip to content

Commit 0c21b3f

Browse files
committed
regenerate documentation for new version
1 parent 66b86a7 commit 0c21b3f

File tree

745 files changed

+112747
-108934
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

745 files changed

+112747
-108934
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ All notable changes to `hap-nodejs` will be documented in this file. This projec
1919
- update hk plist file from `V=880` to `V=886` (#1087)
2020
- dependency updates, lint and repo maintenance
2121
- fix OOC errors from `validateUserInput` on steps
22+
- regenerate documentation for new version
2223

2324
### Homebridge Dependencies
2425

docs/assets/hierarchy.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/highlight.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
--dark-hl-6: #6A9955;
1616
--light-hl-7: #0070C1;
1717
--dark-hl-7: #4FC1FF;
18+
--light-hl-8: #A31515;
19+
--dark-hl-8: #CE9178;
1820
--light-code-background: #FFFFFF;
1921
--dark-code-background: #1E1E1E;
2022
}
@@ -28,6 +30,7 @@
2830
--hl-5: var(--light-hl-5);
2931
--hl-6: var(--light-hl-6);
3032
--hl-7: var(--light-hl-7);
33+
--hl-8: var(--light-hl-8);
3134
--code-background: var(--light-code-background);
3235
} }
3336

@@ -40,6 +43,7 @@
4043
--hl-5: var(--dark-hl-5);
4144
--hl-6: var(--dark-hl-6);
4245
--hl-7: var(--dark-hl-7);
46+
--hl-8: var(--dark-hl-8);
4347
--code-background: var(--dark-code-background);
4448
} }
4549

@@ -52,6 +56,7 @@
5256
--hl-5: var(--light-hl-5);
5357
--hl-6: var(--light-hl-6);
5458
--hl-7: var(--light-hl-7);
59+
--hl-8: var(--light-hl-8);
5560
--code-background: var(--light-code-background);
5661
}
5762

@@ -64,6 +69,7 @@
6469
--hl-5: var(--dark-hl-5);
6570
--hl-6: var(--dark-hl-6);
6671
--hl-7: var(--dark-hl-7);
72+
--hl-8: var(--dark-hl-8);
6773
--code-background: var(--dark-code-background);
6874
}
6975

@@ -75,4 +81,5 @@
7581
.hl-5 { color: var(--hl-5); }
7682
.hl-6 { color: var(--hl-6); }
7783
.hl-7 { color: var(--hl-7); }
84+
.hl-8 { color: var(--hl-8); }
7885
pre, code { background: var(--code-background); }

0 commit comments

Comments
 (0)