Skip to content

Commit bc4cee8

Browse files
committed
update docs
1 parent 590e703 commit bc4cee8

31 files changed

+62
-62
lines changed

pages/api-reference/crypto-service.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# export const type = "page"
2-
# export const title = "Crypto Service API Reference"
1+
export const type = "page"
2+
export const title = "Crypto Service API Reference"
33
# Crypto Service API Reference
44

55
The Crypto Service (`services/crypto.js`) is a core component of the Webizen security architecture. It provides a unified and simplified interface for performing all cryptographic operations, abstracting the complexity of the underlying libraries and ensuring that the platform's security policies are consistently enforced.

pages/api-reference/internal-rpc-apis.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# export const type = "page"
2-
# export const title = "Internal RPC API Reference"
1+
export const type = "page"
2+
export const title = "Internal RPC API Reference"
33
# Internal RPC API Reference
44

55
Beyond the main [Webizen Core API](./webizen-api), the platform uses a set of internal, lower-level APIs for communication between the foreground (UI) process and the background process. These APIs are defined using a Remote Procedure Call (RPC) system and handle many of the core, browser-like functionalities inherited from the Beaker Browser architecture.

pages/api-reference/solidod-service.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# export const type = "page"
2-
# export const title = "SolidOS Service API Reference"
1+
export const type = "page"
2+
export const title = "SolidOS Service API Reference"
33
# SolidOS Service API Reference
44

55
The SolidOS Service (`services/solidos.js`) provides a high-level interface for interacting with a user's Solid Pod. As the user's Pod is their authoritative source of truth, this service is fundamental for any module that needs to persist data in a sovereign and interoperable manner.

pages/api-reference/webizen-api.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# export const type = "page"
2-
# export const title = "Webizen Core API Reference"
1+
export const type = "page"
2+
export const title = "Webizen Core API Reference"
33
# Webizen Core API Reference
44

55
The Webizen Core API is the primary interface for interacting with the Webizen background process. It provides a secure set of endpoints for modules and userland applications to access core functionalities like P2P networking, data storage, and cryptographic operations.

pages/contributing/code-of-conduct.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# export const type = "page"
2-
# export const title = "Contributor Code of Conduct"
1+
export const type = "page"
2+
export const title = "Contributor Code of Conduct"
33
# Contributor Code of Conduct
44

55
## Our Pledge

pages/contributing/guidelines.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# export const type = "page"
2-
# export const title = "Contribution Guidelines"
1+
export const type = "page"
2+
export const title = "Contribution Guidelines"
33
# Contribution Guidelines
44

55
Thank you for your interest in contributing to Webizen! We are building a community dedicated to creating a more decentralized, private, and human-centric web, and we welcome contributions of all kinds.

pages/core-concepts/architecture.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# export const type = "page"
2-
# export const title = "Webizen Architecture"
1+
export const type = "page"
2+
export const title = "Webizen Architecture"
33
import { Mermaid } from 'nextra/components'
44

55
# Webizen Architecture

pages/core-concepts/data-storage.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# export const type = "page"
2-
# export const title = "Data Storage in Webizen"
1+
export const type = "page"
2+
export const title = "Data Storage in Webizen"
33
import { Mermaid } from 'nextra/components'
44

55
# Data Storage in Webizen

pages/core-concepts/hypermedia-packages.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# export const type = "page"
2-
# export const title = "Hypermedia Content Packages"
1+
export const type = "page"
2+
export const title = "Hypermedia Content Packages"
33
import { Mermaid } from 'nextra/components'
44

55
# Hypermedia Content Packages

pages/core-concepts/identity-and-auth.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# export const type = "page"
2-
# export const title = "Identity & Authentication in Webizen"
1+
export const type = "page"
2+
export const title = "Identity & Authentication in Webizen"
33
import { Mermaid } from 'nextra/components'
44

55
# Identity & Authentication in Webizen

0 commit comments

Comments
 (0)