Skip to content

Commit 52b6233

Browse files
committed
docs: add homepage icon
1 parent a8b3f8d commit 52b6233

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

docs/_static/custom-icons.js

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

docs/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,11 @@
128128
'url': 'https://pypi.org/project/falcon',
129129
'icon': 'fa-custom fa-pypi',
130130
},
131+
{
132+
'name': 'Falcon Home',
133+
'url': 'https://falconframework.org',
134+
'icon': 'fa-custom fa-falcon',
135+
},
131136
],
132137
# NOTE(vytas): Use only light theme for now.
133138
# Add `theme-switcher` below to resurrect the dark option.

0 commit comments

Comments
 (0)