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: website/docs/introduction/docusaurus-usage.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ export default function Root({ children }) {
25
25
26
26
You can override the default CodeBlock by swizzling the component, [more about swizzling](https://docusaurus.io/docs/swizzling).
27
27
28
-
For a full example, check out the repo for this website at https://github.com/elilambnz/react-py/tree/main/website, specifically `src/theme/CodeBlock` and `src/components/CodeEditor`.
28
+
For a full example, check out an example of a Docusaurus site using `react-py`at https://github.com/James-Ansley/python-docusaurus-template, specifically `src/theme/CodeBlock` and `src/components/CodeEditor`.
0 commit comments