mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
- include 'yaml frontmatter'
This commit is contained in:
parent
026acaaebb
commit
c53efb0f44
1 changed files with 8 additions and 1 deletions
9
Makefile
9
Makefile
|
@ -335,7 +335,14 @@ build/docs/inputs build/docs/filters build/docs/outputs build/docs/codecs: | bui
|
|||
$(QUIET)-mkdir $@
|
||||
|
||||
build/docs/tutorials/getting-started-with-logstash.md: build/docs/tutorials/getting-started-with-logstash.xml
|
||||
$(QUIET)pandoc -f docbook -t markdown $< > $@
|
||||
$(QUIET)( \
|
||||
echo "---"; \
|
||||
echo "title: Metrics from Logs - logstash"; \
|
||||
echo "layout: content_right"; \
|
||||
echo "---"; \
|
||||
pandoc -f docbook -t markdown $< \
|
||||
) > $@
|
||||
|
||||
build/docs/tutorials/getting-started-with-logstash.xml: docs/tutorials/getting-started-with-logstash.asciidoc
|
||||
$(QUIET)asciidoc -b docbook -o $@ $<
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue