FluidNC Wiki Contribution - Longus/FluidNC GitHub Wiki

Wiki Contribution

The wiki is the repository for all documentation. We can always use help improving it.

Cloning the wiki

If you want to add images or other files, you will need to clone the wiki. Cloning can be tricky. This method has worked well in a terminal program:

 git clone https://<your_username>@github.com/bdring/FluidNC.wiki.git

For Simple Suggestions

Any GitHub wiki page can be easily changed to display its markdown formatting in your browser by adding .md to the end of the url. The url of this page becomes:

https://github.com/bdring/FluidNC/wiki/FluidNC-Wiki-Contribution.md

Typing Enter will display the markdown by redirecting to:

https://raw.githubusercontent.com/wiki/bdring/FluidNC/FluidNC-Wiki-Contribution.md

Other methods

You can tell us of problems with the wiki on Discord in the fluidnc_help > Wiki Modifications thread (preferred), or using a GitHub issue. If you can suggest the changes in markdown format, that saves us work.

For Discord use one post per change, and this format template:

<url_of_page>
Existing:
```
<existing_text>
```

Suggested:
```
<suggested_change>
```
Changes: <detail_of_what_was_changed>

It should look something like this in Discord.