This module exists to test the moduleView component. Content is extracted from documentation comments. Paragraphs can span multiple lines and are separated by a blank line. Leading and trailing whitespace is ignored.
The entrypoint prepares themes and the window.
Render the given chapter.
Create a code block
Showcase code and its result.
Get the title of the given chapter.
Reduced content width, used for document text.
Maximum content width, used for code samples, since they require more space.
Sidebar width
This tour is a set of examples and tutorials designed to illustrate core features of Fluid and provide a quick start guide to developing applications using Fluid.
This module is the central piece of the tour, gluing it together. It loads and parses each module to display it as a document. It's not trivial; other modules from this package are designed to offer better guidance on Fluid usage, but it might also be useful to people intending to implement similar functionality.
To get started with the tour, use dub run fluid:tour, which should compile and run the tour. The program explains different parts of the library and provides code examples, but you're free to browse through its files if you like! introduction.d might be a good start. I hope this directory proves as a useful learning resource.