I have a need to make my own wiki. A place to add and detail some things and wanted to get your suggestions for the best platform to use for it? I am no developer so the tool must be easy to use and customize.
If you mean a website wiki similar to Wikipedia, I really like DokuWiki for its simplicity to install and maintain. All that is needed is to copy some files to a PHP capable web server like Apache. There is not even a database.
Just be mindful if you go the static wiki route and want to host it at github, and want the wiki to be semi public with some page are public and some are private notes, github doesn’t allow private repo to be published as github pages on free tier plan.
Github pages need to be on public repo to be published on free tier so the public repo would be crawled by bots, random people could inspect it. A way to get around that is to use cloudflare pages. You’d store the wiki on github private repo, connect it to cf pages and cf will build, publish it and give you a free subdomain to access the built wiki site.