-
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up some document titles, added introduction
- Loading branch information
1 parent
54d8d36
commit fab33ee
Showing
3 changed files
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,15 @@ | ||
# ntpd-rs | ||
|
||
Welcome to ntpd-rs, a full-featured NTP server and client implementation, | ||
including NTS support. | ||
including NTS support. The documentation is divided into several sections. For | ||
new users of ntpd-rs we recommend to start with the [getting started guide][1]. | ||
If you already have experience with other NTP software, you may want to start | ||
with one of the specific migration guides in the *Guide* section of the | ||
documentation. | ||
|
||
If you are looking for a reference level explanation of functions in ntpd-rs we | ||
recommend looking at the *Man Pages* section. Finally, if you are looking at how | ||
ntpd-rs development is organized, please take a look at the *Development* | ||
section of the documentation. | ||
|
||
[1]: ./guide/getting-started.md |