Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 0 additions & 42 deletions .github/workflows/pages.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/powershell-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,6 @@ jobs:
shell: powershell
run: .\tests\startup-inventory.tests.ps1

- name: Validate static site SEO with PowerShell 7
shell: pwsh
run: .\tests\site-seo.tests.ps1

- name: Validate static site SEO with Windows PowerShell 5.1
shell: powershell
run: .\tests\site-seo.tests.ps1

- name: Test bootstrap synchronization with PowerShell 7
shell: pwsh
run: .\tests\bootstrap-sync.tests.ps1
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![No telemetry](https://img.shields.io/badge/telemetry-none-2ea44f)](SECURITY.md)

<p align="center">
<img src="site/assets/tui-wide-real.png" alt="Windows Diagnostics Toolkit interactive Wide dashboard" width="100%">
<img src="https://wdt.digital/assets/tui-wide-real.png" alt="Windows Diagnostics Toolkit interactive Wide dashboard" width="100%">
</p>

**Generate a local Windows support report with diagnostics that are read-only by design and guarded by automated safety checks.**
Expand Down Expand Up @@ -110,7 +110,7 @@ Remove-Item Env:WDT_TUI_LOGO -ErrorAction SilentlyContinue
After collection completes, the TUI shows the elapsed time, report paths, and the number of `WARN` and `ERROR` findings. `Enter` returns to the menu and `Esc` exits.

<p align="center">
<img src="site/assets/tui-result-real.png" alt="Windows Diagnostics Toolkit completed diagnostics screen" width="100%">
<img src="https://wdt.digital/assets/tui-result-real.png" alt="Windows Diagnostics Toolkit completed diagnostics screen" width="100%">
</p>

A `WARN` means the toolkit found a condition worth reviewing. It does not mean the collection failed. A non-zero module exit code is reported separately as an execution failure.
Expand Down Expand Up @@ -266,7 +266,7 @@ The GitHub Actions workflow runs validation, dependency-free tests, and a report
- [Detailed usage](docs/usage.md)
- [Built-in module authoring](docs/module-authoring.md)
- [Anonymized TXT and Markdown report](docs/report-example.md)
- [Project website and troubleshooting cases](site/index.html)
- [Project website and troubleshooting cases](https://wdt.digital/)
- [Contributing](CONTRIBUTING.md)
- [Security policy](SECURITY.md)

Expand Down
11 changes: 6 additions & 5 deletions docs/seo-launch-checklist.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# SEO launch checklist

This checklist covers the manual steps that cannot be completed from the static-site source alone.
The canonical static-site source and deployment workflow live in
[`0x0bug/wdt-site`](https://github.com/0x0bug/wdt-site). This checklist covers the manual steps that cannot be completed from that source alone.

## Published URLs

Expand All @@ -11,16 +12,16 @@ This checklist covers the manual steps that cannot be completed from the static-

## After merging a site change

1. Confirm the GitHub Pages workflow completes successfully.
1. Confirm the GitHub Pages workflow in `0x0bug/wdt-site` completes successfully.
2. Open the homepage, guide index, one article, `robots.txt`, and `sitemap.xml` in a private browser window.
3. Confirm each page returns the expected content over HTTPS.
4. Check that canonical URLs use the published GitHub Pages domain and repository path.
4. Check that canonical URLs use `https://wdt.digital/`.
5. Check the social card in at least one Open Graph or social-preview debugger.
6. Update sitemap `lastmod` only for pages whose primary content changed.

## Google Search Console

1. Add the GitHub Pages URL as a URL-prefix property.
1. Add `https://wdt.digital/` as a URL-prefix property.
2. Choose an available verification method.
3. Add the provided verification token or verification file in a separate focused pull request.
4. Submit `sitemap.xml` after verification.
Expand Down Expand Up @@ -69,7 +70,7 @@ tech-support
read-only
```

Upload a raster 1280×640 version of `site/assets/social-preview.svg` as the repository social preview when available.
Upload the raster 1280×640 social preview maintained in `0x0bug/wdt-site` as the repository social preview when available.

## Content maintenance

Expand Down
4 changes: 2 additions & 2 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Run the entry point without module switches:
```

<p align="center">
<img src="../site/assets/tui-wide-real.png" alt="Windows Diagnostics Toolkit interactive Wide dashboard" width="100%">
<img src="https://wdt.digital/assets/tui-wide-real.png" alt="Windows Diagnostics Toolkit interactive Wide dashboard" width="100%">
</p>

The initial state enables the recommended diagnostics, Privacy Mode, and Markdown export. The interface lets you:
Expand Down Expand Up @@ -125,7 +125,7 @@ After collection completes, the result screen displays:
- controls for returning to the menu or exiting.

<p align="center">
<img src="../site/assets/tui-result-real.png" alt="Windows Diagnostics Toolkit result screen after collection" width="100%">
<img src="https://wdt.digital/assets/tui-result-real.png" alt="Windows Diagnostics Toolkit result screen after collection" width="100%">
</p>

`WARN` represents diagnostic state that deserves review. It does not change the process exit code. A non-zero exit code means a module failed to execute.
Expand Down
1 change: 0 additions & 1 deletion site/.nojekyll

This file was deleted.

30 changes: 0 additions & 30 deletions site/404.html

This file was deleted.

58 changes: 0 additions & 58 deletions site/assets/site.js

This file was deleted.

Binary file removed site/assets/social-preview.png
Binary file not shown.
37 changes: 0 additions & 37 deletions site/assets/social-preview.svg

This file was deleted.

1 change: 0 additions & 1 deletion site/assets/style.css

This file was deleted.

Binary file removed site/assets/tui-result-real.png
Binary file not shown.
Binary file removed site/assets/tui-wide-real.png
Binary file not shown.
Loading