Skip to content

Commit b213d56

Browse files
authored
Dark mode for documentation (#56)
Dark mode for documentation
1 parent f060348 commit b213d56

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Rodux Changelog
22

3+
## Unreleased Changes
4+
* Added color schemes for documentation based on user preference ([#56](https://github.com/Roblox/rodux/pull/56)).
5+
36
## 1.0.0 (2019-09-18)
47
* Added `combineReducers` utility, mirroring Redux's ([#9](https://github.com/Roblox/rodux/pull/9))
58
* Added `createReducer` utility, similar to `redux-create-reducer` ([#10](https://github.com/Roblox/rodux/pull/10))
@@ -14,4 +17,4 @@
1417
* Added `makeActionCreator` utility for common action creator pattern ([#35](https://github.com/Roblox/rodux/pull/35))
1518

1619
## Public Release (2017-12-13)
17-
* Initial release!
20+
* Initial release!

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ theme:
77
palette:
88
primary: 'Light Blue'
99
accent: 'Light Blue'
10+
scheme: preference
1011

1112
pages:
1213
- Home: index.md
@@ -30,4 +31,4 @@ markdown_extensions:
3031
guess_lang: false
3132
- toc:
3233
permalink: true
33-
- pymdownx.superfences
34+
- pymdownx.superfences

0 commit comments

Comments
 (0)