-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting root for links generated by fsdocs #785
Comments
You can specify parameters at the command line.
|
That is useful to know, thank you. Just to make sure I'm not missing anything, does it mention |
Tested, that works - thanks again |
It's there but not super explicit and there's no examples. It could probably be improved. At the bottom of the templates and substutions section that you were referencing it mentions
The command line tool --help output does a better job documenting it, showing the "--parameters key value" format. |
Documentation on rebasing links Issues fsprojects#786 , fsprojects#785
This is how I'm doing it now, to test locally:
in order to have
root
set as shown hereIs there a better way? (reading the source suggests that it will derive
root
from<PackageProjectUrl>
onlyThank you!
The text was updated successfully, but these errors were encountered: