To create a new article, right-click and open this link in a new tab. The Create a New Knowledge Base Article page will open. Here's what the top part of that page looks like:
Don't be intimidated by all of the fields and checkboxes that you see when you first create a new article. Most of these can be handled later. This is all you really have to do:
- Enter a title (can be changed later). More on article titles here.
- The slug field will automatically generated based on the title you choose. However you can always edit this later.
- Choose the product(s) this article is relevant to (can be changed later).
- Choose at least one topic (can be changed later).
- Enter a search result summary (short description of the article).
- Go to the Content box and start writing!
- Click to see what your article will look like when it’s been published.
- When you’re satisfied with your article's content and appearance, click .
- Briefly describe your changes in the Submit your Changes box that appears. If you have more work to do, you can type in “Work in progress”.
- Click .
The code below is an example of how text might appear in the content section of an article, using the most common wiki markup. For an explanation of common markup used in KB articles, see the Markup cheat sheet. For lots more markup, see the Markup chart.
Introduction goes here.
__TOC__
=First section=
An unordered list:
*First item. For more information, see [[Name of article]]
*[[Name of article|Second item]]
*:[[Image:Name of image]]
{note}'''Note:''' This is an example of a note.{/note}
=Second section=
{for win}
A numbered list only "for" Windows users:
#First item
#Second item
{/for}
{for mac}
A numbered list only "for" Mac users:
#First item
#Second item
{/for}
{for linux}
A numbered list only "for" Linux users:
#First item
#Second item
{/for}
{warning}'''Warning:''' This is an example of a warning.{/warning}