mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-01-01 03:30:09 +01:00
doc/proto: add a link to the git repo and issues page
This commit is contained in:
parent
e8765f3042
commit
d44de4e73e
1 changed files with 17 additions and 1 deletions
|
|
@ -1,5 +1,21 @@
|
|||
# baseURL = 'https://libinput.pages.freedesktop.org/libei/'
|
||||
# baseURL is required to have the menu.shortcuts resolve correctly, but if
|
||||
# we use the full URL (with trailing libei/) local builds no longer fin.
|
||||
# the files. But since we use relativeURLs everything else should work correctly
|
||||
# even with the wrong baseURL.
|
||||
baseURL = 'https://libinput.pages.freedesktop.org/'
|
||||
languageCode = 'en-us'
|
||||
title = 'ei protocol documentation'
|
||||
theme = 'hugo-theme-relearn'
|
||||
relativeURLs = true
|
||||
|
||||
[[menu.shortcuts]]
|
||||
name = "<i class='fab fa-fw fa-git'></i> git Repository"
|
||||
identifier = "repo"
|
||||
url = "https://gitlab.freedesktop.org/libinput/libei"
|
||||
weight = 10
|
||||
|
||||
[[menu.shortcuts]]
|
||||
name = "<i class='fas fa-bug'></i> Report a Bug"
|
||||
identifier = "bugs"
|
||||
url = "https://gitlab.freedesktop.org/libinput/libei/-/issues/"
|
||||
weight = 10
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue