• GMod Lua Wiki
    7 replies, posted
Hey, I was wondering if it is possible to get the wiki hosted on my own server, and I can add my own functions and that do it, just like the VCMod wiki. (VCMod Dev Corner) Thanks.
My guess it it's using just some common documentation generation framework with some custom styling. There are many out there, just do some research.
I've had a look for a while and just want to know if anyone knows of any open source wiki, like the ones I mentioned in the OP. Appreciate the reply though
To my knowledge, the official Garry's Mod wiki uses MediaWiki
I would use something like this: GitBook
You could try something like this
I've seen that, but not really what I was looking for. I want something html/php based.
If you know your away around the command line, LDoc is a really easy way to just document code. I am personally using it for a semi-large addon I'm working on right now. This is assuming you know have a lua setup with something like luarocks though.
Sorry, you need to Log In to post a reply to this thread.