26 lines
799 B
Markdown
26 lines
799 B
Markdown
|
|
# Powershell samples
|
|
|
|
To execute the Python scripts, please invoke from the root Marti directory and not
|
|
with the current directory set to ``./docs/source/samples/powershell``
|
|
|
|
```powershell
|
|
|
|
# To seed the test data execute these two Powershell scripts
|
|
./docs/source/samples/powershell/Invoke-SampleGenerateBsb.ps1
|
|
./docs/source/samples/powershell/Invoke-SampleGenerateBsbSecure.ps1
|
|
# To see
|
|
./docs/source/samples/powershell/Invoke-SampleGenerateDocs.ps1
|
|
```
|
|
|
|
## BSB samples
|
|
|
|
The BSB PowerShell scripts demonstrate the retrieval of Internet resources
|
|
and building a **martiLQ** definition file.
|
|
|
|
## Docs sample
|
|
|
|
The ``Invoke-SampleGenerateDocs.ps1`` script demonstrates a local directory
|
|
being processed and for a **martiLQ** definition file. The directory is the
|
|
documentation Markdown files.
|