Skip to content

Commit 16fdf8a

Browse files
authored
Merge pull request #139 from code0-tech/feat/docs-landing-page
Docs landing page
2 parents 211077e + 540dcf0 commit 16fdf8a

2 files changed

Lines changed: 14 additions & 8 deletions

File tree

content/general/install.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Before beginning, ensure you have the following installed on your system:
114114
```
115115

116116
Once the containers are running, you can access the CodeZero Dashboard via your browser (typically
117-
at http://localhost:3000).
117+
at http://localhost/).
118118

119119
</Step>
120120
<Step>

content/meta.json

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
{
22
"pages": [
3+
"---Socials---",
4+
"[IconBrandGithub][Github](https://github.com/code0-tech)",
5+
"[IconWorldWww][Website](https://codezero.build/)",
6+
"---Getting started---",
37
"...general",
48
"...sculptor",
5-
"---Deployment---",
6-
"...reticulum",
79
"---Actions---",
8-
"centaurus",
9-
"---Components---",
10-
"sagittarius",
11-
"aquila",
12-
"hercules"
10+
"[Action SDK](/hercules/)",
11+
"[Developed Actions](/centaurus/)",
12+
"---IDE---",
13+
"[IDE Frontend](/sculptor/)",
14+
"[IDE Backend](/sagittarius/)",
15+
"---Runtime---",
16+
"[Runtime Gateway](/aquila/)",
17+
"[Runtime Adapters](/draco/)",
18+
"[Runtime Execution](/taurus/)"
1319
]
1420
}

0 commit comments

Comments
 (0)