new committer (src): Ahmad Khalifa (vexeduxr)
Complete steps 1-4 for new committers from the committer's guide:
1. Add myself to doc/shared/authors.adoc
2. Add myself to doc/shared/contrib-committers.adoc
3. Add a news entry
4. Add my PGP key
Approved by: imp (mentor)
Differential Revision: https://reviews.freebsd.org/D50821
Initialize .gitattributes for doc
.gitattributes instructs git custom diff handling which helps the
readability of git diff in development. This is especially useful for
binary files such as images, as it prevents git from printing
meaningless diffs.
Differential Revision: https://reviews.freebsd.org/D43082
navigation bar: Remove Server Fault link
Server Fault is not managed by the FreeBSD Project and the documentation
website already removed Server Fault from its navigation bar.
PR: 261258
Differential Revision: https://reviews.freebsd.org/D42771
limit with of section links to main content area
Some manual pages such as release(7) have a long list of sections. On a
large screen, the list should not be wider than the manual page itself.
14.3/relnotes: Move a couple more entries
These are kernel changes, not man page changes.
while I'm here, correct the arm64 hotplug note (legacy PCI hotplug was
enabled, not PCIe hotplug) and elaborate on the improvements in EC2.
14.3/relnotes: Rewording and reorganization
Move some items to the right section (e.g. network drivers under
"device drivers" rather than "networking"), and reword a few items
to be more helpful to nontechnical users.
14.3/relnotes: Only mention latest versions
This is a user-facing document, and users only care about what they
will get in the release -- not all of the versions which were imported
into the stable branch along the way.