Skip to content

Commit

Permalink
final version
Browse files Browse the repository at this point in the history
  • Loading branch information
Quattro8 committed Sep 25, 2024
1 parent acc582d commit e790e43
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cfg/buildprofiles.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<buildprofiles>
<buildprofiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/build-profiles.xsd">
<variables>
<enable-browser-edits>true</enable-browser-edits>
<browser-edits-url>https://github.com/Kotlin/kotlinx.coroutines/edit/master/docs/</browser-edits-url>
Expand Down
1 change: 1 addition & 0 deletions docs/topics/cancellation-and-timeouts.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!--- TEST_NAME CancellationGuideTest -->
<contribute-url>https://github.com/Kotlin/kotlinx.coroutines/edit/master/docs/topics/</contribute-url>

[//]: # (title: Cancellation and timeouts)

Expand Down
1 change: 1 addition & 0 deletions docs/topics/channels.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!--- TEST_NAME ChannelsGuideTest -->
<contribute-url>https://github.com/Kotlin/kotlinx.coroutines/edit/master/docs/topics/</contribute-url>

[//]: # (title: Channels)

Expand Down
1 change: 1 addition & 0 deletions docs/topics/composing-suspending-functions.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!--- TEST_NAME ComposingGuideTest -->
<contribute-url>https://github.com/Kotlin/kotlinx.coroutines/edit/master/docs/topics/</contribute-url>

[//]: # (title: Composing suspending functions)

Expand Down
1 change: 1 addition & 0 deletions docs/topics/coroutine-context-and-dispatchers.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!--- TEST_NAME DispatcherGuideTest -->
<contribute-url>https://github.com/Kotlin/kotlinx.coroutines/edit/master/docs/topics/</contribute-url>

[//]: # (title: Coroutine context and dispatchers)

Expand Down
2 changes: 2 additions & 0 deletions docs/topics/coroutines-and-channels.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<contribute-url>https://github.com/Kotlin/kotlinx.coroutines/edit/master/docs/topics/</contribute-url>

[//]: # (title: Coroutines and channels − tutorial)

In this tutorial, you'll learn how to use coroutines in IntelliJ IDEA to perform network requests without blocking the
Expand Down
1 change: 1 addition & 0 deletions docs/topics/coroutines-basics.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!--- TEST_NAME BasicsGuideTest -->
<contribute-url>https://github.com/Kotlin/kotlinx.coroutines/edit/master/docs/topics/</contribute-url>

[//]: # (title: Coroutines basics)

Expand Down
3 changes: 3 additions & 0 deletions docs/topics/coroutines-guide.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<contribute-url>https://github.com/Kotlin/kotlinx.coroutines/edit/master/docs/topics/</contribute-url>


[//]: # (title: Coroutines guide)

Kotlin provides only minimal low-level APIs in its standard library to enable other
Expand Down
3 changes: 3 additions & 0 deletions docs/topics/debug-coroutines-with-idea.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<contribute-url>https://github.com/Kotlin/kotlinx.coroutines/edit/master/docs/topics/</contribute-url>


[//]: # (title: Debug coroutines using IntelliJ IDEA – tutorial)

This tutorial demonstrates how to create Kotlin coroutines and debug them using IntelliJ IDEA.
Expand Down
3 changes: 3 additions & 0 deletions docs/topics/debug-flow-with-idea.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<contribute-url>https://github.com/Kotlin/kotlinx.coroutines/edit/master/docs/topics/</contribute-url>


[//]: # (title: Debug Kotlin Flow using IntelliJ IDEA – tutorial)

This tutorial demonstrates how to create Kotlin Flow and debug it using IntelliJ IDEA.
Expand Down
1 change: 1 addition & 0 deletions docs/topics/exception-handling.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!--- TEST_NAME ExceptionsGuideTest -->
<contribute-url>https://github.com/Kotlin/kotlinx.coroutines/edit/master/docs/topics/</contribute-url>

[//]: # (title: Coroutine exceptions handling)

Expand Down
1 change: 1 addition & 0 deletions docs/topics/flow.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!--- TEST_NAME FlowGuideTest -->
<contribute-url>https://github.com/Kotlin/kotlinx.coroutines/edit/master/docs/topics/</contribute-url>

[//]: # (title: Asynchronous Flow)

Expand Down
1 change: 1 addition & 0 deletions docs/topics/select-expression.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!--- TEST_NAME SelectGuideTest -->
<contribute-url>https://github.com/Kotlin/kotlinx.coroutines/edit/master/docs/topics/</contribute-url>

[//]: # (title: Select expression \(experimental\))

Expand Down
1 change: 1 addition & 0 deletions docs/topics/shared-mutable-state-and-concurrency.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!--- TEST_NAME SharedStateGuideTest -->
<contribute-url>https://github.com/Kotlin/kotlinx.coroutines/edit/master/docs/topics/</contribute-url>

[//]: # (title: Shared mutable state and concurrency)

Expand Down

0 comments on commit e790e43

Please sign in to comment.