Skip to content

Latest commit

 

History

History
100 lines (63 loc) · 2.72 KB

template-concept.md

File metadata and controls

100 lines (63 loc) · 2.72 KB

Concept Template

Use this template when writing conceptual topics. Conceptual topics explain how things work or what things mean. They provide helpful context to readers. They do not include procedures.

Template

The following template includes the standard sections that should appear in conceptual topics, including a topic introduction sentence, an overview, and placeholders for additional sections and subsections. Copy and paste the markdown from the template to use it in your topic.

This topic describes...
Write a sentence or two that describes the topic itself, not the subject of the topic.
The goal of the topic sentence is to help readers understand if this topic is for them.
For example, "This topic describes what KServe is and how it works."

## Overview

Write a few sentences describing the subject of the topic.

## Section Title

Write a sentence or two to describe the content in this section. Create more sections as necessary.
Optionally, add two or more subsections to each section.
Do not skip header levels: H2 >> H3, not H2 >> H4.

### Subsection Title

Write a sentence or two to describe the content in this section.

### Subsection Title

Write a sentence or two to describe the content in this section.

Conceptual Content Samples

This section provides common content types that appear in conceptual topics. Copy and paste the markdown to use it in your topic.

Table

Introduce the table with a sentence. For example, “The following table lists which features are available to a KServe supported ML framework.”

Markdown Table Template

Header 1 Header 2
Data1 Data2
Data3 Data4

Ordered List

Write a sentence or two to introduce the content of the list. For example, “If you want to fix or add content to a past release, you can find the source files in the following folders.”. Optionally, include bold lead-ins before each list item.

Markdown Ordered List Templates

  1. Item 1

  2. Item 2

  3. Item 3

  4. Lead-in description: Item 1

  5. Lead-in description: Item 2

  6. Lead-in description: Item 3

Unordered List

Write a sentence or two to introduce the content of the list. For example, “Your own path to becoming a KServe contributor can begin in any of the following components:”. Optionally, include bold lead-ins before each list item.

Markdown Unordered List Template

  • List item

  • List item

  • List item

  • Lead-in: List item

  • Lead-in: List item

  • Lead-in: List item

Note

Ensure the text beneath the note is indented as much as note is.

!!! note This is a note.

Warning

If the note regards an issue that could lead to data loss, the note should be a warning.

!!! warning This is a warning.