Skip to content
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

Fix broken fa icons documentation url #485

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion docs/bugs_and_features.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ Some useful links for feature development:

- [https://adminlte.io/themes/v3/index3.html](https://adminlte.io/themes/v3/index3.html)
- [https://adminlte.io/docs/3.0/index.html](https://adminlte.io/docs/3.0/index.html)
- [Font awesome 5.13.0 free icons](https://fontawesome.com/icons?d=gallery&m=free&v=5.0.0,5.0.1,5.0.10,5.0.11,5.0.12,5.0.13,5.0.2,5.0.3,5.0.4,5.0.5,5.0.6,5.0.7,5.0.8,5.0.9,5.1.0,5.1.1,5.2.0,5.3.0,5.3.1,5.4.0,5.4.1,5.4.2,5.13.0,5.12.0,5.11.2,5.11.1,5.10.0,5.9.0,5.8.2,5.8.1,5.7.2,5.7.1,5.7.0,5.6.3,5.5.0,5.4.2)
- [Font awesome 5.13.0 free icons](https://fontawesome.com/v5/search?o=r&m=free)
- [https://getbootstrap.com/docs/4.5/getting-started/introduction/](https://getbootstrap.com/docs/4.5/getting-started/introduction/)
11 changes: 5 additions & 6 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ JAZZMIN_SETTINGS = {
}]
},

# Custom icons for side menu apps/models See https://fontawesome.com/icons?d=gallery&m=free&v=5.0.0,5.0.1,5.0.10,5.0.11,5.0.12,5.0.13,5.0.2,5.0.3,5.0.4,5.0.5,5.0.6,5.0.7,5.0.8,5.0.9,5.1.0,5.1.1,5.2.0,5.3.0,5.3.1,5.4.0,5.4.1,5.4.2,5.13.0,5.12.0,5.11.2,5.11.1,5.10.0,5.9.0,5.8.2,5.8.1,5.7.2,5.7.1,5.7.0,5.6.3,5.5.0,5.4.2
# Custom icons for side menu apps/models See https://fontawesome.com/v5/search?o=r&m=free
# for the full list of 5.13.0 free icon classes
"icons": {
"auth": "fas fa-users-cog",
Expand Down Expand Up @@ -223,11 +223,10 @@ Example:
"name": "Make Messages",

# url name e.g `admin:index`, relative urls e.g `/admin/index` or absolute urls e.g `https://domain.com/admin/index`
"url": "make_messages",

# any font-awesome icon, see list here https://fontawesome.com/icons?d=gallery&m=free&v=5.0.0,5.0.1,5.0.10,5.0.11,5.0.12,5.0.13,5.0.2,5.0.3,5.0.4,5.0.5,5.0.6,5.0.7,5.0.8,5.0.9,5.1.0,5.1.1,5.2.0,5.3.0,5.3.1,5.4.0,5.4.1,5.4.2,5.13.0,5.12.0,5.11.2,5.11.1,5.10.0,5.9.0,5.8.2,5.8.1,5.7.2,5.7.1,5.7.0,5.6.3,5.5.0,5.4.2 (optional)
"icon": "fas fa-comments",

"url": "make_messages",

# any font-awesome icon, see list here https://fontawesome.com/v5/search?o=r&m=free
"icon": "fas fa-comments",
# a list of permissions the user must have to see this link (optional)
"permissions": ["books.view_book"]
}],
Expand Down
2 changes: 1 addition & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ You can serve the docs locally using `mkdocs serve -a localhost:8001` and visiti

Working with translations in jazzmin is, a bit unorthodox, as we are overriding djangos templates, so it looks like we have a lot of strings that need translating,
but in-fact they already have translation strings in Django, heres the process for dealing with translations, though we recommend not adding new strings that need
translating if possible, and use suitable iconography instead (See [Font Awesome 5.13.0 free icons](https://fontawesome.com/icons?d=gallery&m=free&v=5.0.0,5.0.1,5.0.10,5.0.11,5.0.12,5.0.13,5.0.2,5.0.3,5.0.4,5.0.5,5.0.6,5.0.7,5.0.8,5.0.9,5.1.0,5.1.1,5.2.0,5.3.0,5.3.1,5.4.0,5.4.1,5.4.2,5.13.0,5.12.0,5.11.2,5.11.1,5.10.0,5.9.0,5.8.2,5.8.1,5.7.2,5.7.1,5.7.0,5.6.3,5.5.0,5.4.2)),
translating if possible, and use suitable iconography instead (See [Font Awesome 5.13.0 free icons](https://fontawesome.com/v5/search?o=r&m=free)),
or use a string that is already translated upstream in Django.

### Adding a new language
Expand Down
4 changes: 1 addition & 3 deletions jazzmin/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@
# or makes a new group if the given app label doesnt exist in installed apps
"custom_links": {},
# Custom icons for side menu apps/models See the link below
# https://fontawesome.com/icons?d=gallery&m=free&v=5.0.0,5.0.1,5.0.10,5.0.11,5.0.12,5.0.13,5.0.2,5.0.3,5.0.4,5.0.5,5.0.6,5.0.7,5.0.8,5.0.9,5.1.0,
# 5.1.1,5.2.0,5.3.0,5.3.1,5.4.0,5.4.1,5.4.2,5.13.0,5.12.0,
# 5.11.2,5.11.1,5.10.0,5.9.0,5.8.2,5.8.1,5.7.2,5.7.1,5.7.0,5.6.3,5.5.0,5.4.2
# https://fontawesome.com/v5/search?o=r&m=free
# for the full list of 5.13.0 free icon classes
"icons": {"auth": "fas fa-users-cog", "auth.user": "fas fa-user", "auth.Group": "fas fa-users"},
# Icons that are used when one is not manually specified
Expand Down
4 changes: 1 addition & 3 deletions tests/test_app/library/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,7 @@
]
},
# Custom icons for side menu apps/models See the link below
# https://fontawesome.com/icons?d=gallery&m=free&v=5.0.0,5.0.1,5.0.10,5.0.11,5.0.12,5.0.13,5.0.2,5.0.3,5.0.4,5.0.5,5.0.6,5.0.7,5.0.8,5.0.9,5.1.0,
# 5.1.1,5.2.0,5.3.0,5.3.1,5.4.0,5.4.1,5.4.2,5.13.0,5.12.0,
# 5.11.2,5.11.1,5.10.0,5.9.0,5.8.2,5.8.1,5.7.2,5.7.1,5.7.0,5.6.3,5.5.0,5.4.2
# https://fontawesome.com/v5/search?o=r&m=free
# for the full list of 5.13.0 free icon classes
"icons": {
"auth": "fas fa-users-cog",
Expand Down
Loading