Controllable URLs for static pages?

Liviu Ionescu <[email protected]> Mon, 29 May 2023 23:56:52 +0300
Newsgroups gmane.text.doxygen.general
Message-ID <[email protected]>
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