The command prints out the different directories (config, cache, etc) used by tealdeer.
To build the docs, install mdbook.
You can build the HTML with mdbook build.
mdbook build
To serve the docs on localhost:3000 and watch for changes, use mdbook serve.
localhost:3000
mdbook serve