diff --git a/doc/general/5-navigation.md b/doc/general/5-navigation.md index 7605c3a..82a8fb6 100644 --- a/doc/general/5-navigation.md +++ b/doc/general/5-navigation.md @@ -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) diff --git a/doc/general/6-structure.md b/doc/general/6-structure.md index 9e63010..f087535 100644 --- a/doc/general/6-structure.md +++ b/doc/general/6-structure.md @@ -29,7 +29,7 @@ Don’t: ## Sheet
-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); @@ -41,7 +41,7 @@ Don’t:
-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 diff --git a/doc/general/8-feedback.md b/doc/general/8-feedback.md index ee12e0e..9585402 100644 --- a/doc/general/8-feedback.md +++ b/doc/general/8-feedback.md @@ -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).