Skip to content

Commit 9478837

Browse files
committed
Remove all documentation related contents
1 parent d08d34b commit 9478837

41 files changed

Lines changed: 5 additions & 9889 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/.github export-ignore
2-
/docs export-ignore
32
/tests export-ignore
43
/.gitattributes export-ignore
54
/.gitignore export-ignore

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/vendor
22
/.vscode
33
/var
4-
/node_modules
5-
docs/.vitepress/cache
6-
docs/.vitepress/dist
74
/manual-tests
85
composer.lock
96
index.php

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ When a type contract fails, web exception handlers (**Laravel Ignition, Symfony
3030

3131
### Web Framework Trace (Laravel Ignition)
3232
<p align="center">
33-
<img src="docs/public/laravel-error-screen.png" alt="Laravel Ignition Exception Trace" width="100%">
33+
<img src=".github/assets/laravel-error-screen.png" alt="Laravel Ignition Exception Trace" width="100%">
3434
</p>
3535

3636
### Web Framework Trace (Symfony ErrorHandler)
3737
<p align="center">
38-
<img src="docs/public/symfony-error-screen.png" alt="Symfony ErrorHandler Exception Trace" width="100%">
38+
<img src=".github/assets/symfony-error-screen.png" alt="Symfony ErrorHandler Exception Trace" width="100%">
3939
</p>
4040

4141
### CLI Test Runner Trace (Pest PHP)
4242
<p align="center">
43-
<img src="docs/public/pest-error-screen.png" alt="Pest CLI Exception Trace" width="100%">
43+
<img src=".github/assets/pest-error-screen.png" alt="Pest CLI Exception Trace" width="100%">
4444
</p>
4545

4646
---
@@ -142,10 +142,11 @@ All the documentation lives on the [typephp-php.github.io/typephp website](https
142142
* [Quick Start Guide](https://typephp-php.github.io/typephp/getting-started/quick-start)
143143
* [Configuration Guide](https://typephp-php.github.io/typephp/getting-started/configuration)
144144
* [CLI Commands Reference](https://typephp-php.github.io/typephp/getting-started/cli-commands)
145+
* [Runtime Generics (Flagship)](https://typephp-php.github.io/typephp/generics/basics-and-bounds)
145146
* [Enforcement Boundaries: Function Contracts](https://typephp-php.github.io/typephp/core-concepts/function-contracts)
146-
* [Runtime Generics & Bounds](https://typephp-php.github.io/typephp/generics/generics-and-bounds)
147147
* [Supported Types: Arrays & Shapes](https://typephp-php.github.io/typephp/supported-types/arrays-and-shapes)
148148
* [Architecture: How It Works](https://typephp-php.github.io/typephp/advanced/how-it-works)
149+
* [Official Blog & Announcements](https://typephp-php.github.io/typephp/blog/)
149150
* [Troubleshooting & FAQ](https://typephp-php.github.io/typephp/troubleshooting)
150151

151152
## Inspiration

docs/.vitepress/config.mts

Lines changed: 0 additions & 89 deletions
This file was deleted.

docs/.vitepress/theme/custom.css

Lines changed: 0 additions & 34 deletions
This file was deleted.

docs/.vitepress/theme/index.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/advanced/exception-handling.md

Lines changed: 0 additions & 114 deletions
This file was deleted.

0 commit comments

Comments
 (0)