Skip to content

Commit 2815f81

Browse files
committed
Add repo
1 parent de1052e commit 2815f81

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/css/custom.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,12 @@
169169
content: "Switch to the light theme to view the diagram.";
170170
}
171171

172+
/*******************************************************/
173+
/* Hide repo stats. */
174+
.md-source__fact--stars, .md-source__fact--forks {
175+
display: none;
176+
}
177+
172178
/*******************************************************/
173179
/* Fix spacing in navigation tab. */
174180
.md-nav__item--nested > .md-nav__link {

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ site_url: "https://docs.hopsworks.ai/"
55

66
# Repository
77
edit_uri: "https://github.com/logicalclocks/logicalclocks.github.io"
8+
repo_url: "https://github.com/logicalclocks/hopsworks-api"
9+
repo_name: logicalclocks/hopsworks-api
810

911
strict: false
1012

0 commit comments

Comments
 (0)