From adf72b6bc47ed2ef6d6faae886a19b2d86b93dca Mon Sep 17 00:00:00 2001 From: CyberFox Hax Date: Tue, 25 May 2021 15:51:02 +0800 Subject: 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 --- _includes/azerothcore/sidebar.html | 1 + 1 file changed, 1 insertion(+) (limited to '_includes/azerothcore/sidebar.html') 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 @@
  • Extract client data (maps, mmaps, vmaps, dbc)
  • Linux automatic restarter
  • GM Commands
  • +
  • Remote Access
  • Information about waypoints
  • How to obtain free records
  • -- cgit