You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In websites, pages often have children. Our metadata structure (see #3) should be able to handle that.
Given a file index.*, the children of that page are all other non-index pages in the same directory. Given a file {name}.*, where name is not index, the children of that page are all non-index pages in the {name}/ directory.
Having both a named page and an index page like this should probably be a warning or error:
.
├── foo
│ └── index.html
└── foo.html
The text was updated successfully, but these errors were encountered:
In websites, pages often have children. Our metadata structure (see #3) should be able to handle that.
Given a file
index.*
, the children of that page are all other non-index pages in the same directory. Given a file{name}.*
, where name is notindex
, the children of that page are all non-index pages in the{name}/
directory.Having both a named page and an index page like this should probably be a warning or error:
The text was updated successfully, but these errors were encountered: