We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f61c6a4 commit 36161cbCopy full SHA for 36161cb
docs/README.md
@@ -0,0 +1,6 @@
1
+If you're browsing this directory on GitHub, please ignore it.
2
+
3
+It contains the files which are serving www.vitess.io.
4
5
+If you're looking for documentation, you should find everything on www.vitess.io.
6
publish-site.sh
@@ -34,6 +34,9 @@ fi
34
# Change to docs/ directory.
35
pushd $website_dir >/dev/null
36
37
+# Restore README.md because it gets deleted by Jekyll.
38
+git checkout README.md
39
40
# pre-commit checks
41
set +e
42
list=$(find . -name '*.html' ! -path '*/vendor/*' ! -path '*/web/*' | xargs grep -lE '^\s*([\-\*]|\d\.) ')
0 commit comments