Skip to content

Commit fdcf493

Browse files
committed
updated communities
1 parent fc41ae9 commit fdcf493

File tree

6 files changed

+734
-705
lines changed

6 files changed

+734
-705
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
$ cat .gitattributes
2-
* text=auto
2+
* text=auto eol=lf

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
.DS_Store
22
wren.exe
3-
wren
3+
wren
4+
.vscode
5+
Thumbs.*

content/01-home.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,7 @@ El canal de https://elixirjp.slack.com/archives/C01JMMZM0SH[`#autoraceex`] es un
4444

4545
Comunidad de devs chilenos. No tiene canal de `#elixir` 💔.
4646

47+
#### https://jschile.org/[JavaScript Chile]
48+
49+
Otra comunidad de devs chilenos.
50+

content/03-projects.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11

22
## Proyectos
3+
4+
- https://github.com/ElixirCL/rauversion-phx[Rauversion PHX]: Proyecto de Comunidad musical hecho con Elixir.

docs/docbook.xml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<book xmlns="http://docbook.org/ns/docbook" xmlns:xl="http://www.w3.org/1999/xlink" version="5.0" xml:lang="es">
55
<info>
66
<title>🧙 Elixir Chile 🇨🇱</title>
7-
<date>2023-06-10</date>
7+
<date>2024-02-25</date>
88
<copyright>
99
<holder>CC-BY-NC-SA 4.0</holder>
1010
</copyright>
@@ -65,6 +65,10 @@ de <emphasis>Github</emphasis> para su fácil organización.</simpara>
6565
<title><link xl:href="https://devschile.cl/">Devs Chile</link></title>
6666
<simpara>Comunidad de devs chilenos. No tiene canal de <literal>#elixir</literal> 💔.</simpara>
6767
</section>
68+
<section xml:id="_javascript_chile">
69+
<title><link xl:href="https://jschile.org/">JavaScript Chile</link></title>
70+
<simpara>Otra comunidad de devs chilenos.</simpara>
71+
</section>
6872
</section>
6973
</chapter>
7074
<chapter xml:id="_estándares">
@@ -176,7 +180,11 @@ de un producto que pueda ser usado en ambientes de producción.</simpara>
176180
</chapter>
177181
<chapter xml:id="_proyectos">
178182
<title>Proyectos</title>
179-
183+
<itemizedlist>
184+
<listitem>
185+
<simpara><link xl:href="https://github.com/ElixirCL/rauversion-phx">Rauversion PHX</link>: Proyecto de Comunidad musical hecho con Elixir.</simpara>
186+
</listitem>
187+
</itemizedlist>
180188
</chapter>
181189
<chapter xml:id="_ejemplos">
182190
<title>Ejemplos</title>

0 commit comments

Comments
 (0)