mirror of
https://github.com/drwhut/tabletop-club.git
synced 2025-05-05 15:32:56 +00:00
Updated documentation domain to docs.tabletopclub.net
This commit is contained in:
parent
3a76a71ce1
commit
746a599eaa
@ -3,7 +3,7 @@
|
|||||||
We're always open to contributions to help make the game better! If you want to
|
We're always open to contributions to help make the game better! If you want to
|
||||||
report a bug, suggest a feature, or contribute to the project directly, have a
|
report a bug, suggest a feature, or contribute to the project directly, have a
|
||||||
look at the
|
look at the
|
||||||
[documentation](https://tabletop-club.readthedocs.io/en/stable/general/contributing/ways_to_contribute.html)
|
[documentation](https://docs.tabletopclub.net/en/stable/general/contributing/ways_to_contribute.html)
|
||||||
to see how you can help out!
|
to see how you can help out!
|
||||||
|
|
||||||
## Code of conduct
|
## Code of conduct
|
||||||
|
14
README.md
14
README.md
@ -5,7 +5,7 @@
|
|||||||
Tabletop Club is an open-source multiplayer game that allows you to play your
|
Tabletop Club is an open-source multiplayer game that allows you to play your
|
||||||
favourite tabletop games in a physics-driven 3D environment with the use of
|
favourite tabletop games in a physics-driven 3D environment with the use of
|
||||||
easy-to-make
|
easy-to-make
|
||||||
[asset packs](https://tabletop-club.readthedocs.io/en/stable/custom_assets/asset_packs/index.html)!
|
[asset packs](https://docs.tabletopclub.net/en/stable/custom_assets/asset_packs/index.html)!
|
||||||
|
|
||||||
The game is available on Windows, macOS, and Linux, and is being developed with
|
The game is available on Windows, macOS, and Linux, and is being developed with
|
||||||
the [Godot Engine](https://godotengine.org/).
|
the [Godot Engine](https://godotengine.org/).
|
||||||
@ -24,9 +24,9 @@ the [Godot Engine](https://godotengine.org/).
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
To download the game, you can either
|
To download the game, you can either
|
||||||
[download an official binary](https://tabletop-club.readthedocs.io/en/stable/general/download/downloading_binaries.html)
|
[download an official binary](https://docs.tabletopclub.net/en/stable/general/download/downloading_binaries.html)
|
||||||
or
|
or
|
||||||
[compile the game from source](https://tabletop-club.readthedocs.io/en/stable/general/download/compiling_from_source.html).
|
[compile the game from source](https://docs.tabletopclub.net/en/stable/general/download/compiling_from_source.html).
|
||||||
|
|
||||||
## Community
|
## Community
|
||||||
|
|
||||||
@ -58,15 +58,15 @@ If you want to help translate the project, you can go to the project's
|
|||||||
[Hosted Weblate](https://hosted.weblate.org/engage/tabletop-club/) page.
|
[Hosted Weblate](https://hosted.weblate.org/engage/tabletop-club/) page.
|
||||||
|
|
||||||
You can find out more about contributing translations
|
You can find out more about contributing translations
|
||||||
[here](https://tabletop-club.readthedocs.io/en/stable/general/contributing/ways_to_contribute.html#translating-the-project).
|
[here](https://docs.tabletopclub.net/en/stable/general/contributing/ways_to_contribute.html#translating-the-project).
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
Want to help contribute to the project? Have a look at the
|
Want to help contribute to the project? Have a look at the
|
||||||
[ways you can contribute](https://tabletop-club.readthedocs.io/en/stable/general/contributing/ways_to_contribute.html)!
|
[ways you can contribute](https://docs.tabletopclub.net/en/stable/general/contributing/ways_to_contribute.html)!
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
[](https://tabletop-club.readthedocs.io/en/stable/?badge=latest)
|
[](https://docs.tabletopclub.net/en/stable/?badge=latest)
|
||||||
|
|
||||||
The documentation is hosted on [ReadTheDocs](https://tabletop-club.readthedocs.io/en/stable).
|
The documentation is hosted on [ReadTheDocs](https://docs.tabletopclub.net/en/stable).
|
||||||
|
@ -17,4 +17,4 @@ import them so you can use them in-game!
|
|||||||
|
|
||||||
For information and tutorials as to how you can make your own assets for
|
For information and tutorials as to how you can make your own assets for
|
||||||
Tabletop Club, have a look at the
|
Tabletop Club, have a look at the
|
||||||
[documentation](https://tabletop-club.readthedocs.io/en/stable/custom_assets/asset_packs/index.html).
|
[documentation](https://docs.tabletopclub.net/en/stable/custom_assets/asset_packs/index.html).
|
||||||
|
@ -257,7 +257,7 @@ func _on_CodeIcon_pressed():
|
|||||||
OS.shell_open("https://github.com/drwhut/tabletop-club")
|
OS.shell_open("https://github.com/drwhut/tabletop-club")
|
||||||
|
|
||||||
func _on_HelpButton_pressed():
|
func _on_HelpButton_pressed():
|
||||||
OS.shell_open("https://tabletop-club.readthedocs.io/en/stable/")
|
OS.shell_open("https://docs.tabletopclub.net")
|
||||||
|
|
||||||
func _on_DiscordButton_pressed():
|
func _on_DiscordButton_pressed():
|
||||||
OS.shell_open("https://discord.gg/GqYkGV4WwX")
|
OS.shell_open("https://discord.gg/GqYkGV4WwX")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user