In some cases you might want to depart from the common practice of serving directories directly. You might want to create a URL structure different than the structure on your disk. For example, in Git you might have a folder for your app and another folder that builds your documentation. Your entire Git repository might look like the following:Documentation Index
Fetch the complete documentation index at: https://developer.upsun.com/llms.txt
Use this file to discover all available pages before exploring further.
docs-public.
If so, you can serve all requests by your app code except for those that start with /docs,
which you serve with your generated docs.
Use a web configuration similar to the following:
.upsun/config.yaml