Remove fork on github apiary

65 Views Asked by At

Is there a way to remove the fork on github from apiary? I've tried targeting the css classes with display none. It still shows on the page.

.row.tocColumnTool.forkOnGitHub{
  display: none;
}
1

There are 1 best solutions below

0
T.J. On

You can do this in the settings. By setting the repository to private, it will remove the fork on GitHub. enter image description here