Estrutura de arquivos
Utilizando FileTree do Starlight
Section titled “Utilizando FileTree do Starlight”Podemos mostrar no site como é a estrutura de arquivos de um projeto usando o FileTree
do Starlight.
Importanto FileTree
Section titled “Importanto FileTree”Colocamos o seguinte import após o título do arquivo .mdx:
import { FileTree } from '@astrojs/starlight/components';
Exemplo de um FileTree
Section titled “Exemplo de um FileTree”DirectoryProperties/
- launchSettings.json
Directoryobj/
- …
- Program.cs
- MinimalProject.csproj
- appsettings.Development.json
- appsettings.json
<FileTree>
- Properties/ - launchSettings.json- obj/- Program.cs- MinimalProject.csproj- appsettings.Development.json- appsettings.json
</FileTree>