Skip to content

Commit a393f3c

Browse files
authored
Merge pull request #47 from Grazulex/add-wiki
Remove docs and examples directories, update README to use GitHub wiki
2 parents d269a06 + f14934d commit a393f3c

Some content is hidden

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

56 files changed

+7
-7376
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -284,11 +284,11 @@ return [
284284

285285
For detailed documentation, examples, and advanced usage:
286286

287-
- 📚 [Full Documentation](docs/README.md)
288-
- 🎯 [Examples](examples/README.md)
289-
- 🔧 [Configuration](docs/configuration.md)
290-
- 🧪 [Testing](docs/testing.md)
291-
- 🎨 [Guards & Actions](docs/guards-actions.md)
287+
- 📚 [Full Documentation](https://github.com/Grazulex/laravel-statecraft/wiki)
288+
- 🎯 [Examples](https://github.com/Grazulex/laravel-statecraft/wiki/Examples)
289+
- 🔧 [Configuration](https://github.com/Grazulex/laravel-statecraft/wiki/Configuration)
290+
- 🧪 [Testing](https://github.com/Grazulex/laravel-statecraft/wiki/Testing)
291+
- 🎨 [Guards & Actions](https://github.com/Grazulex/laravel-statecraft/wiki/Guards-and-Actions)
292292

293293
## 💡 Examples
294294

@@ -332,7 +332,7 @@ $registration->transition('verify_email'); // email_sent → verified
332332
$registration->transition('complete'); // verified → completed
333333
```
334334

335-
Check out the [examples directory](examples) for more examples.
335+
Check out the [wiki](https://github.com/Grazulex/laravel-statecraft/wiki/Examples) for more examples.
336336

337337
## 🧪 Testing
338338

@@ -389,7 +389,7 @@ Laravel Statecraft is open-sourced software licensed under the [MIT license](LIC
389389

390390
### Resources
391391

392-
- [📖 Documentation](docs/README.md)
392+
- [📖 Documentation](https://github.com/Grazulex/laravel-statecraft/wiki)
393393
- [💬 Discussions](https://github.com/Grazulex/laravel-statecraft/discussions)
394394
- [🐛 Issue Tracker](https://github.com/Grazulex/laravel-statecraft/issues)
395395
- [📦 Packagist](https://packagist.org/packages/grazulex/laravel-statecraft)

docs/CONFIGURATION.md

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

0 commit comments

Comments
 (0)