[Doxygen-users] Controllable URLs for static pages?
Brought to you by:
dimitri
|
From: Liviu I. <il...@li...> - 2023-05-29 21:26:35
|
Hi, Is there any trick to control the URLs of static pages? In my case I have a Getting Started file named `install.md`, which gets `md_website_2pages_2install.html`, not exactly intuitive, not to mention that it changed from 1.9.6 to 1.9.7. The reason I stumbled upon it is that in my home page I have to use some plain HTML code, and I cannot use doxygen primitives, I need to enter the actual URL in some links. Ideally this would be done with something like `@permalink 'getting-started'` in the install.md file, which would generate a page named exactly `getting-started.html`, and linking to it from html would be easy. Thank you, Liviu |