Skip to content

Commit

Permalink
Formating
Browse files Browse the repository at this point in the history
  • Loading branch information
stsrki committed Nov 26, 2024
1 parent 61c5cf3 commit 5d7a49a
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 18 deletions.
10 changes: 6 additions & 4 deletions Documentation/Blazorise.Docs/Blazorise.Docs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<Import Project="..\..\Build\Blazorise.Docs.props" />

<PropertyGroup>
<LangVersion>latest</LangVersion>
</PropertyGroup>

<ItemGroup>
<SupportedPlatform Include="browser" />
</ItemGroup>
Expand Down Expand Up @@ -41,13 +45,11 @@
<PackageReference Include="MimeKit" Version="4.8.0" />
<PackageReference Include="Blazored.LocalStorage" Version="4.5.0" />
<ProjectReference Include="..\..\Source\SourceGenerators\Blazorise.ApiDocsDtos\Blazorise.ApiDocsDtos.csproj" />

</ItemGroup>
</ItemGroup>

<!--Binary path for the code generator-->
<!--Binary path for the code generator-->
<PropertyGroup>
<BinDocsCompiler>..\..\Documentation/Blazorise.Docs.Compiler/bin/Debug/net9.0/Blazorise.Docs.Compiler.dll</BinDocsCompiler>
<LangVersion>latest</LangVersion>
</PropertyGroup>

<!--Project path for code generator-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,4 @@
</Alert>
</Paragraph>

<ComponentApiDocs ComponentTypes="[typeof(Accordion), typeof(AccordionToggle), typeof(AccordionItem), typeof(AccordionHeader), typeof(AccordionBody)]" />


<ComponentApiDocs ComponentTypes="[typeof(Accordion), typeof(AccordionToggle), typeof(AccordionItem), typeof(AccordionHeader), typeof(AccordionBody)]" />
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@
<DocsPageSectionSource Code="AlertUseProgrammaticallyExample" />
</DocsPageSection>

<ComponentApiDocs ComponentTypes="[ typeof(Alert)]" />
<ComponentApiDocs ComponentTypes="[typeof(Alert)]" />
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@
Placement, language, shape, and color can all help mitigate any confusion. First, badges should not be labeled with active verbs. This is because they are not actions but relatively static text/content. Second, avoid placing badges directly next to Buttons, in particular, if they are using similar themes. The pill theme variant may aid in making badges and Buttons more distinct from one another.
</DocsPageParagraph>

<ComponentApiDocs ComponentTypes="[ typeof(Badge)]" />
<ComponentApiDocs ComponentTypes="[typeof(Badge)]" />
Original file line number Diff line number Diff line change
Expand Up @@ -224,4 +224,4 @@
</DocsPageSectionHeader>
</DocsPageSection>

<ComponentApiDocs ComponentTypes="[typeof(Bar), typeof(BarLink)]" />
<ComponentApiDocs ComponentTypes="[typeof(Bar), typeof(BarLink)]" />
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
<DocsPageSectionSource Code="BreadcrumbAutoExample" />
</DocsPageSection>

<ComponentApiDocs ComponentTypes="[typeof(Breadcrumb), typeof(BreadcrumbItem),typeof(BreadcrumbLink)]" />
<ComponentApiDocs ComponentTypes="[typeof(Breadcrumb), typeof(BreadcrumbItem), typeof(BreadcrumbLink)]" />
Original file line number Diff line number Diff line change
Expand Up @@ -265,4 +265,4 @@
<DocsPageSectionSource Code="ButtonInDialogsBestPracticeExample" />
</DocsPageSection>

<ComponentApiDocs ComponentTypes="[typeof(Button)]" />
<ComponentApiDocs ComponentTypes="[typeof(Button)]" />
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@
</DocsPageSection>


<ComponentApiDocs ComponentTypes="[typeof(Card), typeof(CardText),typeof(CardTitle),typeof(CardSubtitle),typeof(CardLink),typeof(CardImage)]" />
<ComponentApiDocs ComponentTypes="[typeof(Card), typeof(CardText), typeof(CardTitle), typeof(CardSubtitle), typeof(CardLink), typeof(CardImage)]" />
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,4 @@
<DocsPageSectionSource Code="ColorEditDisabledExample" />
</DocsPageSection>


<ComponentApiDocs ComponentTypes="[typeof(ColorEdit)]" />
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,4 @@
<DocsPageSectionSource Code="ColorPickerShowHueExample" />
</DocsPageSection>


<ComponentApiDocs ComponentTypes="[typeof(ColorPicker)]" />
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,4 @@
<DocsPageSectionSource Code="DateEditShowPickerExample" />
</DocsPageSection>


<ComponentApiDocs ComponentTypes="[typeof(DateEdit<>)]" />
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,4 @@
<DocsPageSectionSource Code="TextContentDividerExample" />
</DocsPageSection>

<ComponentApiDocs ComponentTypes="[typeof(Divider)]" />

<ComponentApiDocs ComponentTypes="[typeof(Divider)]" />

0 comments on commit 5d7a49a

Please sign in to comment.