Open siddhantk232 opened 1 year ago
A small correction in your code snippets, we do not need -- end: fastn.sitemap
as fastn.sitemap
does not expect "children".
A small correction in your code snippets, we do not need
-- end: fastn.sitemap
asfastn.sitemap
does not expect "children".
Thanks! I've updated the comment :+1:
The sitemap works with documents with no extensions as well. This is a bug, we want the user to explicitly mention file extensions.
Current behaviour:
Below code works and assumes that the document
features/design
is a.ftd
file.Expected behaviour:
The above code should error (and maybe suggest that the user is missing the file extension).
Correct code: