Skip to content

Commit d0fde25

Browse files
authored
Merge pull request #9639 from skyace65/ReadMeOffline
Update README file with offline doc options
2 parents e996398 + 923fbf2 commit d0fde25

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,17 @@ They are meant to be parsed with the [Sphinx](https://www.sphinx-doc.org/) docum
66

77
## Download for offline use
88

9-
To browse the documentation offline, you can
10-
[download an HTML copy](https://nightly.link/godotengine/godot-docs/workflows/build_offline_docs/master/godot-docs-html-master.zip)
11-
for offline reading (updated every Monday). Extract the ZIP archive then open
12-
the top-level `index.html` in a web browser.
13-
14-
For mobile devices or e-readers, you can also
15-
[download an ePub copy](https://nightly.link/godotengine/godot-docs/workflows/build_offline_docs/master/godot-docs-epub-master.zip)
16-
for offline reading (updated every Monday). Extract the ZIP archive then open
17-
the `GodotEngine.epub` file in an e-book reader application.
9+
To browse the documentation offline, you can download an HTML copy (updated every Monday):
10+
[stable](https://nightly.link/godotengine/godot-docs/workflows/build_offline_docs/master/godot-docs-html-stable.zip),
11+
[latest](https://nightly.link/godotengine/godot-docs/workflows/build_offline_docs/master/godot-docs-html-master.zip),
12+
[3.6](https://nightly.link/godotengine/godot-docs/workflows/build_offline_docs/master/godot-docs-html-3.6.zip). Extract
13+
the ZIP archive then open the top-level `index.html` in a web browser.
14+
15+
For mobile devices or e-readers, you can also download an ePub copy (updated every Monday):
16+
[stable](https://nightly.link/godotengine/godot-docs/workflows/build_offline_docs/master/godot-docs-epub-stable.zip),
17+
[latest](https://nightly.link/godotengine/godot-docs/workflows/build_offline_docs/master/godot-docs-epub-master.zip),
18+
[3.6](https://nightly.link/godotengine/godot-docs/workflows/build_offline_docs/master/godot-docs-epub-3.6.zip). Extract
19+
the ZIP archive then open the `GodotEngine.epub` file in an e-book reader application.
1820

1921
## Theming
2022

0 commit comments

Comments
 (0)