Skip to content

hellyet/wiki

 
 

Repository files navigation

Markup files for the wiki.

Editing existing pages

Just edit and create a pull request.

Creating a new page

For example if we want to create the page kit-file-tutorial:

Step 1: Create /community/kit-file-tutorial.adoc

// title: Kit file tutorial
// subtitle: Written by Bob/AT

[abstract]
This is a short tutoral for creating kit files.

Rest of your text.
Lorem ipsum.
Note
Line 1-2 are comments containing the title and subtitle. Line 4-5 is the short summary.

Step 2: Create a pull request. If you want to add screenshot/images attach them to pull request as PNG images.

AsciiDoc syntax

Custom styles:

  • [new]#text# can be used to mark new features.

  • [var]#text# can be used to mark variables.

About

AsciiDoc files for the wiki.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 50.6%
  • HTML 44.8%
  • Shell 4.6%