summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2021-05-04 13:28:13 +0200
committerGitHub <noreply@github.com>2021-05-04 13:28:13 +0200
commit8eaf79663deb9d5d5af5c34af0eadab42d2dac3c (patch)
tree080755d9f2382384e059984a70953657558b28d8 /_includes
parent386d092c28b608dba8b6b3236ccd069bac06c734 (diff)
downloadwiki-8eaf79663deb9d5d5af5c34af0eadab42d2dac3c.tar.gz
wiki-8eaf79663deb9d5d5af5c34af0eadab42d2dac3c.tar.bz2
wiki-8eaf79663deb9d5d5af5c34af0eadab42d2dac3c.zip
chore(docs): SOP (#454)
* chore(docs): Code standards * Create file-headers.md * sql * SOP * issue tracker * Update issue-tracker-standards.md * Update issue-tracker-standards.md * Update sql-standards.md * Update SQL-Versioning.md
Diffstat (limited to '_includes')
-rw-r--r--_includes/azerothcore/sidebar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/azerothcore/sidebar.html b/_includes/azerothcore/sidebar.html
index e6ac8a7..3740ca3 100644
--- a/_includes/azerothcore/sidebar.html
+++ b/_includes/azerothcore/sidebar.html
@@ -25,6 +25,7 @@
<b>Documentation</b>
<ul>
<li><a href="/wiki/documentation_index">Documentation Index</a></li>
+ <li><a href="/wiki/standard-operating-procedure">Standard Operating Procedure</a></li>
</ul>
<b>Database:</b>
<ul>
@@ -39,7 +40,6 @@
<li><a href="/wiki/external-tools-and-modules">Other Tools & Modules</a></li>
<li><a href="/wiki/FAQ">FAQ</a></li>
<li><a href="/wiki/Creating-Accounts">Create Accounts</a></li>
- <li><a href="/wiki/Dealing-with-SQL-files">Dealing with SQL files</a></li>
<li><a href="/wiki/Create-a-Module">Create a Module</a></li>
<li><a href="/wiki/Create-a-Script">Create your first Script</a></li>
<li><a href="/wiki/how-to-work-with-conf-files">Work with configuration files (.conf & .conf.dist)</a></li>