Skip to content

Commit 36161cb

Browse files
docs: Add a README.md file to explain the purpose of the directory.
1 parent f61c6a4 commit 36161cb

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docs/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -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

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ fi
3434
# Change to docs/ directory.
3535
pushd $website_dir >/dev/null
3636

37+
# Restore README.md because it gets deleted by Jekyll.
38+
git checkout README.md
39+
3740
# pre-commit checks
3841
set +e
3942
list=$(find . -name '*.html' ! -path '*/vendor/*' ! -path '*/web/*' | xargs grep -lE '^\s*([\-\*]|\d\.) ')

0 commit comments

Comments
 (0)