This commit is contained in:
Judith de la Fuente 2021-04-22 20:55:50 +02:00 коммит произвёл GitHub
Родитель ed384b73da
Коммит 3d87903d1b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 14 добавлений и 14 удалений

Просмотреть файл

@ -1,8 +1,8 @@
# Documentation
*Web Template Studio* (WebTS) documentation is divided into three areas.
*Web Template Studio* (*WebTS*) documentation is divided into three areas.
## General
Everyone should read these.
Everyone should read these:
- [Installing the extension](install.md)
- [Core Concepts](concepts.md)
@ -10,23 +10,23 @@ Everyone should read these.
## Using WebTS to build Web apps
When developing a full-stack web application you will also be interested on the following sections:
- [Frontend frameworks](generated-apps/web/frontend-frameworks/readme.md)
- [Backend frameworks](generated-apps/web/backend-frameworks/readme.md)
- [Pages](generated-apps/web/pages/readme.md)
- [Services](generated-apps/web/services/readme.md)
- [Deployment of the generated apps](generated-apps/web/deployment.md)
- [Frontend frameworks](./generated-apps/web/frontend-frameworks/readme.md)
- [Backend frameworks](./generated-apps/web/backend-frameworks/readme.md)
- [Pages](./generated-apps/web/pages/readme.md)
- [Services](./generated-apps/web/services/readme.md)
- [Deployment of the generated apps](./generated-apps/web/deployment.md)
## Using WebTS to build React Native apps
Your generated React Native applications will be implemented with React Native using the Typescript template and generating the Windows code in C#.
When developing a React Native application you will also be interested on the following sections:
- [Project Types](generated-apps/react-native/project-types/readme.md)
- [Pages](generated-apps/react-native/pages/readme.md)
- [Features](generated-apps/react-native/features/readme.md)
- [Project Types](./generated-apps/react-native/project-types/readme.md)
- [Pages](./generated-apps/react-native/pages/readme.md)
- [Features](./generated-apps/react-native/features/readme.md)
## Working on WebTS
These will help if you want to know more about *WebTS* or contribute to the project.
- [Application Arquitecture](contributing/application-architecture.md)
- [Getting started with the codebase](contributing/getting-started-developers.md)
- [Templates](contributing/templates.md)
- [Accessibility](contributing/accessibility.md)
- [Application Arquitecture](./contributing/application-architecture.md)
- [Getting started with the codebase](./contributing/getting-started-developers.md)
- [Templates](./contributing/templates.md)
- [Accessibility](./contributing/accessibility.md)