remove custom mermaid renderer as it's built in in gitea now
This commit is contained in:
parent
06383391c2
commit
5ce01cc5a9
1 changed files with 0 additions and 6 deletions
|
@ -110,12 +110,6 @@ in {
|
||||||
oauth2.ENABLE = false;
|
oauth2.ENABLE = false;
|
||||||
log.LEVEL = "Info";
|
log.LEVEL = "Info";
|
||||||
actions.ENABLED = true;
|
actions.ENABLED = true;
|
||||||
"markup.mermaid" = {
|
|
||||||
ENABLED = true;
|
|
||||||
FILE_EXTENSIONS = ".md";
|
|
||||||
RENDER_COMMAND = "${pkgs.asciidoc-full}/bin/asciidoc --out-file=- -";
|
|
||||||
IS_INPUT_FILE = false;
|
|
||||||
};
|
|
||||||
server = {
|
server = {
|
||||||
ROOT_URL = baseurl;
|
ROOT_URL = baseurl;
|
||||||
DOMAIN = domain;
|
DOMAIN = domain;
|
||||||
|
|
Loading…
Reference in a new issue