Skip to content

Commit

Permalink
Merge pull request #56 from worldline/52-add-book-and-agenda-emoji-in…
Browse files Browse the repository at this point in the history
…-corresponding-sections

Added emojis in corresponding sections
  • Loading branch information
wlybe authored Oct 2, 2023
2 parents 09784b9 + 1e03c89 commit 028fee1
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/src/en/backend-development/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Backend development
# 📚 Backend development

Many frameworks officially support Kotlin: [Spring](https://spring.io/blog/2017/01/04/introducing-kotlin-support-in-spring-framework-5-0), [Quarkus](https://quarkus.io/guides/kotlin), [Ktor](https://github.com/ktorio/ktor), among others [listed here](https://kotlinlang.org/docs/server-overview.html#deploying-kotlin-server-side-applications).

Expand Down
6 changes: 3 additions & 3 deletions docs/src/en/front-development/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Frontend development
# 📚 Frontend development

Kotlin supports a wide selection of frontend frameworks across all platforms: mobile, desktop and web.

Expand Down Expand Up @@ -155,8 +155,8 @@ Even though the official template does not support the web target, we can use th
## Solutions:

- [Kotlin/JS and Kotlin/WASM PW](https://github.com/worldline/learning-kotlin/tree/main/material/webapp-kotlin-wasm)
- [Compose multiplatform PW2]()
- [Compose multiplatform PW3]()
- [Compose multiplatform PW2](https://github.com/worldline/learning-kotlin/tree/main/material/app-compose-multiplatform)
- [Compose multiplatform PW3](https://github.com/worldline/learning-kotlin/tree/main/material/app-compose-multiplatform-with-web)

## Further reading

Expand Down
2 changes: 1 addition & 1 deletion docs/src/en/kotlin-features-advanced/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Advanced and other Kotlin features
# 📚 Advanced and other Kotlin features

## Delegated properties

Expand Down
2 changes: 1 addition & 1 deletion docs/src/en/kotlin-features/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Kotlin language features
# 📚 Kotlin language features

Kotlin is an object oriented language with functional features.
This chapter covers important and relevant features of the language slit into basic and intermediate. Another chapter covers advanced features.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/en/presentation/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Presentation of Kotlin
# 💡 Presentation of Kotlin

Kotlin is a modern programming language developed by JetBrains.

Expand Down
2 changes: 1 addition & 1 deletion docs/src/en/workshops/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Workshops
# 📅 Workshops

## Android makers 2023: Kotlin Beyond Android

Expand Down

0 comments on commit 028fee1

Please sign in to comment.