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

Commit 407ed5d

Browse files
committed
so many changes
1 parent 6e6aeb0 commit 407ed5d

25 files changed

+3311
-779
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"window.autoDetectColorScheme": true
3+
}

docs/contribute.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: How and what to contribute
3+
description: New to the project? Read this!
4+
sidebar_postition: 3
5+
---

docs/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_position: 1
44

55
# An Overview of polyproto
66

7-
:::danger "Work in Progress"
7+
:::warning "Work in Progress"
88

99
This overview page is not yet finished. However, that what is there is already representative of
1010
what the polyproto protocol is about.
@@ -137,7 +137,7 @@ JSON over REST and other, already well established technologies such as WebSocke
137137
polyproto should be effortless - both for developers and for end users, who, ideally, should never have to
138138
notice any of the technical stuff going on in the background.
139139

140-
## **Conclusion**
140+
## Conclusion
141141

142142
This is just an outline about how polyproto works. The goal with this outline is to inform about the most
143143
relevant parts, while intentionally leaving out some details for the sake of clarity. If you have read

docs/protocols/_category_.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"label": "Protocol Definitions",
3+
"position": 2,
4+
"link": {
5+
"type": "generated-index",
6+
"description": "The core protocol definition and polyproto.org-defined p2 extensions."
7+
}
8+
}

docs/protocols/auth.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
description: Empty!
3+
title: p2-auth
4+
---

docs/protocols/core.md

Lines changed: 2502 additions & 0 deletions
Large diffs are not rendered by default.

docs/tutorial-basics/_category_.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

docs/tutorial-basics/congratulations.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

docs/tutorial-basics/create-a-blog-post.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

docs/tutorial-basics/create-a-document.md

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)