Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
Update the description to describe all the options for query param
Browse files Browse the repository at this point in the history
  • Loading branch information
gtrufitt committed Jul 24, 2020
1 parent d3e9967 commit ff90cdf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ const IndexPageWrapper = () => {
<h1>Example Discussion</h1>
<p>
Set a specific discussion using the id in a query param like{' '}
<a href="/?id=32255">?id=32255</a>.
<a href="?id=32255&closedForComments=true&pillar=opinion">
?id=32255&closedForComments=true&pillar=opinion
</a>
.
</p>
<App
baseUrl="https://discussion.theguardian.com/discussion-api"
Expand Down

0 comments on commit ff90cdf

Please sign in to comment.