Rename “doc” directory to “docs” #19
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
docs
seems to be the common name for documentation directories and is the default path, for instance, of GitHub Pages.Finally, it doesn’t seem to me that
docs
is the most common directory for documentation.I also changed my mind, because
src
,include
etc. are all singular, whiledocs
is plural.Finally, to my mind
doc
stands for “documentation” and not “documents,” which makes it strange to abbreviate it asdocs
.I’ll leave the documentation in
doc
for now.