Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.idea/
content/*
!content/code0
!content/general
!content/meta.json

# deps
Expand Down
4 changes: 2 additions & 2 deletions app/layout.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export const baseOptions: BaseLayoutProps = {
nav: {
title: (
<>
<img src={"/code0_logo.png"} alt={"Code0 Logo"} width={24}/>
Code0
<img src={"/Logo.svg"} alt={"Code0 Logo"} width={16}/>
CodeZero
</>
),
},
Expand Down
27 changes: 2 additions & 25 deletions content/code0/index.mdx
Original file line number Diff line number Diff line change
@@ -1,27 +1,4 @@
---
title: ""
title: "Welcome to the CodeZero Documentation"
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."
---

<div className={"flex"}>
<div>
<h2 style={{fontSize: '48px'}} className={"mt-0"}>Welcome to the Code0 Documentation</h2>
<span style={{fontSize: '20px'}}>Build powerful backends without writing code!</span>

<div>
<Card
style={{display: 'inline-block'}}
className="mt-4"
href="https://github.com/code0-tech/"
title={"Visit our GitHub"}
/>
</div>
</div>

<img src={"/code0_logo.png"} alt={"Code0 Logo"} width={400} className={"mt-0"}/>
</div>

## About Code0 [!toc]

Code0 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.
3 changes: 3 additions & 0 deletions content/general/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Changelog
---
3 changes: 3 additions & 0 deletions content/general/introduction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Introduction
---
4 changes: 4 additions & 0 deletions content/general/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"title": "General",
"root": true
}
3 changes: 3 additions & 0 deletions content/general/troubleshooting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Troubleshooting
---
3 changes: 3 additions & 0 deletions content/general/tutorials.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Tutorials
---
9 changes: 6 additions & 3 deletions content/meta.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"pages": [
"code0",
"...general",
"...sculptor",
"---Actions---",
"centaurus",
"---Components---",
"sagittarius",
"aquila",
"hercules",
"centaurus"
"hercules"
]
}
1 change: 1 addition & 0 deletions public/Logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.