You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
337 B
15 lines
337 B
--- |
|
title: Editing |
|
sidebar_label: Editing |
|
hide_title: true |
|
--- |
|
|
|
import OsLegend from "@site/src/components/codes/OsLegend"; |
|
import ToastyContainer from "@site/src/components/codes/ToastyContainer"; |
|
import Content, { toc as contentToc } from "./_editing.mdx"; |
|
|
|
export const toc = contentToc; |
|
|
|
<OsLegend /> |
|
<ToastyContainer /> |
|
<Content />
|
|
|