mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-05 19:24:10 +01:00
Use a different directory for assets
This commit is contained in:
parent
985d681645
commit
9fd35dad78
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,4 +1,5 @@
|
||||||
/api/node_modules
|
/api/node_modules
|
||||||
|
/assets
|
||||||
/assets.tar.gz
|
/assets.tar.gz
|
||||||
/env*
|
/env*
|
||||||
/node_modules
|
/node_modules
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
|
|
@ -8,6 +8,10 @@ theme = ["docsy"]
|
||||||
|
|
||||||
disableKinds = ["taxonomy", "taxonomyTerm"]
|
disableKinds = ["taxonomy", "taxonomyTerm"]
|
||||||
|
|
||||||
|
# Change the default for assets, because the old Python toolchain uses "assets" for build output.
|
||||||
|
# When the old toolchain is retired we can switch back to the default here.
|
||||||
|
assetDir = "assets-hugo"
|
||||||
|
|
||||||
[languages]
|
[languages]
|
||||||
[languages.en]
|
[languages.en]
|
||||||
title = "Matrix Specification"
|
title = "Matrix Specification"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue