You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/2026-03-10-react-navigation-8.0-march-progress.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -222,6 +222,7 @@ See [Devtools documentation](/docs/8.x/devtools#uselogger) for more details.
222
222
We have made many improvements to our documentation site to make it more LLM friendly:
223
223
224
224
- Documentation pages now have a markdown version by appending `.md` to the path (e.g. [https://reactnavigation.org/docs/8.x/getting-started.md](https://reactnavigation.org/docs/8.x/getting-started.md))
225
+
- If a client sends an `Accept: text/markdown` header, the markdown version of the page will be returned instead of HTML
225
226
- Documentation pages now have a "Copy page" button to copy the content of the current page as markdown, or open in ChatGPT and Claude
226
227
- A list of all documentation pages and full documentation content is available at [`llms.txt`](pathname:///llms.txt) and [`llms-full.txt`](pathname:///llms-full.txt) respectively
0 commit comments