Skip to content

Commit 9169017

Browse files
committed
made some minor changes
1 parent a504fbd commit 9169017

File tree

5 files changed

+45
-3
lines changed

5 files changed

+45
-3
lines changed

.vscode/settings.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"cSpell.words": [
3+
"gsap"
4+
]
5+
}

docs/intro.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ sidebar_position: 2
55
---
66
# Introduction to 0G
77
---
8-
<script src="https://cdnjs.cloudflare.com/ajax/libs/lottie-web/5.9.6/lottie.min.js"></script>
8+
9+
import Lottie from '@lottielab/lottie-player/react';
10+
911
## The First Decentralized AI Operating System (dAIOS)
1012

1113
**Zero Gravity (0G)** is the first decentralized AI [operating system](https://edu.gcfglobal.org/en/computerbasics/understanding-operating-systems/1/) that acts as the foundational layer for decentralized AI applications. It efficiently orchestrates efficient utilization of hardware resources such as storage and computation to handle the scale and complexity of AI workflows.
@@ -63,8 +65,8 @@ This introduction serves as your gateway into the 0G ecosystem. For deeper insig
6365
- [Use our Storage Network](/build-with-0g/sdk)
6466
- [Learn more about 0G's Architecture](/learn-more/whitepaper)
6567

66-
67-
###### insert graphic: The future of AI is on-chain, collaborative, here.
68+
<Lottie src="https://cdn.lottielab.com/l/3cp3bJwTzHxWRS.json" autoplay />
69+
6870

6971
## Join the 0G Community
7072

File renamed without changes.

package-lock.json

+32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,12 @@
1818
"@docusaurus/core": "^3.5.2",
1919
"@docusaurus/mdx-loader": "^3.5.2",
2020
"@docusaurus/preset-classic": "^3.5.2",
21+
"@lottielab/lottie-player": "^1.1.2",
2122
"@mdx-js/react": "^3.0.0",
2223
"clsx": "^2.0.0",
2324
"crypto-js": "^4.2.0",
25+
"gsap": "^3.12.5",
26+
"lottie-web": "^5.12.2",
2427
"lucide-react": "^0.436.0",
2528
"prism-react-renderer": "^2.4.0",
2629
"react": "^18.0.0",

0 commit comments

Comments
 (0)