diff --git a/.gitignore b/.gitignore index 70426ec..58d58c6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .idea/ content/* !content/code0 +!content/general !content/meta.json # deps diff --git a/app/layout.config.tsx b/app/layout.config.tsx index f47606c..d9d2db5 100644 --- a/app/layout.config.tsx +++ b/app/layout.config.tsx @@ -11,8 +11,8 @@ export const baseOptions: BaseLayoutProps = { nav: { title: ( <> - {"Code0 - Code0 + {"Code0 + CodeZero ), }, diff --git a/content/code0/index.mdx b/content/code0/index.mdx index 0bac2f7..b88e2b0 100644 --- a/content/code0/index.mdx +++ b/content/code0/index.mdx @@ -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." --- - -
-
-

Welcome to the Code0 Documentation

- Build powerful backends without writing code! - -
- -
-
- - {"Code0 -
- -## 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. diff --git a/content/general/changelog.md b/content/general/changelog.md new file mode 100644 index 0000000..0a3a1f6 --- /dev/null +++ b/content/general/changelog.md @@ -0,0 +1,3 @@ +--- +title: Changelog +--- \ No newline at end of file diff --git a/content/general/introduction.md b/content/general/introduction.md new file mode 100644 index 0000000..dd0e052 --- /dev/null +++ b/content/general/introduction.md @@ -0,0 +1,3 @@ +--- +title: Introduction +--- \ No newline at end of file diff --git a/content/general/meta.json b/content/general/meta.json new file mode 100644 index 0000000..db1d050 --- /dev/null +++ b/content/general/meta.json @@ -0,0 +1,4 @@ +{ + "title": "General", + "root": true +} diff --git a/content/general/troubleshooting.md b/content/general/troubleshooting.md new file mode 100644 index 0000000..6fe20e1 --- /dev/null +++ b/content/general/troubleshooting.md @@ -0,0 +1,3 @@ +--- +title: Troubleshooting +--- \ No newline at end of file diff --git a/content/general/tutorials.md b/content/general/tutorials.md new file mode 100644 index 0000000..ace2c8f --- /dev/null +++ b/content/general/tutorials.md @@ -0,0 +1,3 @@ +--- +title: Tutorials +--- \ No newline at end of file diff --git a/content/meta.json b/content/meta.json index 562b198..9343ee5 100644 --- a/content/meta.json +++ b/content/meta.json @@ -1,9 +1,12 @@ { "pages": [ - "code0", + "...general", + "...sculptor", + "---Actions---", + "centaurus", + "---Components---", "sagittarius", "aquila", - "hercules", - "centaurus" + "hercules" ] } diff --git a/public/Logo.svg b/public/Logo.svg new file mode 100644 index 0000000..9530c7f --- /dev/null +++ b/public/Logo.svg @@ -0,0 +1 @@ + \ No newline at end of file