Add comment about Docsy fork to .gitmodules (#1600)
This commit is contained in:
parent
639caf057d
commit
4f39ad2a24
1 changed files with 3 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue