mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-19 08:56:35 +00:00
add TOC
This commit is contained in:
@@ -11,6 +11,18 @@ export const h2 = function H2(props) {
|
||||
return <Heading level={2} {...props} />
|
||||
}
|
||||
|
||||
export const h3 = function H3(props) {
|
||||
return <Heading level={3} {...props} />
|
||||
}
|
||||
|
||||
export const h4 = function H4(props) {
|
||||
return <Heading level={4} {...props} />
|
||||
}
|
||||
|
||||
export const h5 = function H5(props) {
|
||||
return <Heading level={5} {...props} />
|
||||
}
|
||||
|
||||
function InfoIcon(props) {
|
||||
return (
|
||||
<svg viewBox="0 0 16 16" aria-hidden="true" {...props}>
|
||||
|
||||
Reference in New Issue
Block a user