Skip to main content

User Doc Concept Template

Template used for concept types in User Documentation.

Markdown template

Copy the contents to an empty markdown file and start editing. Remove the help text in block quotes and any unused sections. Note: The frontmatter yaml provider in this template follows Docusaurus requirements but can be skipped or replaced with the format used by your preferred tool.


---
tags: ["Product","Component","Concept"]
title: "Add Topic title"
sidebar_label: "Title used for the sidebar"
slug: topic-slug
sidebar_position: number that dictates the placement of topic in the sidebar
description: Short description abou the topic
last_update:
date: DD/MM/YYYY
author: Author Name
---

## Overview

Description: Summarize what this explanation is about. What you put here is reused in the Overview section and included in HTML description tags.

## Explanation Topic

Begin your explanation topic in this section.
For help with writing and structuring an explanation article, see the README.md in the template directory for basic guidelines and links.

Owner: Documentation Management Team