|
27 | 27 | <img width="15%" alt="Discord" hspace="3%" src=".github/assets/discord-dark.png">
|
28 | 28 | </picture>
|
29 | 29 | </a>
|
30 |
| - <a href="https://codedocs.paradisestation.org"> |
| 30 | + <a href="https://devdocs.paradisestation.org"> |
31 | 31 | <picture>
|
32 | 32 | <source media="(prefers-color-scheme: dark)" srcset=".github/assets/book-light.png">
|
33 | 33 | <source media="(prefers-color-scheme: light)" srcset=".github/assets/book-dark.png">
|
|
56 | 56 | > [!TIP]
|
57 | 57 | > Want to contribute for the first time but unsure where to start?<br>
|
58 | 58 | > Join our Discord and check out the [#coding_chat](https://discord.com/channels/145533722026967040/145700319819464704) channel for helpful links and advice!<br>
|
59 |
| -> Alternatively, have a look at our community maintained [Getting Started Guide](./docs/contributing/getting_started.md) |
| 59 | +> Alternatively, have a look at our community maintained [Getting Started Guide](https://devdocs.paradisestation.org/contributing/getting_started/) |
60 | 60 |
|
61 | 61 | # Useful Documents and Links
|
62 | 62 |
|
63 | 63 | - ### [Dream Maker (DM) Reference](https://www.byond.com/docs/ref/)
|
64 | 64 |
|
65 | 65 | This reference site by the creators of BYOND details information on the DM language, the syntax used, functionality of native procs, and a lot more. This is always useful to have on hand when contributing.
|
66 | 66 |
|
67 |
| -- ### [Autodocumentation Guide](./docs/references/autodoc.md) |
| 67 | +- ### [Autodocumentation Guide](https://devdocs.paradisestation.org/references/autodoc/) |
68 | 68 |
|
69 | 69 | This guide shows you how to leave code comments that comply with "autodocumentation", a system designed to make everyone's lives easier when reading or reviewing code!
|
70 | 70 |
|
71 |
| -- ### [Code of Conduct](./docs/CODE_OF_CONDUCT.md) |
| 71 | +- ### [Code of Conduct](https://devdocs.paradisestation.org/code_of_conduct/) |
72 | 72 |
|
73 | 73 | All contributors are expected to read our Code of Conduct before they take part in our community.
|
74 | 74 |
|
75 |
| -- ### [Contribution Guide](./docs/CONTRIBUTING.md) |
| 75 | +- ### [Contribution Guide](https://devdocs.paradisestation.org/contributing/) |
76 | 76 |
|
77 | 77 | Not sure how to take part and contribute? This guide gives an overview of how to make comments, pull requests, and open issues.
|
78 | 78 |
|
79 | 79 | This guide also sets out our code standards that we expect all submitted code to adhere to.
|
80 | 80 |
|
81 |
| -- ### [Community Maintained Guide to Contributing](https://paradisestation.org/wiki/index.php?title=Guide_to_Contributing) |
| 81 | +- ### [Community Maintained Guide to Contributing](https://devdocs.paradisestation.org/contributing/getting_started/) |
82 | 82 |
|
83 | 83 | This community maintained guide covers how to set yourself up for success when attempting to contribute to Paracode.
|
84 | 84 |
|
85 | 85 | > [!IMPORTANT]
|
86 | 86 | > Paradise does not provide precompiled binaries, requiring you to build from source to host a local server.<br>
|
87 | 87 | > Building Paradise is quick and simple, all you need to install is [BYOND](https://www.byond.com/download/).<br>
|
88 |
| -> You can learn more in our [Installation Guide](.github/DOWNLOADING.md). |
89 | 88 |
|
90 | 89 | - ### [Paradise Station Development Team Structure](https://www.paradisestation.org/dev/policy/)
|
91 | 90 |
|
|
0 commit comments