Raku / doc-website

Tooling to build/run the documentation website
Artistic License 2.0
7 stars 10 forks source link

Add install graph-viz to install instructions #320

Open librasteve opened 9 months ago

librasteve commented 9 months ago

Attempts to follow install directions are failing per this reddit thread:-

https://www.reddit.com/r/rakulang/comments/1858m14/comment/kb6wavp/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button

coke commented 9 months ago

Addressed in d550c2e

2colours commented 9 months ago

@coke the fix is problematic. The file says about itself that it's a generated file - and indeed, repo_docs/README.rakudoc seems to be the source file.

coke commented 9 months ago

@finanalyst - what command is used to generate the markdown file from the rakudoc?

finanalyst commented 9 months ago

@coke Although I use GUI tool (in Pod, the terminal version should be

raku --doc=MarkDown2 doc/README.rakudoc > README.md

Pod::To::MarkDown2 is part of the Raku::Pod::Render distribution. There is a more extensive write up in that distribution's documentation.