The chapter for the development environment setup has the following paragraph:
You can now use the link:/attachments/[attachments] directory in this tutorial
as a template for your Vulkan projects. Make a copy, rename it to something like `HelloTriangle`
and remove all the code in `main.cpp`.
Problem is: That links does not work and it's afaik not possible to have Antora link to and display folders.
So people clicking on this might be confused as they expect to see a code file, but instead get a 404 "file not available".
I'm inclined to rephrase this to:
You can now use the code from any of the following chapters as a template for your Vulkan projects. Make a copy, rename it to something like `HelloTriangle` and remove all the code in `main.cpp`.
@gpx1000 : Any thoughts?
The chapter for the development environment setup has the following paragraph:
Problem is: That links does not work and it's afaik not possible to have Antora link to and display folders.
So people clicking on this might be confused as they expect to see a code file, but instead get a 404 "file not available".
I'm inclined to rephrase this to:
@gpx1000 : Any thoughts?