update people

This commit is contained in:
Patrick Baber 2022-05-10 17:51:50 +02:00 committed by bdbch
parent a9e8f48b34
commit 07e8c522ea
7 changed files with 39 additions and 39 deletions

View File

@ -3,7 +3,7 @@ description: Share what we need to explain better
labels:
- documentation
assignees:
- hanspagel
- bdbch
body:
- type: input
id: url

View File

@ -11,5 +11,5 @@ updates:
interval: 'weekly'
day: 'monday'
reviewers:
- 'hanspagel'
- 'bdbch'

View File

@ -164,15 +164,15 @@ export default () => {
<td>actress</td>
</tr>
<tr>
<td>Philipp Kühn</td>
<td>designer</td>
<td>developer</td>
<td>maker</td>
<td>Marie Curie</td>
<td>scientist</td>
<td>chemist</td>
<td>physicist</td>
</tr>
<tr>
<td>Hans Pagel</td>
<td>wrote this</td>
<td colspan="2">thats it</td>
<td>Indira Gandhi</td>
<td>prime minister</td>
<td colspan="2">politician</td>
</tr>
</tbody>
</table>

View File

@ -137,15 +137,15 @@ export default {
<td>actress</td>
</tr>
<tr>
<td>Philipp Kühn</td>
<td>designer</td>
<td>developer</td>
<td>maker</td>
<td>Marie Curie</td>
<td>scientist</td>
<td>chemist</td>
<td>physicist</td>
</tr>
<tr>
<td>Hans Pagel</td>
<td>wrote this</td>
<td colspan="2">thats it</td>
<td>Indira Gandhi</td>
<td>prime minister</td>
<td colspan="2">politician</td>
</tr>
</tbody>
</table>

View File

@ -238,15 +238,15 @@ export default {
<td>actress</td>
</tr>
<tr>
<td>Philipp Kühn</td>
<td>designer</td>
<td>developer</td>
<td>maker</td>
<td>Marie Curie</td>
<td>scientist</td>
<td>chemist</td>
<td>physicist</td>
</tr>
<tr>
<td>Hans Pagel</td>
<td>wrote this</td>
<td colspan="2">thats it</td>
<td>Indira Gandhi</td>
<td>prime minister</td>
<td colspan="2">politician</td>
</tr>
</tbody>
</table>

View File

@ -193,15 +193,15 @@ export default {
<td>actress</td>
</tr>
<tr>
<td>Philipp Kühn</td>
<td>designer</td>
<td>developer</td>
<td>maker</td>
<td>Marie Curie</td>
<td>scientist</td>
<td>chemist</td>
<td>physicist</td>
</tr>
<tr>
<td>Hans Pagel</td>
<td>wrote this</td>
<td colspan="2">thats it</td>
<td>Indira Gandhi</td>
<td>prime minister</td>
<td colspan="2">politician</td>
</tr>
</tbody>
</table>
@ -220,15 +220,15 @@ export default {
<td>actress</td>
</tr>
<tr>
<td>Philipp Kühn</td>
<td>designer</td>
<td>developer</td>
<td>maker</td>
<td>Marie Curie</td>
<td>scientist</td>
<td>chemist</td>
<td>physicist</td>
</tr>
<tr>
<td>Hans Pagel</td>
<td>wrote this</td>
<td colspan="2">thats it</td>
<td>Indira Gandhi</td>
<td>prime minister</td>
<td colspan="2">politician</td>
</tr>
</tbody>
</table>

View File

@ -44,9 +44,9 @@ Pass an object with updated attributes of the current user. It expects a `name`
```js
editor.commands.updateUser({
name: 'Philipp Kühn',
name: 'John Doe',
color: '#000000',
avatar: 'https://unavatar.io/github/philippkuehn',
avatar: 'https://unavatar.io/github/ueberdosis',
})
```