JitterCompany / webpage

the probe.rs webpage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The new probe.rs webpage

Goals

  • Create a more appealing frontpage that tells the visitor a bit better what we have to offer.
  • Provide simple installation instructions. Part of this initiative is building proper release artifacts in the pipeline (see #1721).
  • Make the entry into probe-rs usage even easier.
    • Explain how one uses probe-rs run properly.
    • How to troubleshoot
      • How to enable logs
      • What are common errors
        • Can we also add hints in our error messages
    • Clean up docs a lot and explain in more detail.
  • Add a searchable list of provided targets with information about each target.

Development

Install deno which is the JS runtime to generate all webpage docs.

You need a GitHub API token with repository read access to circumvent API rate limiting. Store it in the GITHUB_TOKEN environment variable for the deno process to pick up. Run deno task serve in this repository root.

About

the probe.rs webpage


Languages

Language:SCSS 49.0%Language:JavaScript 47.2%Language:TypeScript 3.8%