Skip to content

Commit

Permalink
Merge pull request #87 from guibranco/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 7, 2020
2 parents c5bbf86 + c6f30ec commit e57a05d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publishDocs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Publish docs via GitHub Pages

on:
push:
branches:
- master
branches: [ master ]
workflow_dispatch:

jobs:
Expand Down
10 changes: 4 additions & 6 deletions docs/user-guide/basic-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@

The Crispy Waffle has the following features:

- [Logging](logging.md)
- [Caching](caching.md)
- [Events dispatching](events.md)
- Conversion extensions
- String extensions
- Cache
- Hash helpers
- Service locator (acts like a Dependency Injection and IoC container)
- [Events dispatching](events.md)
- [Logging](logging.md)
- [Scheduled task execution](scheduled-jobs.md)
- Serialization helpers for binary, JSON and XML formats.
- Service locator (acts like a Dependency Injection and IoC container)
- String extensions

## Examples

Expand Down

0 comments on commit e57a05d

Please sign in to comment.