Skip to main content

User Doc Reference template

User doc teams can utilize this template for a reference topic.

---
tags: ["Product","Component","Reference"]
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

Document author tip:
Summarize what this reference article is about. Explain what all the entries defined on the page have in common. Check out https://www.markdownguide.org/cheat-sheet/ if you need help formatting tables in Markdown syntax.

## Subset of reference entries

Table or other structured presentation of entries.

Document author tip: Here is a starter table for a subset of entries for parameters.

## Parameters

You can align columns to the left, center, or right. Alignment is specific around the dashes below the header cell:

- To align left, add a colon to the left, like: :--- (this is the default)
- For right alignment, add a colon to the right, like: ---:
- And finally, for center alignment, add two colons, like: :---:

Here’s our product table again, with center-aligned prices and right-aligned stock information.

| Name | Type | Description |
|:--------------|:-----:|-----------:|
| ProductCode | `String` | Code of the document product to return the schema for. |
| index |`Boolean` | Specifies if the page will be displayed in the sidebar. |
|Another entry| Some more info | More text. |

Owner: Documentation Management Team