diff --git a/docs/book.toml b/docs/book.toml index 2f48db6..62ff8ed 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -1,8 +1,9 @@ [book] title = "The Toy Programming Language" -authors = ["Kayne Ruse"] +authors = ["Kayne Ruse (Ratstail91)"] +description = "Documentation For The Toy Programming Language" language = "en" [output.html] git-repository-url = "https://github.com/krgamestudios/Toy" -git-repository-icon = "fab-github" \ No newline at end of file +git-repository-icon = "fab-github" diff --git a/docs/src/favicon.ico b/docs/src/favicon.ico new file mode 100644 index 0000000..c73c158 Binary files /dev/null and b/docs/src/favicon.ico differ diff --git a/docs/theme/favicon.png b/docs/theme/favicon.png new file mode 100644 index 0000000..27f2939 Binary files /dev/null and b/docs/theme/favicon.png differ diff --git a/docs/theme/head.hbs b/docs/theme/head.hbs new file mode 100644 index 0000000..ae58e9d --- /dev/null +++ b/docs/theme/head.hbs @@ -0,0 +1,14 @@ + + + + + + + + + + + + + +