diff options
| author | Yong He <yonghe@outlook.com> | 2021-04-29 14:20:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-29 14:20:20 -0700 |
| commit | 23d0c8910dfeab0bfa6fd8fa6c2450452bc25d3c (patch) | |
| tree | d5ef50892149c73d398acc47aff303aad164470f /docs/user-guide/build_toc.ps1 | |
| parent | 2482271fffbe85efc1bd7efcf74a76f6ed436012 (diff) | |
Add gfx user's guide. (#1824)
* Add gfx user's guide.
* Add getting started chapter in gfx-guide
* Fixes
* Fix
* Polishing doc template
Diffstat (limited to 'docs/user-guide/build_toc.ps1')
| -rw-r--r-- | docs/user-guide/build_toc.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user-guide/build_toc.ps1 b/docs/user-guide/build_toc.ps1 index 15603c8cb..567a73988 100644 --- a/docs/user-guide/build_toc.ps1 +++ b/docs/user-guide/build_toc.ps1 @@ -1,6 +1,6 @@ $job = Start-Job -ArgumentList $PSScriptRoot -ScriptBlock { Set-Location $args[0] - $code = (Get-Content -Raw -Path "scripts/Program.cs").ToString() + $code = (Get-Content -Raw -Path "../scripts/Program.cs").ToString() $assemblies = ("System.Core", "System.IO", "System.Collections") Add-Type -ReferencedAssemblies $assemblies -TypeDefinition $code -Language CSharp [toc.Builder]::Run($args[0]) |
