mirror of
https://github.com/xpipe-io/xpipe.git
synced 2025-04-18 02:03:37 +00:00
Remove documentation link for now
This commit is contained in:
parent
b5268a4a76
commit
bfa913fd3d
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ public class AboutTabComp extends Comp<CompStructure<?>> {
|
|||
private Comp<?> createLinks() {
|
||||
return new DynamicOptionsBuilder(false)
|
||||
.addTitle("links")
|
||||
.addComp(AppI18n.observable("documentation"), hyperlink(Hyperlinks.DOCUMENTATION), null)
|
||||
//.addComp(AppI18n.observable("documentation"), hyperlink(Hyperlinks.DOCUMENTATION), null)
|
||||
.addComp(AppI18n.observable("discord"), hyperlink(Hyperlinks.DISCORD), null)
|
||||
.addComp(AppI18n.observable("slack"), hyperlink(Hyperlinks.SLACK), null)
|
||||
.addComp(AppI18n.observable("github"), hyperlink(Hyperlinks.GITHUB), null)
|
||||
|
|
Loading…
Add table
Reference in a new issue