For who doesn't know me, I'm Leo, I'm student intern from Lille and I worked with Stephane Ducasse.
The new help browser is using microdown files on the disc and not strings stored into methods.
In this version, you use a FileSystem with folder or Microdown file which can be internalized (it means that the physical files can be loaded in a virtual memory file system
and the help can work without the physical file system).
The differents files are parsed, converted to Pillar model and visited by a Topic Builder.
The TopicBuilder creates NodeHelpTopic for every section. All the elements are covered with tests.
In the git you have also a doc folder which used by the code in the comment class of the SpNewHelpBrowserPresenter.
Here is the doc of Pharo 90 we started to migrate.
We do know if the newHelpBrowser should replace the old one. Let us know.
We will work on a BookBrowser to be able to read all Pharo books from Pharo.
Léo FRERE