commit 031fe53a7e3f22ad978e9c5ee6667c5049f2a929 Author: Hugo Locurcio Date: Thu Nov 16 13:14:20 2023 +0100 Initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..4624383 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Godot Engine documentation user notes + +This repository stores user-contributed notes for the +[official Godot documentation](https://github.com/godotengine/godot-docs), +which are displayed on documentation pages using [Giscus](https://giscus.app/). + +If you wish to browse through user notes for all documentation pages that accept +comments, head to the [**Discussions**](https://github.com/godotengine/godot-docs-user-notes/discussions) +tab of this repository. + +> **Note** +> +> The same data source is used for documentation pages in real-time, which means +> that any comments you leave on this repository's Discussions tab will be reflected +> at the bottom of documentation pages.