Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ default:
docker-build-all docker-push-all:
make -C tool/docker $@

build serve publish:
build serve stage publish:
make -C www $@

clean:
Expand Down
6 changes: 6 additions & 0 deletions doc/ReadMe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
YAML Developer Documentation
============================

This directory contains documents and manuals that are critical for YAML
framework developers to read and understand, in order to build correct and
robust YAML processors.
Loading