Skip to content

Add frontmatter menu icons #233

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

Closed
wants to merge 1 commit into from
Closed
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
3 changes: 2 additions & 1 deletion src/_data/sidenav/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ sections:
title: API Design
- path: "/api/config-api/authentication"
title: Authentication
- path: "/api/config-api/reference"
- path: "https://reference.segmentapis.com/"
title: Reference
menu_icon: "new-tab"
- path: "/api/config-api/tutorial-javascript-google-analytics"
title: Creating a Javascript web source and Google Analytics destination
1 change: 1 addition & 0 deletions src/connections/destinations/catalog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Destination catalog
hide_toc: true
layout: catalog
menu_icon: "read-more"
---

<div class="destinations-catalog">
Expand Down
1 change: 1 addition & 0 deletions src/connections/sources/catalog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ landing: true
icon: symbols/connections.svg
excerpt: Detailed information about each destination. Learn how our API methods are implemented for that destination.
layout: catalog
menu_icon: "read-more"
---

<div class="destinations-catalog">
Expand Down
1 change: 1 addition & 0 deletions src/connections/warehouses/catalog/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Warehouses catalog
hide_toc: true
menu_icon: "read-more"
---

<div class="destinations-catalog">
Expand Down