Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaEstes committed Oct 31, 2023
1 parent a974c9b commit d8af404
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Packages
/.github @JoshuaEstes
/tools @JoshuaEstes
/docs @JoshuaEstes
/src/SonsOfPHP/Bard @JoshuaEstes
/src/SonsOfPHP/Bridge/Doctrine/EventSourcing @JoshuaEstes
/src/SonsOfPHP/Bridge/Doctrine/FeatureToggle @JoshuaEstes
Expand Down
14 changes: 14 additions & 0 deletions docs/contracts/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Contracts
---

# Contracts

Contracts are interfaces that can be reusable across multiple different
libraries and projects. The actual implementation of the interfaces is left up
to you.

The interfaces also enhance existing PSRs.

Whenever possible, the components and projects created by Sons of PHP will
implement these interfaces.
6 changes: 4 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ nav:
- Getting Help: getting-help.md
- Code of Conduct: code-of-conduct.md
- Security Policy: security.md
- Bard:
- bard/index.md
- Components:
- components/index.md
- Clock: components/clock/index.md
Expand Down Expand Up @@ -95,5 +97,5 @@ nav:
- Operators: components/money/operators.md
- Queries: components/money/queries.md
- Version: components/version/index.md
- Bard:
- bard/index.md
- Contracts:
- contracts/index.md

0 comments on commit d8af404

Please sign in to comment.