Skip to content

Commit

Permalink
feat: table of content
Browse files Browse the repository at this point in the history
  • Loading branch information
LVCarnevalli committed Jul 14, 2024
1 parent eebf181 commit 4f2c212
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 4 deletions.
5 changes: 5 additions & 0 deletions docs/abertura/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Abertura

import DocCardList from '@theme/DocCardList';

<DocCardList />
5 changes: 5 additions & 0 deletions docs/boiadeiro/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Boiadeiro

import DocCardList from '@theme/DocCardList';

<DocCardList />
9 changes: 5 additions & 4 deletions docs/boiadeiro/seu-boiadeiro-por-aqui-choveu.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
hide_table_of_contents: true
description: Letra
tags:
- boiadeiro
---
Expand All @@ -11,7 +12,7 @@ import TabItem from "@theme/TabItem";

<Tabs queryString="version">
<TabItem value="v1" label="Versão 1">
### Letra
## Letra

```text
Seu boiadeiro por aqui choveu
Expand All @@ -22,7 +23,7 @@ import TabItem from "@theme/TabItem";
Foi tanta água que seu boi nadou
```

### Youtube
## Youtube

<iframe
width="200"
Expand All @@ -37,7 +38,7 @@ import TabItem from "@theme/TabItem";

</TabItem>
<TabItem value="v2" label="Versão 2">
### Letra
## Letra

```text
Seu boiadeiro por aqui choveu
Expand All @@ -48,7 +49,7 @@ import TabItem from "@theme/TabItem";
Foi tanta água que meu boi nadou
```

### Youtube
## Youtube

<iframe
width="200"
Expand Down
5 changes: 5 additions & 0 deletions docs/defumacao/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Defumação

import DocCardList from '@theme/DocCardList';

<DocCardList />
5 changes: 5 additions & 0 deletions docs/encerramento/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Encerramento

import DocCardList from '@theme/DocCardList';

<DocCardList />

0 comments on commit 4f2c212

Please sign in to comment.