Skip to content

Commit 4428ee6

Browse files
authored
added more link to GitHub repo to docs (#606)
1 parent 43db82a commit 4428ee6

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [ ! -d "wk-repo" ]; then
1111
echo
1212
echo ERROR!
1313
echo 'Either link or clone the webknossos repository to "docs/wk-repo", e.g. with'
14-
echo 'git clone [email protected]:scalableminds/webknossos.git docs/wk-repo'
14+
echo 'git clone --depth 1 [email protected]:scalableminds/webknossos.git docs/wk-repo'
1515
exit 1
1616
fi
1717

docs/mkdocs.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,15 @@ nav:
101101
- Community Support: https://forum.image.sc/tag/webknossos" target="_blank
102102
- Email Support: mailto:[email protected]
103103
- Commercial Support: https://scalableminds.com" target="_blank
104-
- wkcuber CLI: wkcuber/index.md
104+
- GitHub: https://github.com/scalableminds/webknossos-libs/tree/master/webknossos" target="_blank
105+
- webKnossos Cuber:
106+
- wkcuber CLI: wkcuber/index.md
107+
- Getting Help:
108+
- Community Support: https://forum.image.sc/tag/webknossos" target="_blank
109+
- Email Support: mailto:[email protected]
110+
- Commercial Support: https://scalableminds.com" target="_blank
111+
- GitHub: https://github.com/scalableminds/webknossos-libs/tree/master/wkcuber" target="_blank
112+
105113

106114
plugins:
107115
- search

0 commit comments

Comments
 (0)