Skip to content

Commit ded15e9

Browse files
billyvgvivianyentranryan953shanamatthewsgetsantry[bot]
authored
feat(feedback): Add SDK docs for User Feedback (#8528)
Co-authored-by: vivianyentran <[email protected]> Co-authored-by: Ryan Albrecht <[email protected]> Co-authored-by: Shana Matthews <[email protected]> Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com> Co-authored-by: Jasmin <[email protected]>
1 parent b0d3d79 commit ded15e9

File tree

80 files changed

+833
-206
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+833
-206
lines changed

src/components/platformSidebar.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ export function SidebarContent({platform, guide, data}: ChildProps) {
7474
`/${pathRoot}/profiling/`,
7575
`/${pathRoot}/guides/`,
7676
`/${pathRoot}/crons/`,
77+
`/${pathRoot}/user-feedback/`,
7778
]}
7879
/>
7980
<DynamicNav
@@ -104,6 +105,13 @@ export function SidebarContent({platform, guide, data}: ChildProps) {
104105
suppressMissing
105106
tree={tree}
106107
/>
108+
<DynamicNav
109+
root={`/${pathRoot}/user-feedback`}
110+
title="User Feedback"
111+
prependLinks={[[`/${pathRoot}/user-feedback/`, 'Set Up User Feedback']]}
112+
suppressMissing
113+
tree={tree}
114+
/>
107115
</ul>
108116
);
109117
}

src/docs/contributing/approach/sdk-docs/write-enriching-events.mdx

Lines changed: 2 additions & 2 deletions

src/docs/product/alerts/notifications/index.mdx

Lines changed: 1 addition & 1 deletion

src/docs/product/issues/issue-details/index.mdx

Lines changed: 1 addition & 1 deletion

src/docs/product/user-feedback/index.mdx

Lines changed: 1 addition & 1 deletion
Lines changed: 54 additions & 0 deletions
94.7 KB
Lines changed: 5 additions & 0 deletions

src/platform-includes/getting-started-primer/apple.macos.mdx

Lines changed: 1 addition & 1 deletion

src/platform-includes/getting-started-primer/apple.watchos.mdx

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)