Just to add a few personal notes to what gerald_clark has already stated:
My first stop for online manuals is typically
http://linux.die.net Just be aware that sometime those pages are a bit out of date and one might have to find either the appropriate version on the home page of the respective project or download the sources.
For some Core components (e.g. the kernel or BusyBox) I found it to be valuable to have the (extracted) source code ready to search through. That does not mean to read the whole lot, but often enough the sources of a BusyBox applet are not too large and I believe it does not take a lot to make some sense of it.
As most "bloated" distributions (e.g. Ubuntu) are relying on multiple (surplus) layers of "obfuscation" (in an attempt to appeal to non-technical users) there is often only little to be gained by searching those forums. I personally have found the Archlinux
wiki and
forum to be often a good place to search for some hints. Chances are that one just needs some pointers regarding some settings or config files, and so far the folks over at Archlinux often had something useful for me.
An alternative might be the
LFS (LinuxFromScratch) project. Albeit I believe I had not as much "luck" to find the detail I needed. That is maybe due to the fact that it descibes more how to bootstrap a system, and then assumes that one has followed their steps from the beginning. So as TC has some degree of overlap it does not follow that their approach mirrors what would be suitable for TC. Plus I find struggle a bit more to work myself through their search results.
As TC is luckily not that big the first thing I do after downloading a new release is to extract the initrd (i.e. 'tinycore.gz'). This then becomes a searchable structure in which I can quite easily look into the "guts" (at least as far as scripts and config files are involved). For the TC specific GUI applications the sources are typically also
available (just maybe not updated during the RC cycles, but rather only after the full release has happened).