On a fresh install, most of the nav links point to /inner/ or /#unresolved
See original GitHub issueI believe this requires editing the url
and in some cases the urlaspattern
field of each of the links’ corresponding entries in fixtures/sitetree_menus.json
. For example, the link that’s supposed to point to https://docs.python.org/ currently has its url
set to "https://docs.python.org/"
and itsurlaspattern
set to True
which renders as /#unresolved because url
is not a named url pattern defined in the app.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
python - Pylint "unresolved import" error in Visual Studio Code
The accepted answer won't fix the error when importing own modules. Use the following setting in your workspace settings ...
Read more >Navigation | Android Developers
To add a dependency on Navigation, you must add the Google Maven repository to your project. Read Google's Maven repository for more information ......
Read more >Navigation Menu - Salesforce Help
The Navigation Menu component extends your site's navigation beyond navigational topics. Navigation menu items can include Salesforce objects, topics, pag.
Read more >e) after installing before restart due to .egg-link and new ...
Unresolved references to editable packages (pip install -e) after installing before restart due to .egg-link and new entries in sys.path.
Read more >How to add a Custom Link to a Menu with a URL that is ...
I was also looking for a solution for this and I found simple one. This is what you need to place into the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@bhawesh96 feel free to submit a PR!
Is it fixed ? or shall i look into it ?