Skip to content

Commit

Permalink
Add links to hosted documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
NullIsOne committed Jan 9, 2025
1 parent ae8b3b7 commit a95e97f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
23 changes: 23 additions & 0 deletions Modules/App/Demo/Sources/Demo.docc/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,26 @@
- <doc:FlowUI>
- <doc:App>
}

## Обучающие материалы

### Связь между модулями и View

@Links(visualStyle: list) {
- <doc:Facade>
- <doc:Environment+Weak>
- <doc:Signals>
}

### Внутренний и внешний State

@Links(visualStyle: list) {
- <doc:State-vs-Binding>
- <doc:ViewState-+-ViewStateHolder>
}

### Навигация

@Links(visualStyle: list) {
- <doc:NavigationState>
}
5 changes: 4 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ Demo - демонстрационный проект для сравнения

Использует макросы и утилиты из [SwiftMacros](https://github.com/surfstudio/SwiftMacros) для поддержки архитектуры.

Минимальная версия iOS: 16.0
Минимальная версия iOS: 16.0

- [Документация](https://surfstudio.github.io/vsurf-demo/documentation/demo/overview)
- [Туториалы](https://surfstudio.github.io/vsurf-demo/tutorials/demo/)

0 comments on commit a95e97f

Please sign in to comment.