docs: improve getting started chapters (#10014)

This commit is contained in:
Shahed Nasser
2024-11-11 20:35:57 +02:00
committed by GitHub
parent fb05ca2b8a
commit a131a4468d
11 changed files with 144 additions and 43 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ const Feedback = (props: FeedbackProps) => {
event="survey"
pathName={feedbackPathname}
reportLink={reportLink}
question="Was this chapter helpful?"
question={props.question || "Was this chapter helpful?"}
{...props}
/>
)