We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have this file structure:
- toc.yaml - toc_test.yaml - page1.md
toc.yaml:
toc.yaml
title: test items: - name: Test href: ./toc_test.yaml
toc_test.yaml:
toc_test.yaml
items: - name: Test page href: ./page1.md
And I received this error in the end:
ERR Link is unreachable: ./page1.md in /toc_test.yaml
Everything works fine if you place sub_toc.yaml and page1.md in some subfolder.
sub_toc.yaml
page1.md
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have this file structure:
toc.yaml
:toc_test.yaml
:And I received this error in the end:
Everything works fine if you place
sub_toc.yaml
andpage1.md
in some subfolder.The text was updated successfully, but these errors were encountered: