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;
|
||||
log.LEVEL = "Info";
|
||||
actions.ENABLED = true;
|
||||
"markup.mermaid" = {
|
||||
ENABLED = true;
|
||||
FILE_EXTENSIONS = ".md";
|
||||
RENDER_COMMAND = "${pkgs.asciidoc-full}/bin/asciidoc --out-file=- -";
|
||||
IS_INPUT_FILE = false;
|
||||
};
|
||||
server = {
|
||||
ROOT_URL = baseurl;
|
||||
DOMAIN = domain;
|
||||
|
|
Loading…
Reference in a new issue