Currently I have this setup in the .hdoc.toml file
[project]
name = "Simulation"
version = "1.0.0"
git_repo_url = "https://github.com/ShulkMaster/Simu_01-2022/tree/master/"
[paths]
compile_commands = "build/compile_commands.json"
output_dir = "docs"
When use the hdoc -v command all the outputs looks ok, it detects everything and even shows the message ' Documentation uploaded successfully' however I wish to use a self hosted version of the documentation but in the directory I cant find the docs folder anywhere.
I checked the documentation and can't find any obvious way of doing so such a a command line arg or something, Is there any step I'm missing?
the setup is windows OS but the commands are run through WSL2 on Ubuntu distro 20.04 and the binary I got it from the official website by creating my account
Here's is my publish doc so you can see It works but I can't get the static files i need to host it.
My documentation
Currently I have this setup in the
.hdoc.tomlfileWhen use the
hdoc -vcommand all the outputs looks ok, it detects everything and even shows the message ' Documentation uploaded successfully' however I wish to use a self hosted version of the documentation but in the directory I cant find thedocsfolder anywhere.I checked the documentation and can't find any obvious way of doing so such a a command line arg or something, Is there any step I'm missing?
the setup is windows OS but the commands are run through WSL2 on Ubuntu distro 20.04 and the binary I got it from the official website by creating my account
Here's is my publish doc so you can see It works but I can't get the static files i need to host it.
My documentation