Skip to content

Commit 25893c6

Browse files
committed
format fix
1 parent 84a1faf commit 25893c6

3 files changed

Lines changed: 16 additions & 9 deletions

File tree

.yarnrc.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1+
approvedGitRepositories:
2+
- "**"
3+
14
enableGlobalCache: false
25

6+
enableScripts: true
7+
38
nodeLinker: pnpm
49

10+
npmMinimalAgeGate: 0
11+
512
packageExtensions:
613
"@fumadocs/tailwind@*":
714
dependencies:
@@ -22,10 +29,10 @@ packageExtensions:
2229
tsconfck@*:
2330
dependencies:
2431
typescript: ^6.0.0
25-
typedoc@*:
26-
peerDependencies:
27-
typedoc-plugin-markdown: ^4.0.0
28-
typedoc-plugin-frontmatter: ^1.0.0
2932
typedoc-plugin-frontmatter@*:
3033
peerDependencies:
3134
typedoc: ^0.28.0
35+
typedoc@*:
36+
peerDependencies:
37+
typedoc-plugin-frontmatter: ^1.0.0
38+
typedoc-plugin-markdown: ^4.0.0

packages/docs/content/docs/collab/overview.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ through the relevant database and API decisions as well.**
1717

1818
Pitter Patter Collab is based on
1919
[`prosemirror-collab-commit`](https://github.com/stepwisehq/prosemirror-collab-commit), an
20-
alternative `prosemirror-collab` implementation that provides improved throughput and merge fairness over
21-
the default implementation. It uses ProseMirror steps as the unit of change, just
22-
like `prosemirror-collab` (and just like non-collaborative ProseMirror), which makes it
23-
straightforward to inspect, debug, and analyze.
20+
alternative `prosemirror-collab` implementation that provides improved throughput and merge fairness
21+
over the default implementation. It uses ProseMirror steps as the unit of change, just like
22+
`prosemirror-collab` (and just like non-collaborative ProseMirror), which makes it straightforward
23+
to inspect, debug, and analyze.
2424

2525
You can add Pitter Patter Collab to your existing stack. You provide the database and API, and it
2626
manages the collaboration state and synchronization.

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Manual changes might be lost - proceed with caution!
33

44
__metadata:
5-
version: 8
5+
version: 10
66
cacheKey: 10c0
77

88
"@algolia/cache-browser-local-storage@npm:4.27.0":

0 commit comments

Comments
 (0)