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
Hi @zjoukhadar
The error message explains what's happening, it's a wrapper around the file not found error.
The path to the source must be relative from the root folder of your MkDocs project. For example, if it was inside your docs folder, it must be something like: ./docs/timeline/timeline-1.json.
If your "assets" folder is inside your "docs" folder, you need to make it "./docs/assets/timeline2.json".
The text was updated successfully, but these errors were encountered: