Skip to content

Commit 8533347

Browse files
committed
Merge branch 'master' of github.com:processing/p5.js-website
2 parents dc95b68 + 4c106e8 commit 8533347

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## How To Contribute
66

7-
Known bugs and intended new features are tracked using [GitHub issues](https://github.com/processing/p5.js-website/issues). If you'd like to start working on an existing issue, comment on the issue that you plan to work on it so other contributors know it's being handled and can offer help. Once you have completed your work on this issue, [submit a pull request (PR)](https://github.com/processing/p5.js/blob/master/developer_docs/preparing_a_pull_request.md) against the p5.js master branch. In the description field of the PR, include "resolves #XXXX" tagging the issue you are fixing. If the PR addresses the issue but doesn't completely resolve it (ie the issue should remain open after your PR is merged), write "addresses #XXXX".
7+
Known bugs and intended new features are tracked using [GitHub issues](https://github.com/processing/p5.js-website/issues). If you'd like to start working on an existing issue, comment on the issue that you plan to work on it so other contributors know it's being handled and can offer help. Once you have completed your work on this issue, [submit a pull request (PR)](https://github.com/processing/p5.js/blob/master/contributor_docs/preparing_a_pull_request.md) against the p5.js master branch. In the description field of the PR, include "resolves #XXXX" tagging the issue you are fixing. If the PR addresses the issue but doesn't completely resolve it (ie the issue should remain open after your PR is merged), write "addresses #XXXX".
88

99
If you discover a bug or have an idea for a new feature you'd like to add, begin by submitting an issue. Please do not simply submit a pull request containing the fix or new feature without making an issue first, we will probably not be able to accept it. Once you have gotten some feedback on the issue and a go ahead to address it, you can follow the process above to add the fix or feature.
1010

contributor_docs/i18n_contribution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ In some cases, the text translated from the original .hbs file (written in HTML)
200200
* The "p5" key in the JSON object contains individual keys for each reference entry, indexed by variable/function/object name.
201201
* Any entries in the JSON object which are not filled in will be left in English when the page is loaded.
202202
* This is a somewhat hacky solution and not ideal. However, it comes from balancing the desire to have documentation directly in the source code, with the unwieldiness of having multiple languages of documentation inline. It will be our working solution until a better one is found.
203-
* The source content for the reference is handled inline in the [p5.js source code](https://github.com/processing/p5.js). See [Inline documentation](https://github.com/processing/p5.js/blob/master/developer_docs/inline_documentation.md) in the p5.js repo for information on how to contribute.
203+
* The source content for the reference is handled inline in the [p5.js source code](https://github.com/processing/p5.js). See [Inline documentation](https://github.com/processing/p5.js/blob/master/contributor_docs/inline_documentation.md) in the p5.js repo for information on how to contribute.
204204

205205
### Translation of Examples
206206

src/assets/developer-docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
subMaxLevel: 2,
2222
themeColor: '#ed225d',
2323
basePath:
24-
'https://raw.githubusercontent.com/processing/p5.js/master/developer_docs/',
24+
'https://raw.githubusercontent.com/processing/p5.js/master/contributor_docs/',
2525
logo: '../assets/img/p5js.svg',
2626
name: 'p5.js Developer Docs',
2727
repo: 'https://github.com/processing/p5.js',

src/data/learn/learn.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"contributing-to-the-community-title": [
7575
{
7676
"name": "development",
77-
"url": "https://github.com/processing/p5.js/blob/master/developer_docs/"
77+
"url": "https://github.com/processing/p5.js/blob/master/contributor_docs/"
7878
},
7979
{
8080
"name": "looking-inside",
@@ -86,7 +86,7 @@
8686
},
8787
{
8888
"name": "creating-libraries",
89-
"url": "https://github.com/processing/p5.js/blob/master/developer_docs/creating_libraries.md"
89+
"url": "https://github.com/processing/p5.js/blob/master/contributor_docs/creating_libraries.md"
9090
}
9191
]
92-
}
92+
}

src/data/libraries/libraries.ejs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ slug: libraries/
1111

1212
<main id="content">
1313
<h1>{{#i18n "Libraries"}}{{/i18n}}</h1>
14-
14+
1515
<h2>{{#i18n "using-a-library-title"}}{{/i18n}}</h2>
1616

1717
<p>{{#i18n "using-a-library1"}}{{/i18n}}<a href="{{root}}/reference/#/libraries/dom">p5.dom</a>
@@ -35,7 +35,7 @@ slug: libraries/
3535
<h2>{{#i18n "create-your-own-title"}}{{/i18n}}</h2>
3636

3737
<p>{{#i18n "create-your-own1"}}{{/i18n}}
38-
<a href="https://github.com/processing/p5.js/blob/master/developer_docs/creating_libraries.md">
38+
<a href="https://github.com/processing/p5.js/blob/master/contributor_docs/creating_libraries.md">
3939
{{#i18n "create-your-own2"}}{{/i18n}}</a>
4040
{{#i18n "create-your-own3"}}{{/i18n}}
4141
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdWWb95cfvosaIFI7msA7XC5zOEVsNruaA5klN1jH95ESJVcw/viewform" target="_blank">{{#i18n "create-your-own4"}}{{/i18n}}</a></p>
@@ -51,7 +51,7 @@ slug: libraries/
5151
<div class="left-column">
5252
<% } else { %>
5353
<div class="right-column">
54-
<% } %>
54+
<% } %>
5555
<div class="label">
5656
<a class="nounderline" href="<%=all[c].url%>" target="_blank">
5757
<img alt="" src="{{assets}}/img/libraries/<%=all[c].name.replace(' ', '_')%>.jpg">
@@ -62,7 +62,7 @@ slug: libraries/
6262
</div>
6363
<% if (col == 1 || c == all.length - 1) { %>
6464
<div class="spacer"></div>
65-
<% } %>
65+
<% } %>
6666
<% col = (col+1)%2; %>
6767
<% } %>
6868
<% } %>

src/templates/pages/community/developer-docs.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ slug: community/
2222
subMaxLevel: 2,
2323
themeColor: '#ed225d',
2424
basePath:
25-
'https://raw.githubusercontent.com/processing/p5.js/master/developer_docs/',
25+
'https://raw.githubusercontent.com/processing/p5.js/master/contributor_docs/',
2626
logo: '../assets/img/p5js.svg',
2727
name: 'p5.js Developer Docs',
2828
repo: 'https://github.com/processing/p5.js',

src/templates/pages/community/index.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ slug: community/
5454
<h2 id="contribute">{{#i18n "contribute-title"}}{{/i18n}}</h2>
5555
<p>{{#i18n "contribute1"}}{{/i18n}}</p>
5656

57-
<p><b>{{#i18n "develop-title"}}{{/i18n}}</b> <a href="https://github.com/processing/p5.js" target="blank_">{{#i18n "develop1"}}{{/i18n}}</a>{{#i18n "develop2"}}{{/i18n}} <a href="https://github.com/processing/p5.js/blob/master/developer_docs/" target="blank_">{{#i18n "develop3"}}{{/i18n}} </a> {{#i18n "develop4"}}{{/i18n}} <a href="../libraries/#create-your-own"> {{#i18n "develop5"}}{{/i18n}} </a></p>
57+
<p><b>{{#i18n "develop-title"}}{{/i18n}}</b> <a href="https://github.com/processing/p5.js" target="blank_">{{#i18n "develop1"}}{{/i18n}}</a>{{#i18n "develop2"}}{{/i18n}} <a href="https://github.com/processing/p5.js/blob/master/contributor_docs/" target="blank_">{{#i18n "develop3"}}{{/i18n}} </a> {{#i18n "develop4"}}{{/i18n}} <a href="../libraries/#create-your-own"> {{#i18n "develop5"}}{{/i18n}} </a></p>
5858

59-
<p><b>{{#i18n "document-title"}}{{/i18n}}</b>{{#i18n "document1"}}{{/i18n}}<a href="https://github.com/processing/p5.js-website/wiki/Adding-examples" target="blank_">{{#i18n "document2"}}{{/i18n}}</a>{{#i18n "document3"}}{{/i18n}}<a href="https://github.com/processing/p5.js/blob/master/developer_docs/inline_documentation.md#setup" target="blank_">{{#i18n "document4"}}{{/i18n}}</a>{{#i18n "document5"}}{{/i18n}}</p>
59+
<p><b>{{#i18n "document-title"}}{{/i18n}}</b>{{#i18n "document1"}}{{/i18n}}<a href="https://github.com/processing/p5.js-website/wiki/Adding-examples" target="blank_">{{#i18n "document2"}}{{/i18n}}</a>{{#i18n "document3"}}{{/i18n}}<a href="https://github.com/processing/p5.js/blob/master/contributor_docs/inline_documentation.md#setup" target="blank_">{{#i18n "document4"}}{{/i18n}}</a>{{#i18n "document5"}}{{/i18n}}</p>
6060

6161
<p><b>{{#i18n "teach-title"}}{{/i18n}}</b>{{#i18n "teach1"}}{{/i18n}}</p>
6262

src/templates/pages/download/index.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ slug: download/
100100
<li><a href="https://github.com/processing/p5.js/releases">{{#i18n "older-releases"}}{{/i18n}}</a></li>
101101
<li><a href="https://github.com/processing/p5.js">{{#i18n "github-repository"}}{{/i18n}}</a></li>
102102
<li><a href="https://github.com/processing/p5.js/issues">{{#i18n "report-bugs"}}{{/i18n}}</a></li>
103-
<li><a href="https://github.com/processing/p5.js/blob/master/developer_docs/supported_browsers.md">{{#i18n "supported-browsers"}}{{/i18n}}</a></li>
103+
<li><a href="https://github.com/processing/p5.js/blob/master/contributor_docs/supported_browsers.md">{{#i18n "supported-browsers"}}{{/i18n}}</a></li>
104104
</ul>
105105

106106
<div class="spacer"></div>

src/templates/pages/index.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ slug: /
1414
<input id='search_field' type="text" size="20" placeholder="Search p5js.org" name="q" >
1515
<label class="sr-only" for="search_field">Search p5js.org</label>
1616
</form>
17-
17+
1818
<h1>{{#i18n "p1xh1"}}{{/i18n}}</h1>
1919
<p style="margin-top:1em">{{#i18n "p1x1"}}{{/i18n}}</p>
2020
<p>{{#i18n "p1x2"}}{{/i18n}}</p>
@@ -35,7 +35,7 @@ slug: /
3535
<li>{{#i18n "p4xp3"}}{{/i18n}}</li>
3636
<li>{{#i18n "p4xp4"}}{{/i18n}}</li>
3737
<li><a href="https://day.processing.org" target="_blank">{{#i18n "p4xp5"}}{{/i18n}}</a></li>
38-
<li><a href="https://github.com/processing/p5.js/tree/master/developer_docs" target="_blank">{{#i18n "p4xp6"}}{{/i18n}}</a></li>
38+
<li><a href="https://github.com/processing/p5.js/tree/master/contributor_docs" target="_blank">{{#i18n "p4xp6"}}{{/i18n}}</a></li>
3939
</ul>
4040

4141
</main>

0 commit comments

Comments
 (0)