question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issues and Repository button not appearing

See original GitHub issue

I 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:closed
  • Created 3 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
firasmcommented, Sep 1, 2020

@dafriedman97 There is a warning in the docs to avoid mixing toc structures:

When designing the top-level sections of your _toc.yml file, you must pick either a list of chapters via - file: entries, or a list of parts via - part: entries with chapters inside of them. You cannot intermix them both.

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.

1reaction
dafriedman97commented, Sep 1, 2020

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!

Screen Shot 2020-09-01 at 5 42 43 PM
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found