Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Commit 2c3fd9e

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/framer-motion-12.16.0
2 parents f2eaf0e + 6602769 commit 2c3fd9e

8 files changed

Lines changed: 25 additions & 10 deletions

File tree

.vscode/settings.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
{
2-
"window.autoDetectColorScheme": true
3-
}
2+
"languageToolLinter.languageTool.ignoredWordsInWorkspace": [
3+
"polyproto-chat"
4+
]
5+
}

docs/protocols/auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# p2 extension: polyproto-auth
1+
# polyproto-auth Extension Specification
22

33
**v1.0.0-alpha.1** - Treat this as an unfinished draft.
44
[Semantic versioning v2.0.0](https://semver.org/spec/v2.0.0.html) is used to version this specification.

docs/protocols/chat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# polyproto-chat HTTP API Specification
1+
# polyproto-chat Extension Specification
22

33
**Namespace:** `chat`
44
**Version:** `v1.0-alpha.1`

docs/protocols/mls.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# polyproto-mls Extension Specification
2+
3+
**Namespace:** `mls`
4+
**Version:** `v1.0-alpha.1`
5+
**Base Path:** `/.p2/mls/v1/`
6+
7+
The polyproto-mls extension adds Messaging Layer Security to polyproto.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"@docusaurus/module-type-aliases": "^3.8.0",
39-
"@docusaurus/tsconfig": "^3.8.0",
39+
"@docusaurus/tsconfig": "^3.8.1",
4040
"@docusaurus/types": "^3.8.0",
4141
"prettier": "^3.5.3",
4242
"typescript": "~5.8.3"

src/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ h6 {
124124
.theme-code-block,
125125
.prism-code,
126126
.token {
127-
font-family: "Spline Sans Mono" !important;
127+
font-family: "Spline Sans Mono", monospace !important;
128128
}
129129

130130
.anchor-shadow:hover {

src/theme/Navbar/Content/index.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ export default function NavbarContent(): ReactNode {
8282
>
8383
Docs
8484
</Anchor>
85+
<Anchor
86+
className="px-6 !py-1 mx-4 text-base no-underline anchor-shadow transition ease-in-out duration-300"
87+
href="/blog/"
88+
>
89+
Blog
90+
</Anchor>
8591
<NavbarItems items={rightItems} />
8692
{/* <NavbarColorModeToggle className={styles.colorModeToggle} /> */}
8793
{!searchBarItem && (

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1874,10 +1874,10 @@
18741874
fs-extra "^11.1.1"
18751875
tslib "^2.6.0"
18761876

1877-
"@docusaurus/tsconfig@^3.8.0":
1878-
version "3.8.0"
1879-
resolved "https://registry.yarnpkg.com/@docusaurus/tsconfig/-/tsconfig-3.8.0.tgz#ea7ee0917e1562cf0a6e95e049c42f1f61351f32"
1880-
integrity sha512-utLl48nNjSYBoq47RKukZ9fPLEX3nJWThzrujb0ndQQ1jc/gh4RhTRaAqItH9nImnsgGKmLMnyoMBpfGmoop+w==
1877+
"@docusaurus/tsconfig@^3.8.1":
1878+
version "3.8.1"
1879+
resolved "https://registry.yarnpkg.com/@docusaurus/tsconfig/-/tsconfig-3.8.1.tgz#a1f7daadfc93455289200647f4ee10cdca540f7b"
1880+
integrity sha512-XBWCcqhRHhkhfolnSolNL+N7gj3HVE3CoZVqnVjfsMzCoOsuQw2iCLxVVHtO+rePUUfouVZHURDgmqIySsF66A==
18811881

18821882
"@docusaurus/types@3.8.0", "@docusaurus/types@^3.8.0":
18831883
version "3.8.0"

0 commit comments

Comments
 (0)