You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
chef-docs hopes that the documentation is always just what you are looking for, but when that isn't the case chef-docs does appreciate feedback. There are several ways to get feedback to chef-docs:
6
6
7
7
* Email --- Send an email to [email protected] for documentation bugs, ideas, thoughts, and suggestions. Typos and little errors and quick fixes will be fixed quickly and without fuss. This email address is not a support email address, however. If you need support for Chef, contact CHEF support.
8
-
* Pull request -- The documentation repository is on GitHub: https://github.com/chef/chef-docs. DCO sign-off is not required to submit pull requests to this repo. If you are wondering what is going on in that repository, in terms of structure and what-goes-where, send an email to [email protected].
8
+
* Pull request -- The documentation repository is on GitHub: https://github.com/chef/chef-web-docs. DCO sign-off is not required to submit pull requests to this repo. If you are wondering what is going on in that repository, in terms of structure and what-goes-where, send an email to [email protected].
9
9
* https://discourse.chef.io/ --- chef-docs follows this mailing list. Improvements to the documentation are made because of conversations that happen on this mailing list. That said, relying solely on the mailing list is the least effective way to get feedback to chef-docs (because there is no guarantee that chef-docs will see any particular message).
10
10
11
11
Thanks in advance for any feedback you choose to send.
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ install Sphinx, the documentation generator, possibly using `sudo`:
48
48
pip install -r requirements.txt
49
49
```
50
50
51
-
> Note: The default `make` target is `master`. This is the target that creates the appropriate `build` directory on your local machine and references in the source files in the `chef_master/source` directory of your local repo.
51
+
> Note: The default `make` target is `docs`. This is the target that creates the appropriate `build` directory on your local machine and references in the source files in the `source` directory of your local repo.
52
52
53
53
We currently require version 1.2.3 of
54
54
[Sphinx](http://sphinx-doc.org/). The requirements.txt file referenced above pins Sphinx and its dependencies to versions that are compatible with each other. You may also need to install Python, depending on your system.
@@ -104,6 +104,13 @@ We love getting feedback. You can use:
0 commit comments