Skip to content

.navigation.yml file are automatically converted to page when using autoSubfolderIndex: true #1235

@hlassiege

Description

@hlassiege

Hi,

I'm using Docus for bloggrify.com.

The repository is here : https://github.com/bloggrify/bloggrify.com

I'm deploying on bunny.net. So I had to configure nitro to create index.html pages
for example : introduction/introduction/index.html

export default defineNuxtConfig({
  nitro: {
    prerender: {
      autoSubfolderIndex: true
    }
  }
})

It works, but it also creates some folder corresponding the .navigation.yml file

for example :
https://bloggrify.com/content/_dir
https://bloggrify.com/reference/_dir

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions