Skip to content

Commit

Permalink
docs: add gallery intro with link to examples.holoviz.org (#6472)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt authored Dec 9, 2024
1 parent 43a0dbf commit 8f1e432
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@
if os.environ.get('HV_DOC_GALLERY') not in ('False', 'false', '0'):
nbsite_gallery_conf['galleries']['gallery'] = {
'title': 'Gallery',
'intro': (
'Also visit the `Examples HoloViz Gallery <https://examples.holoviz.org>`_ to '
'discover a curated collection of domain-specific narrative examples using '
'HoloViews and various HoloViz projects.'
),
'sections': [
{'path': 'apps', 'title': 'Applications', 'skip': True},
'demos'
Expand Down

0 comments on commit 8f1e432

Please sign in to comment.