-
My expectation is that if I set i have something like:
and trying to just build the pages for foo/ output: "just_foo",
pages: [
{
name: "Example Foo",
path: '/foo/',
pages: [
{name: "Sub foo", path: "/foo/sub_foo"},
]
}
], But i notice this tries to build |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is not supported at the moment. The pages are listed in Lines 307 to 324 in 6d455ac in particular, all the files that end in then later during the build process, the draft pages are ignored. I realize it's not exactly what you're trying to achieve, but here are some alternatives:
|
Beta Was this translation helpful? Give feedback.
This is not supported at the moment. The pages are listed in
framework/src/config.ts
Lines 307 to 324 in 6d455ac
in particular, all the files that end in
.md
are listed in:https://github.com/observ…