Issues and Repository button not appearing
See original GitHub issueI am hoping to give my book the “link to repository”, “open issue”, and “suggest edits” functionality. Currently, my configuration looks like this
repository:
url: https://github.com/dafriedman97/mlbook
html:
favicon: logo.png
home_page_in_navbar: false
use_edit_page_button: true
use_issues_button: true
use_repository_button: true
but on the book itself, I only see the button for “suggest edit”, rather than the buttons for “use repository” and “issues”. This can be seen from any page on the book. Any idea why I’m not seeing these other two buttons?
Thanks so much and please let me know if there is any additional information I can provide.
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
Create repository button disabled on GitHub - Stack Overflow
i am in the same version of MacOS. Its working fine for me. Just remove the browser cache and try again. Make sure...
Read more >Can't find the button for repo settings - Atlassian Community
Hi, I'd like to set up the access key for a repository. ... https://bitbucket.org/site/master/issues/18258/show-more-button-not-working.
Read more >Can't clone repo via GitHub's "Open with Visual Studio"
On a GitHub project web page, click the green “Code” button and select “Open with Visual Studio”. Actual: In Visual Studio's “Clone a...
Read more >Show repository tab for projects without a repository - GitLab
When creating a new project, the Repository tab is not shown. ... by visiting the repository and clicking the + button to create...
Read more >"Sync from repository" button not doing anything on click
When trying to re-link my GitHub repo to my Screeps account (it wasn't uploading changes, ... We already aware of the issue and...
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
@dafriedman97 There is a warning in the docs to avoid mixing toc structures:
Try commenting out the two
- file:
entries for table of contents and conventions_notation or adjust your structure to fit one of the two suggested formats.Apologies, I hadn’t read the updated table of contents instructions.
To answer the original question, yes that worked! Thank you so much.
One new issue, though. The spacing between the “part” headers and “chapter” listings is looking funny (maybe something I’m doing?)
It looks like this right now. Note that “introduction”, “1. Ordinary Least Squares” and “2. Linear Regression Extensions” are the chapter titles, though that is misleading in this picture. Do you know how I can change that? And also, could I make them bigger or bold? Thanks!