Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [docs] Fix generated files path in README The path to generated grammar and diagram Markdown files is incorrect. Rather than `syntax_resources`, it should be `syntax_resources/commands`. Fix this in `docs/README.md`. Also make minor changes around the area. * [docs] Remove useless and misleading note There is a note indicating that the examples following it are based on a certain working directory and target file. However, many of the things following it are not based on that working directory, and the target file is reintroduced each time. This makes this note useless, if not misleading. Remove it. * [docs] Fix reference to config.yaml.example The current `README.md` refers to `config.yaml.sample` when it should be `config.yaml.example`. Fix these references. * [docs] Generalize git add by removing -A flag `git add -A` should not be promoted in any sort of instructions because uncareful people may accidentally commit unrelated files. Generalize the instructions to `git add ...` because there are plenty of other ways to add files to the index. * [doc] Fix the old references to the docs repo The docs repository is no longer active as it got merged into the main yugabyte-db repository. Fix any references to the old docs repo, and make minor fixes in the surrounding area. * [docs] Suggest creating a feature branch for PR The docs README suggests to use the master branch for pull requests. That is not recommended practice. Add a suggestion to create a feature branch.
- Loading branch information