28 lines
698 B
YAML
28 lines
698 B
YAML
upper_tabs:
|
|
# Tabs left of dropdown menu
|
|
- include: /_upper_tabs_left.yaml
|
|
- include: /api_docs/_upper_tabs_api.yaml
|
|
# Dropdown menu
|
|
- name: Resources
|
|
path: /resources
|
|
is_default: true
|
|
menu:
|
|
- include: /resources/_menu_toc.yaml
|
|
lower_tabs:
|
|
# Subsite tabs
|
|
other:
|
|
- name: Guide & Tutorials
|
|
contents:
|
|
- title: Quickstart
|
|
path: /recommenders/examples/quickstart
|
|
- include: /recommenders/examples/_toc.yaml
|
|
|
|
- name: API
|
|
skip_translation: true
|
|
contents:
|
|
- title: All Symbols
|
|
path: /recommenders/api_docs/python/tfrs/all_symbols
|
|
- include: /recommenders/api_docs/python/tfrs/_toc.yaml
|
|
|
|
- include: /_upper_tabs_right.yaml
|