8000 minor #7261 add missing config formats (xabbuh) · symfony/symfony-docs@9f3c048 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9f3c048

Browse files
committed
minor #7261 add missing config formats (xabbuh)
This PR was merged into the 3.2 branch. Discussion ---------- add missing config formats Commits ------- f604c73 add missing config formats
2 parents 007214a + f604c73 commit 9f3c048

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_build/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,11 @@
112112
lexers['terminal'] = TerminalLexer()
113113

114114
config_block = {
115+
'apache': 'Apache',
115116
'markdown': 'Markdown',
117+
'nginx': 'Nginx',
116118
'rst': 'reStructuredText',
119+
'terminal': 'Terminal',
117120
'varnish3': 'Varnish 3',
118121
'varnish4': 'Varnish 4'
119122
}

0 commit comments

Comments
 (0)
0