This repository was archived by the owner on Jan 2, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "window.autoDetectColorScheme" : true
3- }
2+ "languageToolLinter.languageTool.ignoredWordsInWorkspace" : [
3+ " polyproto-chat"
4+ ]
5+ }
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 1- # polyproto-chat HTTP API Specification
1+ # polyproto-chat Extension Specification
22
33** Namespace:** ` chat `
44** Version:** ` v1.0-alpha.1 `
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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 {
Original file line number Diff line number Diff 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 && (
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments