Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit 447ca0b

Browse files
committedMar 25, 2024
Update doc to WiX v5
Also fix up Docusaurus a bit
1 parent 892e6aa commit 447ca0b

File tree

7 files changed

+568
-62
lines changed

7 files changed

+568
-62
lines changed
 

‎src/Docusaurus/docusaurus.config.js

+1-10
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,6 @@ const config = {
9696
<a href="https://www.firegiant.com/?utm_source=wixtoolset.org&utm_medium=Display&utm_content=footer">
9797
<img src="/img/firegiant.png" alt="FireGiant" />
9898
</a>
99-
100-
`
101-
},
102-
{
103-
html: `
104-
<p class="footer_label">Member of the</p>
105-
<a href="https://dotnetfoundation.org/">
106-
<img src="/img/dotnetfoundation.png" alt=".NET Foundation" />
107-
</a>
10899
`
109100
}
110101
]
@@ -142,7 +133,7 @@ const config = {
142133
'data-domain': "wixtoolset.org"
143134
}
144135
],
145-
136+
146137
plugins: [require.resolve("@cmfcmf/docusaurus-search-local")],
147138

148139
webpack: {

‎src/Docusaurus/package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src/build.cmd

+10-10
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,27 @@
1212

1313
@echo Building web %_C%
1414

15-
:: Build and test tools
16-
15+
@echo Build and test tools
1716
dotnet build FeedGenerator -c %_C% -nologo
1817
dotnet build XmlDocToMarkdown\XmlDocToMarkdown.csproj -c %_C% -nologo -m -warnaserror -bl:%_L%\buildxmldoc.binlog || exit /b
1918
dotnet test test\XsdToMarkdownTests\XsdToMarkdownTests.csproj -c %_C% -nologo -m -warnaserror -bl:%_L%\build.binlog || exit /b
19+
echo.
2020

21-
:: Build bundle update feed
22-
21+
@echo Build bundle update feed
2322
..\build\%_C%\FeedGenerator.exe WixAdditionalTools 4.0 feeds\wix-additional-tools-4-0.template Docusaurus\static\releases\feeds\ "%_T%" || exit /b
23+
echo.
2424

25-
:: Build schema and API reference markdown
26-
25+
@echo Build schema and API reference markdown
2726
dotnet build mkdoc\mkdoc.proj -c %_C% -nologo -m -warnaserror -bl:%_L%\mkdoc.binlog || exit /b
27+
echo.
2828

29-
:: Publish dynamic web site
30-
29+
@echo Publish dynamic web site
3130
dotnet publish Web\Web.csproj -c %_C% --output ..\build\deploy -nologo -m -warnaserror -bl:%_L%\publish.binlog || exit /b
31+
echo.
3232

33-
:: Build static web site
34-
33+
@echo Build static web site
3534
call npm --prefix Docusaurus run build -- --out-dir ..\..\build\deploy\wwwroot || exit /b
35+
echo.
3636

3737
@popd
3838
@endlocal

0 commit comments

Comments
 (0)