Skip to content

Commit

Permalink
Remove docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusValera committed Jul 15, 2021
1 parent 25cd5d2 commit fbebc71
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 126 deletions.
15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<p align="center">
<a href="http://gacela-project.com/" title="Gacela Website">
<img src="docs/imgs/gacela-logo-blue.svg" width="350" alt="Gacela logo"/>
</a>
<img src="gacela-logo.svg" width="350" alt="Gacela logo"/>
</p>

<p align="center">
Expand Down Expand Up @@ -38,21 +36,14 @@ rules:
- The `Config` gets the values from your defined config files.
- The `DependencyProvider` uses the Locator to get the Facades from different modules.

> <h3>You can check the full documentation <a href="https://gacela-project.com/">here</a></h3>
### Installation

```bash
composer require gacela-project/gacela
```

## Documentation

- [Basic concepts](docs/001_basic_concepts.md): What are the characteristics of a module?
- [Facade](docs/002_facade.md): The entry point of your module
- [Factory](docs/003_factory.md): The place where you create your domain services and objects
- [Config](docs/004_config.md): Reads the values defined in your config path
- [DependencyProvider](docs/005_dependency_provider.md): It defines the dependencies between modules
- [Code generator](docs/006_code_generator.md): Some commands out-of-the-box for generating code

### Examples

You can see an example of a module using gacela in [this repository](https://github.com/gacela-project/gacela-example).
Expand Down
43 changes: 0 additions & 43 deletions docs/001_basic_concepts.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/002_facade.md

This file was deleted.

10 changes: 0 additions & 10 deletions docs/003_factory.md

This file was deleted.

12 changes: 0 additions & 12 deletions docs/004_config.md

This file was deleted.

9 changes: 0 additions & 9 deletions docs/005_dependency_provider.md

This file was deleted.

15 changes: 0 additions & 15 deletions docs/006_code_generator.md

This file was deleted.

14 changes: 0 additions & 14 deletions docs/README.md

This file was deleted.

File renamed without changes

0 comments on commit fbebc71

Please sign in to comment.