Skip to content

Commit

Permalink
docs(general): fixes of links + some grammar (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
ePaul authored and fragsalat committed May 18, 2018
1 parent 61bb581 commit 4a45438
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/general/5-navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ Layers are very efficient in showing detailed data or advanced actions without l

![Example](src/style/assets/navigation6.png)

More details in [Overlays](../#/general/7-overlays)
More details in [Overlays](./#/general/7-overlays)
4 changes: 2 additions & 2 deletions doc/general/6-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Don’t:
## Sheet
<div class="card" style="width:700px; height:600px;"></div>

Basic view component. Every view need to be built by Sheet or Tile(s). Sheet can be sliced into smaller pieces through grid.
Basic view component. Every view needs to be built from Sheet or Tile(s). Sheet can be sliced into smaller pieces through grid.

Don’t:
- - use too many sheets in one screen (usually one, three is maximum);
Expand All @@ -41,7 +41,7 @@ Don’t:

<div class="card" style="width:700px; height:300px;"></div>

Alternative main view component. Every view need to be built by Sheet or Tile(s). Number of used tiles depends on needs. Tiles can be merged into bigger tiles. Standard tile width is 6 grid columns (minimum 3 grid columns)
Alternative main view component. Every view needs to be built from Sheet or Tile(s). Number of used tiles depends on needs. Tiles can be merged into bigger tiles. Standard tile width is 6 grid columns (minimum 3 grid columns)


## Side Panels
Expand Down
4 changes: 2 additions & 2 deletions doc/general/8-feedback.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ Used for general system feedback.

![Example](src/style/assets/feedback2.jpg)

For more info, check [Notifications](../#/components/notification).
For more info, check [Notifications](./#/components/02-notifications).

### Modal Window
Used when system feedback breaks user activity and using a system can’t be continued without getting an info or making a decision.

![Example](src/style/assets/feedback3.jpg)

For more info, check [Overlays](../#/general/7-overlays).
For more info, check [Overlays](./#/styleguide/general/7-overlays).

0 comments on commit 4a45438

Please sign in to comment.