Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ remote_theme: just-the-docs/just-the-docs@v0.12.0
url: https://guilherme.stracini.com.br
baseurl: /ipquery-wordpress

color_scheme: dark

# Favicon & logo (drop the files in docs/assets/images/)
favicon_ico: /assets/images/favicon.ico
# logo: /assets/images/logo.png
Expand Down Expand Up @@ -62,9 +60,9 @@ last_edit_timestamp: true
last_edit_time_format: "%b %e %Y at %I:%M %p UTC"

# ----------------------------------------------------------------------
# Color scheme β€” light by default, toggle to dark
# Color scheme β€” dark by default, toggle to light
# ----------------------------------------------------------------------
color_scheme: light
color_scheme: dark
enable_copy_code_button: true

# ----------------------------------------------------------------------
Expand Down
Loading