diff --git a/docs/README b/docs/README.md similarity index 64% rename from docs/README rename to docs/README.md index 9b4a474b8..b5637517d 100644 --- a/docs/README +++ b/docs/README.md @@ -6,4 +6,4 @@ To preview the documentation, run: docker run --rm --volume=$PWD:/srv/jekyll -p 127.0.0.1:4000:4000 -it jekyll/jekyll:pages jekyll serve ``` -From the `docs` directory. \ No newline at end of file +From the `docs` directory. Then visit: [http://127.0.0.1:4000/talk/](http://127.0.0.1:4000/talk/). \ No newline at end of file diff --git a/docs/_config.yml b/docs/_config.yml index b94154269..f4f3b21a4 100755 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -135,7 +135,7 @@ exclude: - node_modules - package.json - Rakefile - - README + - README.md - tmp keep_files: - .git