From 13fba07c9129d2d60d85d078369f3d3d5d8e92f3 Mon Sep 17 00:00:00 2001 From: skyace65 Date: Sat, 13 Apr 2024 22:33:13 -0400 Subject: [PATCH] Merge branch 'DevDocsReadMe' of https://github.com/skyace65/godot-docs into DevDocsReadMe --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index 86fde73a35c..b8d3de9659e 100644 --- a/README.md +++ b/README.md @@ -6,17 +6,7 @@ They are meant to be parsed with the [Sphinx](https://www.sphinx-doc.org/) docum ## Download for offline use -To browse the documentation offline, you can use the mirror of the documentation -hosted on [DevDocs](https://devdocs.io/godot/). To enable offline browsing on -DevDocs, you need to: - -- Click the three dots in the top-left corner, choose **Preferences**. -- Enable the desired version of the Godot documentation by checking the box - next to it in the sidebar. -- Click the three dots in the top-left corner, choose **Offline data**. -- Click the **Install** link next to the Godot documentation. - -You can also +To browse the documentation offline, you can [download an HTML copy](https://nightly.link/godotengine/godot-docs/workflows/build_offline_docs/master/godot-docs-html-master.zip) for offline reading (updated every Monday). Extract the ZIP archive then open the top-level `index.html` in a web browser.