Skip to content

Commit dfcd200

Browse files
committed
Add meta description to pages
1 parent 0b4d3c9 commit dfcd200

14 files changed

+17
-2
lines changed

docs/api.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
sidebar_position: 3
3+
description: Nucleoid API reference
34
---
45

56
# API

docs/contributing.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
sidebar_position: 11
3+
description: Nucleoid Contributing
34
---
45

56
# Contributing

docs/datastore.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
sidebar_position: 4
33
title: Built-in Data Store
4+
description: Nucleoid built-in data store
5+
canonical_url: https://github.com/NucleoidAI/datastore
46
---
57

68
# Built-in Data Store

docs/get-started.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
sidebar_position: 1
3+
description: Get started with Nucleoid, a declarative, logic-based runtime designed for Neuro-Symbolic AI, focusing on adaptive reasoning and explainability through the Logic Graph.
34
---
45

56
# Get Started

docs/learn.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
sidebar_position: 2
3+
description: Learn how to use Nucleoid AI, a declarative, logic-based runtime designed for Neuro-Symbolic AI, focusing on adaptive reasoning and explainability through the Logic Graph.
34
---
45

56
# Learn

docs/openapi.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
sidebar_position: 5
33
title: OpenAPI
4+
description: Nucleoid OpenAPI integration
45
---
56

67
# OpenAPI Integration

docs/react-event.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
sidebar_position: 9
33
title: react-event
4+
description: "@nucleoidai/react-event: Event-driven Alternative to React Context"
5+
canonical_url: https://github.com/NucleoidAI/react-event
46
---
57

68
<h1 align="center">react-event</h1>

docs/runtime/advanced.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
sidebar_position: 4
3+
description: Nucleoid Runtime Advanced Example
34
---
45

56
# Advanced Example

docs/runtime/control-flow.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
sidebar_position: 1
33
title: Control Flow
4+
description: Nucleoid Control Flow
45
---
56

67
```javascript

docs/runtime/data-management.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
sidebar_position: 2
33
title: Data Management
4+
description: Nucleoid Data Management
45
---
56

67
Another objective of the project is to manage both of data and logic under the same runtime so that external database won't be needed. This also benefits the system structure that automatically lowers complexity of the system as eliminating moving elements.

docs/runtime/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
sidebar_position: 8
33
title: Runtime Environment
4+
description: Nucleoid Runtime Environment
45
---
56

67
# Runtime

docs/runtime/mechanics.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
sidebar_position: 3
3+
description: Nucleoid Runtime Mechanics
34
---
45

56
# Mechanics

docs/taxonomy.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
sidebar_position: 10
33
title: Taxonomy
4+
description: Nucleoid's Taxonomy
45
---
56

67
# Nucleoid's Taxonomy

docusaurus.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const darkCodeTheme = require("prism-react-renderer/themes/vsDark");
44
/** @type {import('@docusaurus/types').Config} */
55
const config = {
66
title: "Nucleoid",
7-
tagline: "Low-code Framework for Node.js",
7+
tagline: "Neuro-Symbolic AI with Logic Graph",
88
url: "https://nucleoid.com/",
99
baseUrl: "/docs/",
1010
onBrokenLinks: "warn",
@@ -59,7 +59,7 @@ const config = {
5959
{ to: "/docs/learn", label: "LEARN", position: "left" },
6060
{ to: "/docs/api", label: "API", position: "left" },
6161
{
62-
href: "https://dev.to/nucleoid",
62+
to: "https://nucleoid.com/blog",
6363
label: "BLOG",
6464
position: "left",
6565
},

0 commit comments

Comments
 (0)