Skip to content

Commit

Permalink
Merge pull request #861 from fsprojects/modern-theme
Browse files Browse the repository at this point in the history
Modern theme
  • Loading branch information
nojaf authored Nov 21, 2023
2 parents 7707ea0 + 3487b2f commit dca47e4
Show file tree
Hide file tree
Showing 48 changed files with 2,480 additions and 1,785 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/modern-theme.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Modern theme
name: Build and Test and Publish (main)

on: workflow_dispatch

Expand Down
8 changes: 7 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,14 @@
<PackageTags>F# fsharp formatting markdown code fssnip literate programming</PackageTags>
<RepositoryUrl>https://github.com/fsprojects/FSharp.Formatting</RepositoryUrl>
<PackageProjectUrl>https://fsprojects.github.io/FSharp.Formatting</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/fsprojects/FSharp.Formatting/master/docs/files/img/logo.png</PackageIconUrl>
<PackageIcon>logo.png</PackageIcon>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<ChangelogFile>../../RELEASE_NOTES.md</ChangelogFile>
</PropertyGroup>

<ItemGroup Condition="'$(IsPackable)' == 'true'">
<None Include="..\..\docs\img\logo.png" Pack="true" PackagePath="\"/>
<PackageReference Include="Ionide.KeepAChangelog.Tasks" PrivateAssets="all" />
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
<PackageVersion Include="FSharp.Data" Version="6.3.0" />
<PackageVersion Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageVersion Include="Ionide.KeepAChangelog.Tasks" Version="0.1.8" />
</ItemGroup>
</Project>
4 changes: 1 addition & 3 deletions FSharp.Formatting.sln
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "leftside", "leftside", "{18
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "content", "content", "{FAD5C374-4748-4A3D-A435-FFA425916F3A}"
ProjectSection(SolutionItems) = preProject
docs\content\fsdocs-custom.css = docs\content\fsdocs-custom.css
docs\content\fsdocs-default.css = docs\content\fsdocs-default.css
docs\content\fsdocs-search.js = docs\content\fsdocs-search.js
docs\content\fsdocs-tips.js = docs\content\fsdocs-tips.js
docs\content\navbar-fixed-left.css = docs\content\navbar-fixed-left.css
docs\content\navbar-fixed-right.css = docs\content\navbar-fixed-right.css
docs\content\fsdocs-theme-toggle.js = docs\content\fsdocs-theme-toggle.js
EndProjectSection
EndProject
Global
Expand Down
Loading

0 comments on commit dca47e4

Please sign in to comment.