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
Each folder has to fold so the menu has room for more items, and #8 needs to be able to inject stuff under the current page.
Probably requires refactoring <Navigation /> from App to Article and cleaning up a bit to make data flow between components (Article -> Navigation).
<Navigation />
Maybe build the file tree earlier and use the tree for article fetching also instead of relying on the filename and path from require.context.
The text was updated successfully, but these errors were encountered:
k1sul1
No branches or pull requests
Each folder has to fold so the menu has room for more items, and #8 needs to be able to inject stuff under the current page.
Probably requires refactoring
<Navigation />
from App to Article and cleaning up a bit to make data flow between components (Article -> Navigation).Maybe build the file tree earlier and use the tree for article fetching also instead of relying on the filename and path from require.context.
The text was updated successfully, but these errors were encountered: