diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 3051e36..ed3c01e 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -4,9 +4,9 @@ --- -- [The Basics](basics/the_basics.md) - - [Hello World!](basics/hello_world.md) - - [Modules](basics/modules.md) +- [General Overview](general/general.md) + - [Hello World!](general/hello_world.md) + - [Modules](general/modules.md) --- diff --git a/src/basics/the_basics.md b/src/general/general.md similarity index 83% rename from src/basics/the_basics.md rename to src/general/general.md index 1289a22..5b15ae9 100644 --- a/src/basics/the_basics.md +++ b/src/general/general.md @@ -1,8 +1,8 @@ -# The Basics +# General Overview > 🚧 Not all topics are written yet and are a work in progress These examples are meant to get you started with C3, however, these will not be too in-depth around the whole language. For more detailed explanations of the language itself, you can visit [the official guide](https://c3-lang.org/guide/). This book will only cover a few topics to help understand C3, but will not describe everything. - [Hello World](hello_world.md): first program with details around its structure -- [Modules](modules.md): small examples of how C3 uses modules \ No newline at end of file +- [Modules and Generics](modules.md): small examples of how C3 uses modules \ No newline at end of file diff --git a/src/basics/hello_world.md b/src/general/hello_world.md similarity index 100% rename from src/basics/hello_world.md rename to src/general/hello_world.md diff --git a/src/basics/modules.md b/src/general/modules.md similarity index 100% rename from src/basics/modules.md rename to src/general/modules.md diff --git a/src/projects/image.png b/src/projects/image.png deleted file mode 100644 index 9ce2bc7..0000000 Binary files a/src/projects/image.png and /dev/null differ