Skip to content

Commit e20d8fc

Browse files
authored
Merge pull request #101 from probitas-test/fix-docs
docs: Update GitHub Pages URLs
2 parents 36355e4 + 7d2e664 commit e20d8fc

10 files changed

Lines changed: 17 additions & 17 deletions

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<p align="center">
2-
<img src="https://probitas-test.github.io/documents/static/probitas.png" alt="Probitas Logo" width="200">
2+
<img src="https://probitas-test.github.io/static/probitas.png" alt="Probitas Logo" width="200">
33
</p>
44

55
<h1 align="center">Probitas</h1>
66

77
[![JSR](https://jsr.io/badges/@probitas/probitas)](https://jsr.io/@probitas/probitas)
88
[![Test](https://github.com/probitas-test/probitas/actions/workflows/test.yml/badge.svg)](https://github.com/probitas-test/probitas/actions/workflows/test.yml)
99
[![codecov](https://codecov.io/github/probitas-test/probitas/graph/badge.svg?token=Yu0GPZAMv6)](https://codecov.io/github/probitas-test/probitas)
10-
[![Docs](https://img.shields.io/badge/docs-probitas--test.github.io-blue)](https://probitas-test.github.io/documents)
10+
[![Docs](https://img.shields.io/badge/docs-probitas--test.github.io-blue)](https://probitas-test.github.io)
1111

1212
Scenario-based testing & workflow execution framework.
1313

@@ -563,10 +563,10 @@ For AI assistants and language models, comprehensive documentation is available
563563
in machine-readable format:
564564

565565
- **Documentation website**:
566-
[probitas-test.github.io/documents](https://probitas-test.github.io/documents)
567-
- **LLM-optimized**:
568-
[llms.txt](https://probitas-test.github.io/documents/llms.txt) - Structured
569-
documentation following the [llms.txt standard](https://llmstxt.org/)
566+
[probitas-test.github.io](https://probitas-test.github.io)
567+
- **LLM-optimized**: [llms.txt](https://probitas-test.github.io/llms.txt) -
568+
Structured documentation following the
569+
[llms.txt standard](https://llmstxt.org/)
570570
- **Markdown format**: All documentation provides `index.md` files for easy
571571
access and parsing
572572

assets/example.probitas.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
* - Simple validation with thrown errors
99
*
1010
* Documentation:
11-
* - For humans: https://probitas-test.github.io/documents/
12-
* - For AI: https://probitas-test.github.io/documents/index.md
11+
* - For humans: https://probitas-test.github.io/
12+
* - For AI: https://probitas-test.github.io/index.md
1313
*/
1414
import { scenario } from "jsr:@probitas/probitas@^0";
1515

assets/probitas.jsonc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Documentation:
2-
// - For humans: https://probitas-test.github.io/documents/docs/configuration
3-
// - For AI: https://probitas-test.github.io/documents/docs/configuration/index.md
2+
// - For humans: https://probitas-test.github.io/docs/configuration
3+
// - For AI: https://probitas-test.github.io/docs/configuration/index.md
44
{
55
// Glob patterns for scenario file discovery
66
"includes": [

assets/usage-cache.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ Examples:
2727
probitas cache -r api/ # Force re-download for api directory
2828
probitas cache --include "e2e/**/*.probitas.ts"
2929

30-
Documentation: https://probitas-test.github.io/documents/
30+
Documentation: https://probitas-test.github.io/

assets/usage-check.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ Examples:
2424
probitas check api/ # Check scenarios in api directory
2525
probitas check --include "e2e/**/*.probitas.ts"
2626

27-
Documentation: https://probitas-test.github.io/documents/
27+
Documentation: https://probitas-test.github.io/

assets/usage-fmt.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ Examples:
2424
probitas fmt api/ # Format scenarios in api directory
2525
probitas fmt --include "e2e/**/*.probitas.ts"
2626

27-
Documentation: https://probitas-test.github.io/documents/
27+
Documentation: https://probitas-test.github.io/

assets/usage-lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ Examples:
2525
probitas lint api/ # Lint scenarios in api directory
2626
probitas lint --include "e2e/**/*.probitas.ts"
2727

28-
Documentation: https://probitas-test.github.io/documents/
28+
Documentation: https://probitas-test.github.io/

assets/usage-list.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ Examples:
7979
Note: Uses patterns from config file or defaults to "**/*.probitas.ts"
8080
.env file is automatically loaded before scenario listing (use --no-env to skip)
8181

82-
Documentation: https://probitas-test.github.io/documents/
82+
Documentation: https://probitas-test.github.io/

assets/usage-run.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,4 @@ Environment Variables:
110110
NO_COLOR Disable colored output
111111
.env File: Automatically loaded before scenario execution (use --no-env to skip)
112112

113-
Documentation: https://probitas-test.github.io/documents/
113+
Documentation: https://probitas-test.github.io/

assets/usage.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ Environment Variables:
2020

2121
Run 'probitas <command> -h' for more information on a command.
2222

23-
Documentation: https://probitas-test.github.io/documents/
23+
Documentation: https://probitas-test.github.io/

0 commit comments

Comments
 (0)