Skip to content

Commit 920291a

Browse files
committed
Reorganize content
1 parent cfa21d7 commit 920291a

23 files changed

+7
-1209
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ asciidoctor {
7979
}
8080
}
8181

82-
tasks.register('asciidoc_pl', AsciidoctorTask) {
82+
tasks.register('asciidoc_es', AsciidoctorTask) {
8383
group = 'documentation'
84-
description = 'Generates documentation for the "pl" directory.'
84+
description = 'Generates documentation for the "es" directory.'
8585

86-
sourceDir = file('src/docs/asciidoc/pl')
87-
outputDir = file("$buildDir/docs/asciidoc/pl")
86+
sourceDir = file('src/docs/asciidoc/es')
87+
outputDir = file("$buildDir/docs/asciidoc/es")
8888

8989
options backend: 'html5'
9090

@@ -114,7 +114,7 @@ tasks.register('copyCNAME', Copy) {
114114
into file(asciidoctor.outputDir.path)
115115
}
116116

117-
asciidoctor.dependsOn asciidoc_pl
117+
asciidoctor.dependsOn asciidoc_es
118118
copyCNAME.dependsOn asciidoctor
119119
publishGhPages.dependsOn copyCNAME
120120

File renamed without changes.

src/docs/asciidoc/pl/index.adoc renamed to src/docs/asciidoc/es/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
= Vavr Dokumentacja Techniczna
2-
Daniel Dietrich, Robert Winkler, Grzegorz Piwowarek
1+
= Guía del usuario de Vavr
2+
Daniel Dietrich, Robert Winkler
33
:toc: left
44
:toclevels: 3
55
:source-highlighter: coderay

src/docs/asciidoc/es/index_es.adoc

Lines changed: 0 additions & 21 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/docs/asciidoc/pl/getting_started.adoc

Lines changed: 0 additions & 86 deletions
This file was deleted.
-6.58 KB
Binary file not shown.

0 commit comments

Comments
 (0)