Skip to content

Add notice #98

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 24, 2024
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/site/
/venv/
1 change: 1 addition & 0 deletions docs/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fakerphp.org
6 changes: 6 additions & 0 deletions docs/formatters/image.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Image

!!! bug "Placeholder.com has shut down"

As a result, this formatter will no longer function.

Using any of the methods documented below will result in an error.

## `imageUrl`

Get a random image URL from [placeholder.com](https://placeholder.com).
Expand Down
25 changes: 16 additions & 9 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,31 @@ theme:
text: 'Nunito'
code: 'Fira Code'
palette:
- scheme: default
primary: blue
media: "(prefers-color-scheme: light)"
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/weather-night
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: blue
media: "(prefers-color-scheme: dark)"

# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
icon: material/brightness-4
name: Switch to system preference
favicon: images/favicon.ico
logo: images/logo.svg
icon:
repo: fontawesome/brands/github
language: en
features:
- content.action.edit
- navigation.instant

extra:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mkdocs-material>=8.2.10
mkdocs-material>=9.5.24