File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5151 - name : Copy PDF to downloads and clean up
5252 run : |
5353 mkdir -p _site/downloads
54- cp _site/pdf/MonoGameDocs .pdf _site/downloads/
54+ cp _site/pdf/MonoGameGuide .pdf _site/downloads/
5555 rm -rf _site/pdf
5656
5757 - name : Setup Pages
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ This documentation [helps you to get started](getting_started/index.md) by provi
2121Please use the links at the top and left to navigate the documentation sections.
2222
2323> [ !TIP]
24- > Looking for an offline version? [ Download the PDF documentation] ( /downloads/MonoGameDocs .pdf ) .
24+ > Looking for an offline version? [ Download the PDF documentation] ( /downloads/MonoGameGuide .pdf ) .
2525
2626> This documentation assumes that the reader has a basic knowledge of the C# programming language.
2727
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dotnet docfx pdf docfx.json
2828# Copy PDF to downloads folder and clean up
2929Write-Host " Copying PDF to downloads folder..." - ForegroundColor Green
3030New-Item - ItemType Directory - Force - Path " _site/downloads" | Out-Null
31- Copy-Item " _site/pdf/MonoGameDocs .pdf" " _site/downloads/"
31+ Copy-Item " _site/pdf/MonoGameGuide .pdf" " _site/downloads/"
3232Remove-Item - Path " _site/pdf" - Recurse - Force
3333
3434Write-Host " Build and documentation generation completed successfully!" - ForegroundColor Green
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dotnet docfx pdf docfx.json
2828# Copy PDF to downloads folder and clean up
2929echo " Copying PDF to downloads folder..."
3030mkdir -p _site/downloads
31- cp _site/pdf/MonoGameDocs .pdf _site/downloads/
31+ cp _site/pdf/MonoGameGuide .pdf _site/downloads/
3232rm -rf _site/pdf
3333
3434echo " Build and documentation generation completed successfully!"
Original file line number Diff line number Diff line change 11pdf : true
2- pdfFileName : MonoGameDocs .pdf
2+ pdfFileName : MonoGameGuide .pdf
33pdfTocPage : true
44pdfCoverPage : pdf/cover.html
55pdfPrintBackground : true
You can’t perform that action at this time.
0 commit comments