diff --git a/src/content/docs/guide/index.mdx b/src/content/docs/guide/index.mdx index ebeff0a0..53bd8b04 100644 --- a/src/content/docs/guide/index.mdx +++ b/src/content/docs/guide/index.mdx @@ -1,5 +1,5 @@ --- -title: the C3 Guide +title: The C3 Guide description: A guide to the C3 Programming Language sidebar: order: 1 diff --git a/src/content/docs/guide/my-first-hello-world.md b/src/content/docs/guide/my-first-hello-world.md index badf7646..b536e4c2 100644 --- a/src/content/docs/guide/my-first-hello-world.md +++ b/src/content/docs/guide/my-first-hello-world.md @@ -1,6 +1,6 @@ --- title: My first Hello World -description: Let's write our first hello world program in c3 +description: Let's write our first hello world program in C3 sidebar: order: 3 --- diff --git a/src/content/docs/guide/my-first-project.md b/src/content/docs/guide/my-first-project.md index a5b3a1f8..8e6eef57 100644 --- a/src/content/docs/guide/my-first-project.md +++ b/src/content/docs/guide/my-first-project.md @@ -1,6 +1,6 @@ --- title: My first C3 Project -description: Learn to create your first c3 project +description: Learn to create your first C3 project sidebar: order: 2 --- diff --git a/src/content/docs/references/index.mdx b/src/content/docs/references/index.mdx index b375b655..2b65695e 100644 --- a/src/content/docs/references/index.mdx +++ b/src/content/docs/references/index.mdx @@ -1,5 +1,5 @@ --- -title: the C3 References +title: The C3 Reference description: A more in-depth guide for topics regarding c3 sidebar: order: 2