File tree Expand file tree Collapse file tree 3 files changed +23
-0
lines changed
molecule/default/fixtures/ondemand.d Expand file tree Collapse file tree 3 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 5151# enable_starttls_auto: true
5252# open_timeout: 15
5353# read_timeout: 15
54+
55+ # help_menu:
56+ # - group: "Documentation"
57+ # - title: "Jupyter Docs"
58+ # icon: "fas://book"
59+ # url: "https://mydomain.com/path/jupyter"
60+ # - title: "Support Docs"
61+ # icon: "fas://book"
62+ # url: "https://mydomain.com/path/support/docs"
63+ # - group: "Custom Pages"
64+ # - page: "rstudio_guide"
65+ # title: "RStudio Guide"
66+ # icon: "fas://window-restore"
67+ # - group: "Profiles"
68+ # - profile: "team1"
69+ # title: "Team 1"
70+ # icon: "fas://user"
Original file line number Diff line number Diff line change @@ -36,3 +36,4 @@ support_ticket:
3636 from : config@example.com
3737 to : support@example.com
3838
39+
Original file line number Diff line number Diff line change @@ -21,3 +21,8 @@ dashboard_layout:
2121support_ticket:
2222 {{ support_ticket | to_nice_yaml(indent=2) | indent(2) }}
2323{% endif %}
24+
25+ {% if help_menu is defined %}
26+ help_menu:
27+ {{ help_menu | to_nice_yaml(indent=2) | indent(2) }}
28+ {% endif %}
You can’t perform that action at this time.
0 commit comments