From 51255c1a8b96995a417e44179d1c08ddf2c04f1b Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Tue, 1 Jun 2021 17:10:20 +0200 Subject: [PATCH 1/2] docs: add a new job --- docs/src/docPages/jobs.md | 3 +++ docs/src/links.yaml | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/src/docPages/jobs.md b/docs/src/docPages/jobs.md index f9c91d41..dcfa1fae 100644 --- a/docs/src/docPages/jobs.md +++ b/docs/src/docPages/jobs.md @@ -8,4 +8,7 @@ hocuspocus · Remote · EU time zones · Full-time **[Junior Software Engineer](https://saga.so/careers/junior-software-engineer) @ Saga**
hocuspocus · Remote · EU time zones · Full-time +**[Laravel Developer](https://ueberdosis.io/php-developer) @ überdosis**
+Laravel + tiptap · Berlin, Germany · Full-time + Is your company hiring, too? Reach out to [humans@tiptap.dev](mailto:humans@tiptap.dev) with a link to your job description! diff --git a/docs/src/links.yaml b/docs/src/links.yaml index ab9a9def..4b3f99ce 100644 --- a/docs/src/links.yaml +++ b/docs/src/links.yaml @@ -55,7 +55,6 @@ link: /overview/contributing - title: Jobs link: /jobs - type: new - title: Examples link: /examples @@ -91,7 +90,6 @@ link: /examples/interactivity - title: Syntax highlighting link: /examples/syntax-highlighting - type: new - title: Guide items: From 3593565835c88c2c2200a6bec9818ba6a5231fc7 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Thu, 3 Jun 2021 09:39:38 +0200 Subject: [PATCH 2/2] docs: fix styling of frontpage demo --- docs/src/demos/Experiments/Nested/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/demos/Experiments/Nested/index.vue b/docs/src/demos/Experiments/Nested/index.vue index 164f525c..8aee6c13 100644 --- a/docs/src/demos/Experiments/Nested/index.vue +++ b/docs/src/demos/Experiments/Nested/index.vue @@ -39,7 +39,8 @@ p { } .editor { - padding: 10px; + /* TODO: Conflicts with other demos */ + /* padding: 10px; */ border: 1px gray solid; }