Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Source files for the Pester website.

License

NotificationsYou must be signed in to change notification settings

pester/docs

Repository files navigation

NetlifyContributor Covenant

Pester Docs

This repository contains the source files used to generate thepester.dev website.

The website pages are written in markdown files using the.mdx format and are located in the/docs folder.

🔥One exception: the pages in the "Command Reference" section are auto-generated from Pester'sComment Based Help. Please do not create pull requests for these command reference pages here, but instead fix the correspondingPester PowerShell source code inpester/Pester repository. For example to changeInvoke-Pester command reference, you need to change the helpin this file.

Contributing

To submit an update:

  1. update the markdown.mdx file(s)
  2. submit a pull request

Local Development

The website is built using:

Requirements

Installation

To install all required dependencies and start a local development server:

yarnyarn start

Website Customization

Because the website is using Docusaurus as the underlying technology:

Styling

The global CSS overrides for the Pester website are found insrc/css/custom.css

Tables

The Pester website uses interactive React tables. To change the content of the tables,simply update the correlating.json configuration file as can be seen inthis example.

Bumping Docusaurus

To upgrade docusaurus to a more recent version:

  1. Editpackage.json
  2. Manually bump the version number of these dependency packages:
    @docusaurus/core": "^2.2.0",@docusaurus/preset-classic": "^2.2.0",
  3. Runyarn install
  4. Submit a pull request with (only) these updated files:
    • package.json
    • yarn.lock

Code of Conduct

In the interest of fostering an open and welcoming environment, we ascontributors and maintainers pledge to making participation in our project andour community a harassment-free experience for everyone, regardless of age, bodysize, disability, ethnicity, gender identity and expression, level ofexperience, nationality, personal appearance, race, religion, or sexual identityand orientation.

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement atcoc@pester.dev. All complaints will be reviewed and investigated promptly and fairly.

Read the full code of conduct

About

Source files for the Pester website.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors44


[8]ページ先頭

©2009-2025 Movatter.jp