Details
-
Documentation
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
None
-
None
Description
In docs/README.md, the text states around line 31
Execute 'jekyll' from the 'docs/' directory. Compiling the site with Jekyll will create a directory called '_site' containing index.html as well as the rest of the compiled files.
It might be more clear if we said
Execute 'jekyll build' from the 'docs/' directory to compile the site. Compiling the site with Jekyll will create a directory called '_site' containing index.html as well as the rest of the compiled files.
In docs/api.md: "Here you can API docs for Spark and its submodules."
should be something like: "Here you can read API docs for Spark and its submodules."