File tree Expand file tree Collapse file tree 4 files changed +11
-1
lines changed Expand file tree Collapse file tree 4 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -235,6 +235,8 @@ learn:
235
235
p5-screen-reader : " Setting up p5 so that it can be used easily with a screen reader."
236
236
using-local-server-title : " Using a local server"
237
237
using-local-server : " How to set up a local server on Mac OSX, Windows, or Linux."
238
+ p5js-wiki-title : " p5.js wiki"
239
+ p5js-wiki : " Additonal documentation and tutorials contributed by the community"
238
240
connecting-p5js-title : " Connecting p5.js"
239
241
creating-libraries-title : " Creating libraries"
240
242
creating-libraries : " Creating p5.js addon libraries."
Original file line number Diff line number Diff line change @@ -236,6 +236,8 @@ learn:
236
236
p5-screen-reader : " Configurando p5 para que pueda ser usado fácilmente con un lector de pantalla."
237
237
using-local-server-title : " Usando un servidor local"
238
238
using-local-server : " Cómo configurar un servidor local en Mac OS X, Windows o Linux."
239
+ p5js-wiki-title : " p5.js wiki"
240
+ p5js-wiki : " Additonal documentation and tutorials contributed by the community"
239
241
connecting-p5js-title : " Conectando p5.js"
240
242
creating-libraries-title : " Creando bibliotecas"
241
243
creating-libraries : " Creando bibliotecas adicionales para p5.js."
Original file line number Diff line number Diff line change 16
16
"name" : " using-local-server" ,
17
17
"url" : " https://github.com/processing/p5.js/wiki/Local-server"
18
18
},
19
+ {
20
+ "name" : " p5js-wiki" ,
21
+ "url" : " https://github.com/processing/p5.js/wiki"
22
+ },
19
23
{
20
24
"name" : " p5-screen-reader" ,
21
25
"url" : " p5-screen-reader.html"
89
93
"url" : " https://github.com/processing/p5.js/blob/master/contributor_docs/creating_libraries.md"
90
94
}
91
95
]
92
- }
96
+ }
Original file line number Diff line number Diff line change @@ -235,6 +235,8 @@ learn:
235
235
p5-screen-reader : " 设置 p5 以让它可以和荧幕阅读器一起使用。(英文内文)"
236
236
using-local-server-title : " 本地伺服器"
237
237
using-local-server : " 如何在 Mac OSX、Windows 或 Linux 上设置本地伺服器。"
238
+ p5js-wiki-title : " p5.js wiki"
239
+ p5js-wiki : " Additonal documentation and tutorials contributed by the community"
238
240
connecting-p5js-title : " 链接 p5.js"
239
241
creating-libraries-title : " 制作程式库"
240
242
creating-libraries : " 制作 p5.js 附加程式库。"
You can’t perform that action at this time.
0 commit comments