Use absolute snippet paths (#25607)
* Support absolute snippet path in signature directive * Removed $ akka $ from snippet paths * Remove $ code $ snippet alias * Remove $ code $ snippet prefix
This commit is contained in:
parent
a1b4ac7c8e
commit
3eb9b3a1a6
217 changed files with 2022 additions and 2025 deletions
|
|
@ -8,7 +8,7 @@ Materialize a `SourceQueue` onto which elements can be pushed for emitting from
|
|||
|
||||
## Signature
|
||||
|
||||
@@signature [Source.scala]($akka$/akka-stream/src/main/scala/akka/stream/scaladsl/Source.scala) { #queue }
|
||||
@@signature [Source.scala](/akka-stream/src/main/scala/akka/stream/scaladsl/Source.scala) { #queue }
|
||||
|
||||
@@@
|
||||
|
||||
|
|
@ -28,10 +28,10 @@ In combination with the queue, the @ref[`throttle`](./../Source-or-Flow/throttle
|
|||
## Example
|
||||
|
||||
Scala
|
||||
: @@snip [IntegrationDocSpec.scala]($code$/scala/docs/stream/IntegrationDocSpec.scala) { #source-queue }
|
||||
: @@snip [IntegrationDocSpec.scala](/akka-docs/src/test/scala/docs/stream/IntegrationDocSpec.scala) { #source-queue }
|
||||
|
||||
Java
|
||||
: @@snip [IntegrationDocTest.java]($code$/java/jdocs/stream/IntegrationDocTest.java) { #source-queue }
|
||||
: @@snip [IntegrationDocTest.java](/akka-docs/src/test/java/jdocs/stream/IntegrationDocTest.java) { #source-queue }
|
||||
|
||||
## Reactive Streams Semantics
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue