From 4cf24dab490b64fea382fe63ed4c49cf4270699c Mon Sep 17 00:00:00 2001 From: MotoLegacy Date: Tue, 31 Dec 2024 11:14:16 -0500 Subject: [PATCH] Fix dedicated server page name; add repo to landing page --- markdown/landing/index.md | 2 +- markdown/server/{dedicated-server.md => server-setup.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename markdown/server/{dedicated-server.md => server-setup.md} (100%) diff --git a/markdown/landing/index.md b/markdown/landing/index.md index 8cddf68..5b964d6 100644 --- a/markdown/landing/index.md +++ b/markdown/landing/index.md @@ -14,7 +14,7 @@ Welcome to the official Documentation landing page for Nazi Zombies: Portable, a This documentation is not designed to cover basic gameplay foundations such as the Power-Up system, what Perk-A-Cola machines are, etc., as those are bases covered by the official [_Call of Duty_ Wiki](https://callofduty.fandom.com/wiki/Call_of_Duty_Wiki). Nazi Zombies: Portable goes to great efforts to achieve parity with it's gameplay features in such a way that makes content on said wiki valid and applicable to this project as well. -All documentation and media hosted is licensed under [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/deed.en), with no exclusions or exceptions. +All documentation and media hosted is licensed under [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/deed.en), with no exclusions or exceptions. You can contribute to the documentation by submitting a pull request to the [GitHub repository](https://github.com/nzp-team/documentation) ## Game Screenshots diff --git a/markdown/server/dedicated-server.md b/markdown/server/server-setup.md similarity index 100% rename from markdown/server/dedicated-server.md rename to markdown/server/server-setup.md