Folder hide in URL

Hi! Is it possible to hide certain folder (e.g. footer navigation placed in “footer” folder) in URL address? How?

so then i gonna have example.com/some-section instead of example.com/footer/some-section

You can remove the number from a folder i.e. footer instead of 01.footer and fetch the pages in Twig via {% set pages = pages.find('/footer') %}. Or you can explicitly set a slug or aliases.