Skip to content

Commit a60d7bc

Browse files
authored
Merge pull request #127 from code0-tech/feat/layout
Initial layout
2 parents 4bb2f0a + 654e653 commit a60d7bc

10 files changed

Lines changed: 28 additions & 30 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.idea/
22
content/*
33
!content/code0
4+
!content/general
45
!content/meta.json
56

67
# deps

app/layout.config.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ export const baseOptions: BaseLayoutProps = {
1111
nav: {
1212
title: (
1313
<>
14-
<img src={"/code0_logo.png"} alt={"Code0 Logo"} width={24}/>
15-
Code0
14+
<img src={"/Logo.svg"} alt={"Code0 Logo"} width={16}/>
15+
CodeZero
1616
</>
1717
),
1818
},

content/code0/index.mdx

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,4 @@
11
---
2-
title: ""
2+
title: "Welcome to the CodeZero Documentation"
3+
description: "CodeZero is a no-code backend creator, revolutionizing backend development by enabling users to build backends without programming skills. Our platform simplifies backend creation with a node-based editor, allowing you to design event flows, RESTful APIs, event-driven systems and more effortlessly."
34
---
4-
5-
<div className={"flex"}>
6-
<div>
7-
<h2 style={{fontSize: '48px'}} className={"mt-0"}>Welcome to the Code0 Documentation</h2>
8-
<span style={{fontSize: '20px'}}>Build powerful backends without writing code!</span>
9-
10-
<div>
11-
<Card
12-
style={{display: 'inline-block'}}
13-
className="mt-4"
14-
href="https://github.com/code0-tech/"
15-
title={"Visit our GitHub"}
16-
/>
17-
</div>
18-
</div>
19-
20-
<img src={"/code0_logo.png"} alt={"Code0 Logo"} width={400} className={"mt-0"}/>
21-
</div>
22-
23-
## About Code0 [!toc]
24-
25-
Code0 is a no-code backend creator, revolutionizing backend development by enabling users to build backends without
26-
programming skills. Our platform simplifies backend creation with a node-based editor, allowing you to design event
27-
flows, RESTful APIs, event-driven systems and more effortlessly.

content/general/changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: Changelog
3+
---

content/general/introduction.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: Introduction
3+
---

content/general/meta.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"title": "General",
3+
"root": true
4+
}

content/general/troubleshooting.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: Troubleshooting
3+
---

content/general/tutorials.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: Tutorials
3+
---

content/meta.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
22
"pages": [
3-
"code0",
3+
"...general",
4+
"...sculptor",
5+
"---Actions---",
6+
"centaurus",
7+
"---Components---",
48
"sagittarius",
59
"aquila",
6-
"hercules",
7-
"centaurus"
10+
"hercules"
811
]
912
}

public/Logo.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)