diff --git a/docs/index.rst b/docs/index.rst index 985055a66..e0ef436fc 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -65,6 +65,7 @@ information about the project's organization. project/about.md project/code-of-conduct.md project/changelog.md + project/related-projects.md Indices and tables ================== diff --git a/docs/project/related-projects.md b/docs/project/related-projects.md new file mode 100644 index 000000000..41a52c83e --- /dev/null +++ b/docs/project/related-projects.md @@ -0,0 +1,8 @@ +# Related Projects + + +## Other projects + +- [wc-code](https://github.com/vanillawc/wc-code) is a library to run + JavaScript, Python and Theme the browser with inline code blocks. + It uses pyodide to execute Python code.