Adds support for developer docs. The developer docs are maintained on the main flameshot repo, but they need to be deployed with a workflow here.
This PR adds a reference to the documentation in the Docs section and a workflow that will re-apply the developer docs during the build_and_deploy job.
In order to add a reference to the developer docs in the Docs section, I edited the templates/docs/section.html template to hardcode the section there, because that's the only way I know how. Is that OK? If you know of a better way, please tell me.
Adds support for developer docs. The developer docs are maintained on the main flameshot repo, but they need to be deployed with a workflow here.
This PR adds a reference to the documentation in the Docs section and a workflow that will re-apply the developer docs during the build_and_deploy job.
In order to add a reference to the developer docs in the Docs section, I edited the
templates/docs/section.html
template to hardcode the section there, because that's the only way I know how. Is that OK? If you know of a better way, please tell me.