summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorCyberFox Hax <cyber_fox_2@hotmail.com>2021-05-25 15:51:02 +0800
committerGitHub <noreply@github.com>2021-05-25 09:51:02 +0200
commitadf72b6bc47ed2ef6d6faae886a19b2d86b93dca (patch)
treed85c892d55358638580f2af2d492031694d6c87f /_includes
parentcf6b8c4de86c8b32a029a8ea46a823456f661e6b (diff)
downloadwiki-adf72b6bc47ed2ef6d6faae886a19b2d86b93dca.tar.gz
wiki-adf72b6bc47ed2ef6d6faae886a19b2d86b93dca.tar.bz2
wiki-adf72b6bc47ed2ef6d6faae886a19b2d86b93dca.zip
fixing and adding documentation for RemoteAccess (#489)
* Update Remote-Access.md Some of the descriptions didn't adequately explain how Soap worked outside of php. So i've rephrased to focus more on general HTTP. Also the in XML payload i needed to change TC to AC. I've also included examples of responses as well as a NodeJS function. * Update sidebar.html adding remote access into the sidebar * Update Remote-Access.md using proper code blocks * Update final-server-steps.md adding link to remote access documentation * Update Remote-Access.md changing java script var to const
Diffstat (limited to '_includes')
-rw-r--r--_includes/azerothcore/sidebar.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/_includes/azerothcore/sidebar.html b/_includes/azerothcore/sidebar.html
index f91ae84..5fe0397 100644
--- a/_includes/azerothcore/sidebar.html
+++ b/_includes/azerothcore/sidebar.html
@@ -46,6 +46,7 @@
<li><a href="/wiki/server-setup">Extract client data (maps, mmaps, vmaps, dbc)</a></li>
<li><a href="/wiki/linux-restarter">Linux automatic restarter</a></li>
<li><a href="/wiki/GM-Commands">GM Commands</a></li>
+ <li><a href="/wiki/Remote-Access">Remote Access</a></li>
<li><a href="/wiki/Waypoints-Information">Information about waypoints</a></li>
<li><a href="/wiki/How-to-obtain-free-records">How to obtain free records</a></li>
</ul>