Where to find AskBot documentation?
When I click "Documentation" on the web menu, it 404.
So, is there any other place we could find AskBot documentation?
Thanks.
When I click "Documentation" on the web menu, it 404.
So, is there any other place we could find AskBot documentation?
Thanks.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2018-09-06 23:38:32 -0500
Seen: 4,944 times
Last updated: Sep 06 '18
I tried to add an aswer, but that didn't work, trying in the comments then: I had this same question today, and it took me some time to find something. Apparently this has been an issue for years, and this question has a lot of views, so I thought I'll at least add some starting point here. After some searching with google, and finding some alternative or old docs, I eventually I cloned the repo and generated the documentation myself. Currently it can be found here: https://github.com/ASKBOT/askbot-devel/tree/master/askbot/doc there is a Makefile, and some windows .bat file with similar functionality. I ran: `make html` which generated the documentation in a build folder.