diff --git a/_getting_started/quick-start-guide.md b/_getting_started/quick-start-guide.md index 3436c54..65d3b8d 100644 --- a/_getting_started/quick-start-guide.md +++ b/_getting_started/quick-start-guide.md @@ -4,13 +4,9 @@ title: Toy v2 Quick-Start Guide guide_order: 1 --- -Watch this space. - - \ No newline at end of file diff --git a/_includes/elements/title.html b/_includes/elements/title.html index c334ab2..8117a10 100644 --- a/_includes/elements/title.html +++ b/_includes/elements/title.html @@ -4,5 +4,4 @@
{{ site.title }} -
\ No newline at end of file diff --git a/index.md b/index.md index 3b00e7f..ddf9f25 100644 --- a/index.md +++ b/index.md @@ -7,6 +7,10 @@ title: The Toy Programming Language +
+ +
+ The Toy Programming Language is an imperative, bytecode-interpreted, embeddable scripting language. Rather than functioning independently, it serves as part of another program, the "host". This design allows for straightforward customization by both the host's developers and end users, achieved by exposing program logic through text files. This website presents the documentation for Toy version 2.x.