Skip to content

Commit 1b6549e

Browse files
authored
Initial Docusaurus setup for SPID Protocol
1 parent 85376c6 commit 1b6549e

24 files changed

+28005
-0
lines changed

.docusaurus/DONT-EDIT-THIS-FOLDER

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
This folder stores temp files that Docusaurus' client bundler accesses.
2+
3+
DO NOT hand-modify files in this folder because they will be overwritten in the
4+
next build. You can clear all build artifacts (including this folder) with the
5+
`docusaurus clear` command.

.docusaurus/client-modules.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
export default [
2+
require("/workspaces/spidprotocol-docs/node_modules/infima/dist/css/default/default.css"),
3+
require("/workspaces/spidprotocol-docs/node_modules/@docusaurus/theme-classic/lib/prism-include-languages"),
4+
require("/workspaces/spidprotocol-docs/node_modules/@docusaurus/theme-classic/lib/nprogress"),
5+
require("/workspaces/spidprotocol-docs/src/css/custom.css"),
6+
];

.docusaurus/codeTranslations.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "docusaurus-plugin-content-blog",
3+
"id": "default"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"title": "Recent posts",
3+
"items": []
4+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"blogBasePath": "/spidprotocol-docs/blog",
3+
"blogTitle": "Blog",
4+
"authorsListPath": "/spidprotocol-docs/blog/authors"
5+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "docusaurus-plugin-content-docs",
3+
"id": "default"
4+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"version":{"pluginId":"default","version":"current","label":"Next","banner":null,"badge":false,"noIndex":false,"className":"docs-version-current","isLast":true,"docsSidebars":{"tutorialSidebar":[{"type":"link","label":"SPID Protocol SDK","href":"/spidprotocol-docs/docs/intro","docId":"intro","unlisted":false}]},"docs":{"intro":{"id":"intro","title":"SPID Protocol SDK","description":"The SPID Protocol SDK enables you to publish and retrieve Smart Packets — structured, voice-ready, AI-retrievable answers — using a lightweight, open standard designed for the AI Web.","sidebar":"tutorialSidebar"}}}}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"id": "intro",
3+
"title": "SPID Protocol SDK",
4+
"description": "The SPID Protocol SDK enables you to publish and retrieve Smart Packets — structured, voice-ready, AI-retrievable answers — using a lightweight, open standard designed for the AI Web.",
5+
"source": "@site/docs/intro.md",
6+
"sourceDirName": ".",
7+
"slug": "/intro",
8+
"permalink": "/spidprotocol-docs/docs/intro",
9+
"draft": false,
10+
"unlisted": false,
11+
"tags": [],
12+
"version": "current",
13+
"frontMatter": {
14+
"title": "SPID Protocol SDK"
15+
},
16+
"sidebar": "tutorialSidebar"
17+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "docusaurus-plugin-content-pages",
3+
"id": "default"
4+
}

0 commit comments

Comments
 (0)