The Fedora OS allows you to customise your desktop environment.
复制代码
推荐:
Fedora allows you to customize your desktop environment.
复制代码
示例和最佳实践
以下是一些文档写作的最佳实践示例:
1. 任务导向的写作:
“`asciidoc
== Installing Fedora
To install Fedora:
. Download the latest Fedora image from thehttps://fedoraproject.org/[Fedorawebsite].
. Create a bootable media using a USB drive or DVD.
. Boot from the media and follow the installation wizard.
2. **清晰的命令示例**:
```asciidoc
[source,bash]
----
# Update your system
sudo dnf update
# Install a package
sudo dnf install package-name
----
复制代码
1. 有效的交叉引用:For more information about system administration, see xref:admin-guide.adoc[System Administrator's Guide].
2.
适当的警告和提示:
“`asciidoc
NOTE: Back up your data before performing system updates.
复制代码
有效的交叉引用:
For more information about system administration, see xref:admin-guide.adoc[System Administrator's Guide].
复制代码
适当的警告和提示:
“`asciidoc
NOTE: Back up your data before performing system updates.
WARNING: Incorrectly editing system configuration files may cause system instability.