Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
Make content for 2.7.x release
Browse files Browse the repository at this point in the history
Also added .jekyllignore file to speed build of the documentation pages.
  • Loading branch information
kal committed May 8, 2021
1 parent cbb3bf4 commit a0f0fca
Show file tree
Hide file tree
Showing 3,369 changed files with 3,795,130 additions and 6 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion latest_to_stable.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Copy-Item -Path '.\src\latest\*' -Destination $version_dir -Recurse

# Replace the content of the stable folder with the content of the latest folder
Get-ChildItem '.\src\stable\*' | Remove-Item -Recurse -Confirm:$false
Copy-Item -Path '.\src\latest\*' -Destination '.\src\stable' -Recurse
Copy-Item -Path '.\src\latest\*' -Recurse -Destination '.\src\stable' -Container

# Build stable and the persistent version
docfx build .\src\stable_docfx.json
Expand Down
Loading

0 comments on commit a0f0fca

Please sign in to comment.