diff options
author | Damien <damlobster@gmail.com> | 2021-07-22 00:40:40 +0200 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2021-07-27 13:15:25 -0400 |
commit | cff61605fb7260ab60d1abd4e295b71a533869ac (patch) | |
tree | f117dd64e85ec18a62c7c4305781fa03d37ed0a9 /docs/Contact.md | |
parent | 7e88f9220c641dd1e7e5b748381bd7ac758bc8d2 (diff) | |
download | kutter-cff61605fb7260ab60d1abd4e295b71a533869ac.tar.gz kutter-cff61605fb7260ab60d1abd4e295b71a533869ac.tar.xz kutter-cff61605fb7260ab60d1abd4e295b71a533869ac.zip |
docs : make modifications to all md files to make them compatible with mkdocs
all markdown files must have a single H1 heading at the top.
Signed-off-by: Damien Martin <damlobster@gmail.com>
Update CNAME
Diffstat (limited to 'docs/Contact.md')
-rw-r--r-- | docs/Contact.md | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/docs/Contact.md b/docs/Contact.md index a140b7a4..379bd01c 100644 --- a/docs/Contact.md +++ b/docs/Contact.md @@ -1,3 +1,5 @@ +# Contact + This document provides contact information for Klipper. 1. [Community Forum](#community-forum) @@ -8,13 +10,13 @@ This document provides contact information for Klipper. 6. [I have diagnosed a defect in the Klipper software](#i-have-diagnosed-a-defect-in-the-klipper-software) 7. [I am making changes that I'd like to include in Klipper](#i-am-making-changes-that-id-like-to-include-in-klipper) -# Community Forum +## Community Forum There is a [Klipper Community Discourse server](https://community.klipper3d.org) for discussions on Klipper. -# Discord Chat +## Discord Chat There is a Discord server dedicated to Klipper at: [https://discord.klipper3d.org](https://discord.klipper3d.org). @@ -23,7 +25,7 @@ This server is run by a community of Klipper enthusiasts dedicated to discussions on Klipper. It allows users to chat with other users in real-time. -# I have a question about Klipper +## I have a question about Klipper Many questions we receive are already answered in the [Klipper documentation](Overview.md). Please be sure to to read the @@ -46,7 +48,7 @@ dedicated to your printer hardware. Do not open a Klipper github issue to ask a question. -# I have a feature request +## I have a feature request All new features require someone interested and able to implement that feature. If you are interested in helping to implement or test a new @@ -57,7 +59,7 @@ collaborators. Do not open a Klipper github issue to request a feature. -# Help! It doesn't work! +## Help! It doesn't work! Unfortunately, we receive many more requests for help than we could possibly answer. Most problem reports we see are eventually tracked @@ -88,7 +90,7 @@ Klipper users can discuss Klipper with other users. Do not open a Klipper github issue to request help. -# I have diagnosed a defect in the Klipper software +## I have diagnosed a defect in the Klipper software Klipper is an open-source project and we appreciate when collaborators diagnose errors in the software. @@ -145,7 +147,7 @@ bug. Please follow these steps:  -# I am making changes that I'd like to include in Klipper +## I am making changes that I'd like to include in Klipper Klipper is open-source software and we appreciate new contributions. |