mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Add comment about Docsy fork to .gitmodules (#1600)
This commit is contained in:
parent
639caf057d
commit
4f39ad2a24
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -1,4 +1,7 @@
|
||||||
[submodule "themes/docsy"]
|
[submodule "themes/docsy"]
|
||||||
path = themes/docsy
|
path = themes/docsy
|
||||||
|
# We use our own forked version of the Docsy theme,
|
||||||
|
# to avoid loading fonts from CDNs, which Docsy currently
|
||||||
|
# doesn't support (see https://github.com/google/docsy/issues/605).
|
||||||
url = https://github.com/matrix-org/docsy.git
|
url = https://github.com/matrix-org/docsy.git
|
||||||
branch = master
|
branch = master
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue