File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,17 +16,11 @@ const DocsIntroduction = () => {
1616 < div className = "w-64 flex-shrink-0" >
1717 < div className = "sticky top-6 p-4" >
1818 < nav className = "space-y-2" >
19- < button
20- onClick = { ( ) => scrollToSection ( 'introducao' ) }
21- className = "block w-full text-left text-sm hover:text-primary transition-colors py-1"
22- >
23- Introdução
24- </ button >
2519 < button
2620 onClick = { ( ) => scrollToSection ( 'requisitos' ) }
2721 className = "block w-full text-left text-sm hover:text-primary transition-colors py-1"
2822 >
29- Requisitos do Sistema
23+ Documentação Devitools
3024 </ button >
3125 < button
3226 onClick = { ( ) => scrollToSection ( 'pacotes' ) }
@@ -67,7 +61,7 @@ const DocsIntroduction = () => {
6761 { /* Conteúdo Principal - Coluna Direita */ }
6862 < div className = "flex-1 space-y-8 border-l pl-8" >
6963 < div className = "space-y-4" >
70- < h1 className = "text-4xl font-bold bg-gradient-to-r from-primary to-accent bg-clip-text text-transparent" >
64+ < h2 className = "text-4xl font-bold bg-gradient-to-r from-primary to-accent bg-clip-text text-transparent" >
7165 Documentação Devitools
7266 </ h1 >
7367 < p className = "text-xl text-muted-foreground" >
You can’t perform that action at this time.
0 commit comments