docs: redesign footer (#8651)
This commit is contained in:
@@ -25,6 +25,8 @@ All API Routes are prefixed with `/store`. So, during development, the API Route
|
||||
}}
|
||||
reportLink={formatReportLink("store", "Introduction")}
|
||||
pathName="/api/store"
|
||||
question="Was this section helpful?"
|
||||
vertical={true}
|
||||
/>
|
||||
|
||||
</SectionContainer>
|
||||
@@ -136,6 +138,8 @@ fetch(`<BACKEND_URL>/store/products`, {
|
||||
}}
|
||||
reportLink={formatReportLink("store", "Authentication - Cookie Session ID")}
|
||||
pathName="/api/store"
|
||||
question="Was this section helpful?"
|
||||
vertical={true}
|
||||
/>
|
||||
|
||||
</SectionContainer>
|
||||
@@ -180,6 +184,8 @@ x-publishable-api-key: {your_publishable_api_key}
|
||||
}}
|
||||
reportLink={formatReportLink("store", "Publishable API Key")}
|
||||
pathName="/api/store"
|
||||
question="Was this section helpful?"
|
||||
vertical={true}
|
||||
/>
|
||||
|
||||
</SectionContainer>
|
||||
@@ -204,6 +210,8 @@ x-no-compression: true
|
||||
}}
|
||||
reportLink={formatReportLink("store", "HTTP Compression")}
|
||||
pathName="/api/store"
|
||||
question="Was this section helpful?"
|
||||
vertical={true}
|
||||
/>
|
||||
|
||||
</SectionContainer>
|
||||
@@ -266,6 +274,8 @@ This returns the variants of each product, but the variants only have their `id`
|
||||
}}
|
||||
reportLink={formatReportLink("store", "Selecting Fields")}
|
||||
pathName="/api/store"
|
||||
question="Was this section helpful?"
|
||||
vertical={true}
|
||||
/>
|
||||
|
||||
</SectionContainer>
|
||||
@@ -407,6 +417,8 @@ curl -g "http://localhost:9000/store/products?created_at[$lt]=2023-02-17&created
|
||||
}}
|
||||
reportLink={formatReportLink("store", "Query Parameter Types")}
|
||||
pathName="/api/store"
|
||||
question="Was this section helpful?"
|
||||
vertical={true}
|
||||
/>
|
||||
|
||||
</SectionContainer>
|
||||
@@ -483,6 +495,8 @@ This sorts the products by their `created_at` field in the descending order.
|
||||
}}
|
||||
reportLink={formatReportLink("store", "Pagination")}
|
||||
pathName="/api/store"
|
||||
question="Was this section helpful?"
|
||||
vertical={true}
|
||||
/>
|
||||
|
||||
</SectionContainer>
|
||||
Reference in New Issue
Block a user