mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
hugo: remove redundant outputformats config
We use the default values for robots.txt and markdown, so there is no point in declaring them in our hugo config. Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
17
hugo.yaml
17
hugo.yaml
@@ -69,19 +69,6 @@ outputFormats:
|
||||
isPlainText: true
|
||||
mediaType: "application/json"
|
||||
notAlternative: true
|
||||
# robots.txt, see: layouts/index.robots.json
|
||||
robots:
|
||||
baseName: robots
|
||||
isPlainText: true
|
||||
mediaType: "text/plain"
|
||||
notAlternative: true
|
||||
# Markdown for LLMs, see layouts/_default/single.markdown.md
|
||||
Markdown:
|
||||
baseName: index
|
||||
mediaType: "text/markdown"
|
||||
isPlainText: true
|
||||
isHTML: false
|
||||
permalinkable: false
|
||||
# llms.txt
|
||||
llms:
|
||||
baseName: llms
|
||||
@@ -101,10 +88,10 @@ outputs:
|
||||
- llms
|
||||
page:
|
||||
- html
|
||||
- Markdown
|
||||
- markdown
|
||||
section:
|
||||
- html
|
||||
- Markdown
|
||||
- markdown
|
||||
|
||||
languages:
|
||||
en:
|
||||
|
||||
Reference in New Issue
Block a user