This repository contains the source files for the pester.dev website.
The website is built using:
- Docusaurus 2, a modern static website generator written in React
- Alt3.Docusaurus.Powershell, a Powershell Get-Help to markdown generator
To install all required dependencies and start a local development server with live-reload:
yarn
yarn start
All website pages are written in markdown and can be located in the /docs
folder.
To submit an update:
- update the markdown (
.mdx
) files - submit a Pull Request
🔥 Please note that we are NOT accepting Pull Requests for the
Command Reference
as these pages are auto-generated using the Pester Get-Help documentation.
All sources (except the Command Reference
) are plain Docusaurus so
please:
- refer to the Docusaurus 2 Documentation for technical information
- report issues at the Docusaurus Repository
The global CSS overrides for the Pester website are found in
src/css/custom.css
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at coc@pester.dev. All complaints will be reviewed and investigated promptly and fairly.