I am developing a web service and depend on 3rd party developers to write client applications for it. I need to set a developer portal, a web site where existing and potential developers would find
- documentation html pages
- doc files for download
- libraries downloads
- wiki
- forums
- support ticketing system.
There should be a public part and a part protected by login. I want only logged in users to submit tickets, for example.
- I don't want to host it.
- I would prefer a generic design based on a sensible template, where I can add minimal customization, such as logo.
- I don't want to add code to get any of the above functionality.
I will do all that if necessary, but I'd hope there would be an online service to do thing like that.
What services would you guys recommend?