-
Notifications
You must be signed in to change notification settings - Fork 0
Docs and Wiki
Adrian edited this page Sep 17, 2020
·
1 revision
The contents of docs/ are also used to populate the wiki (or, depending on where you're reading this, this wiki is populated from the project docs/). To keep the wiki and docs in sync, you need to remember two things:
-
Never edit the wiki on GitHub.
-
Always make changes to
docs/in a separate PR (never together with code changes). -
Always use the
composer wiki:updatecommand to pushdocs/changes to the wiki.
For more details, see GitHub Wiki Subtree Storage.