FlaxDocsHost(GitHub - FlaxEngine/FlaxDocsHost: Flax Engine Documentation compiled for static hosting) contains compiled document files for FlaxDocs(GitHub - FlaxEngine/FlaxDocs: Flax Engine Documentation) docfx runner. I used to compile FlaxDocs earlier, but from some point something did not go well and so much error occured so I just decided to use latest FlaxDocsHost.
I saw the latest compiled docs updated after release of v1.11 and replaced the old local document.
But while syncing the two versions I found strange leftover files from the old version.
I was ‘code-examples’ directory at the scripting section (_site\manual\scripting\code-examples) and I’ve never seen those files exposed in the web document page. Multiple .cs and .h files were there, and they were not in the latest repository.
Are those the leftovers of the example codes embedded inside the manual, or things worth to be maintained?