HerculesWS / Hercules

Hercules is a collaborative software development project revolving around the creation of a robust massively multiplayer online role playing game (MMORPG) server package. Written in C, the program is very versatile and provides NPCs, warps and modifications. The project is jointly managed by a group of volunteers located around the world as well as a tremendous community providing QA and support. Hercules is a continuation of the original Athena project.
http://herc.ws
GNU General Public License v3.0
897 stars 754 forks source link

turn the atcommand documentation into markdown #2214

Open Helianthella opened 6 years ago

Helianthella commented 6 years ago

doc/atcommand.txt should be rewritten in markdown for easier reading in the browser and better organization.

proposed syntax:

# Atcommand documentation

(description)

**Table of contents**
- System commands
- Database commands
  . . .

## system commands

### version
(description)

### rates
(description)

## database commands
. . .
IpshitaC commented 6 years ago

Hi @Helianthella Can I take this up for Hacktoberfest?

Habilya commented 6 years ago

@IpshitaC , yes you can

IpshitaC commented 6 years ago

Thanks, I'll send in a PR 🎉

Helianthella commented 6 years ago

Hello @IpshitaC, great to see you contribute to our project for the first time! 👍

Happy hacking! 🎃

IpshitaC commented 6 years ago

Hey @Habilya @Helianthella Just to confirm, this issue refers to this file, right?

Helianthella commented 6 years ago

yes