Skip to content

Commit

Permalink
feat(docs): reorganize docs folder (#2834)
Browse files Browse the repository at this point in the history
  • Loading branch information
xelaint committed Jun 7, 2024
1 parent 300ecf5 commit a60d70c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 76 deletions.
File renamed without changes.
59 changes: 0 additions & 59 deletions docs/INSTALLATION.md

This file was deleted.

7 changes: 0 additions & 7 deletions docs/MAINTAINER.md

This file was deleted.

18 changes: 9 additions & 9 deletions docs/DEVELOPER.md → docs/internal/DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@ ng test appName
You can read more about each library and it's build/testing process in the readme of the relevant library or app.

### Apps
* [daff.io](../apps/daffio/README.md)
* [demo](../apps/daffio/README.md)
* [design-land](../apps/design-land/README.md)
* [daff.io](../../apps/daffio/README.md)
* [demo](../../apps/daffio/README.md)
* [design-land](../../apps/design-land/README.md)

### Libraries
* [core](../libs/core/README.md)
* [checkout](../libs/checkout/README.md)
* [cart](../libs/cart/README.md)
* [drivers](../libs/drivers/README.md)
* [design](../libs/design/README.md)
* [product](../libs/product/README.md)
* [core](../../libs/core/README.md)
* [checkout](../../libs/checkout/README.md)
* [cart](../../libs/cart/README.md)
* [drivers](../../libs/drivers/README.md)
* [design](../../libs/design/README.md)
* [product](../../libs/product/README.md)
File renamed without changes.
1 change: 0 additions & 1 deletion docs/styles.md → docs/internal/styles.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@

## Child Component outer Padding/Margin
Child components should not define their own outer padding or margin. This is to ensure the component can be reused in other parts of an app. The parent component should define the padding and margin between its child components.

0 comments on commit a60d70c

Please sign in to comment.