ayon-core/website/docs/admin_docsexamples.md
2021-04-06 20:57:52 +02:00

1.6 KiB

id title sidebar_label
admin_docsexamples Examples of using notes docsexamples

import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';

<Tabs groupId="platforms" defaultValue="win" values={[ {label: 'Windows', value: 'win'}, {label: 'Linux', value: 'linux'}, {label: 'Mac', value: 'mac'}, ]}>

This is your mac stuff

This is your linux stuff

This is your mac stuff

:::note Name of the category

<Tabs groupId="platforms" defaultValue="win" values={[ {label: 'Windows', value: 'win'}, {label: 'Linux', value: 'linux'}, {label: 'Mac', value: 'mac'}, ]}>

This is your mac stuff

This is your linux stuff

This is your mac stuff

:::

=========================

:::important

  • This is my note
  • another list
  • super list
import os
print(os.environ)

:::

:::tip This is my note :::

:::note This is my note :::

:::warning This is my note :::

:::caution This is my note :::

export const Highlight = ({children, color}) => ( <span style={{ backgroundColor: color, borderRadius: '2px', color: '#fff', padding: '0.2rem', }}> {children} );

Docusaurus green and Facebook blue are my favorite colors.

I can write Markdown alongside my JSX!