diff --git a/docs/cfg/buildprofiles.xml b/docs/cfg/buildprofiles.xml index c58779f1f8..d1a081cad8 100644 --- a/docs/cfg/buildprofiles.xml +++ b/docs/cfg/buildprofiles.xml @@ -1,5 +1,5 @@ - + true https://github.com/Kotlin/kotlinx.coroutines/edit/master/docs/ diff --git a/docs/topics/cancellation-and-timeouts.md b/docs/topics/cancellation-and-timeouts.md index 1887a1ea12..45bc87f01b 100644 --- a/docs/topics/cancellation-and-timeouts.md +++ b/docs/topics/cancellation-and-timeouts.md @@ -1,4 +1,5 @@ +https://github.com/Kotlin/kotlinx.coroutines/edit/master/docs/topics/ [//]: # (title: Cancellation and timeouts) diff --git a/docs/topics/channels.md b/docs/topics/channels.md index 79b72869d4..8c7d593d45 100644 --- a/docs/topics/channels.md +++ b/docs/topics/channels.md @@ -1,4 +1,5 @@ +https://github.com/Kotlin/kotlinx.coroutines/edit/master/docs/topics/ [//]: # (title: Channels) diff --git a/docs/topics/composing-suspending-functions.md b/docs/topics/composing-suspending-functions.md index 3218b2a20d..69a01c52e4 100644 --- a/docs/topics/composing-suspending-functions.md +++ b/docs/topics/composing-suspending-functions.md @@ -1,4 +1,5 @@ +https://github.com/Kotlin/kotlinx.coroutines/edit/master/docs/topics/ [//]: # (title: Composing suspending functions) diff --git a/docs/topics/coroutine-context-and-dispatchers.md b/docs/topics/coroutine-context-and-dispatchers.md index 460ad436d0..3e42edb38c 100644 --- a/docs/topics/coroutine-context-and-dispatchers.md +++ b/docs/topics/coroutine-context-and-dispatchers.md @@ -1,4 +1,5 @@ +https://github.com/Kotlin/kotlinx.coroutines/edit/master/docs/topics/ [//]: # (title: Coroutine context and dispatchers) diff --git a/docs/topics/coroutines-and-channels.md b/docs/topics/coroutines-and-channels.md index d448ef946e..45081dc8bc 100644 --- a/docs/topics/coroutines-and-channels.md +++ b/docs/topics/coroutines-and-channels.md @@ -1,3 +1,5 @@ +https://github.com/Kotlin/kotlinx.coroutines/edit/master/docs/topics/ + [//]: # (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 diff --git a/docs/topics/coroutines-basics.md b/docs/topics/coroutines-basics.md index bdfed48fd4..72af2c06ba 100644 --- a/docs/topics/coroutines-basics.md +++ b/docs/topics/coroutines-basics.md @@ -1,4 +1,5 @@ +https://github.com/Kotlin/kotlinx.coroutines/edit/master/docs/topics/ [//]: # (title: Coroutines basics) diff --git a/docs/topics/coroutines-guide.md b/docs/topics/coroutines-guide.md index fd95c38dee..a77acf43f8 100644 --- a/docs/topics/coroutines-guide.md +++ b/docs/topics/coroutines-guide.md @@ -1,3 +1,6 @@ +https://github.com/Kotlin/kotlinx.coroutines/edit/master/docs/topics/ + + [//]: # (title: Coroutines guide) Kotlin provides only minimal low-level APIs in its standard library to enable other diff --git a/docs/topics/debug-coroutines-with-idea.md b/docs/topics/debug-coroutines-with-idea.md index a3e4b28aae..9ac49fddbb 100644 --- a/docs/topics/debug-coroutines-with-idea.md +++ b/docs/topics/debug-coroutines-with-idea.md @@ -1,3 +1,6 @@ +https://github.com/Kotlin/kotlinx.coroutines/edit/master/docs/topics/ + + [//]: # (title: Debug coroutines using IntelliJ IDEA – tutorial) This tutorial demonstrates how to create Kotlin coroutines and debug them using IntelliJ IDEA. diff --git a/docs/topics/debug-flow-with-idea.md b/docs/topics/debug-flow-with-idea.md index 53521fbf39..4e2541bc89 100644 --- a/docs/topics/debug-flow-with-idea.md +++ b/docs/topics/debug-flow-with-idea.md @@ -1,3 +1,6 @@ +https://github.com/Kotlin/kotlinx.coroutines/edit/master/docs/topics/ + + [//]: # (title: Debug Kotlin Flow using IntelliJ IDEA – tutorial) This tutorial demonstrates how to create Kotlin Flow and debug it using IntelliJ IDEA. diff --git a/docs/topics/exception-handling.md b/docs/topics/exception-handling.md index 507d773509..0d369aa710 100644 --- a/docs/topics/exception-handling.md +++ b/docs/topics/exception-handling.md @@ -1,4 +1,5 @@ +https://github.com/Kotlin/kotlinx.coroutines/edit/master/docs/topics/ [//]: # (title: Coroutine exceptions handling) diff --git a/docs/topics/flow.md b/docs/topics/flow.md index 08fe164a33..a3cb1176c5 100644 --- a/docs/topics/flow.md +++ b/docs/topics/flow.md @@ -1,4 +1,5 @@ +https://github.com/Kotlin/kotlinx.coroutines/edit/master/docs/topics/ [//]: # (title: Asynchronous Flow) diff --git a/docs/topics/select-expression.md b/docs/topics/select-expression.md index acbbc691d5..77da920247 100644 --- a/docs/topics/select-expression.md +++ b/docs/topics/select-expression.md @@ -1,4 +1,5 @@ +https://github.com/Kotlin/kotlinx.coroutines/edit/master/docs/topics/ [//]: # (title: Select expression \(experimental\)) diff --git a/docs/topics/shared-mutable-state-and-concurrency.md b/docs/topics/shared-mutable-state-and-concurrency.md index 13fd9b9d3d..1baf07d066 100644 --- a/docs/topics/shared-mutable-state-and-concurrency.md +++ b/docs/topics/shared-mutable-state-and-concurrency.md @@ -1,4 +1,5 @@ +https://github.com/Kotlin/kotlinx.coroutines/edit/master/docs/topics/ [//]: # (title: Shared mutable state and concurrency)