diff --git a/docs/_config.yml b/docs/_config.yml new file mode 100644 index 0000000..22e1ec7 --- /dev/null +++ b/docs/_config.yml @@ -0,0 +1,15 @@ +title: Roo Documentation +description: Documentation for the Roo project +theme: just-the-docs + +url: https://yourusername.github.io/repo-name + +aux_links: + "Roo on GitHub": + - "//github.com/yourusername/repo-name" + +# Enable search +search_enabled: true + +# Enable dark mode +color_scheme: dark \ No newline at end of file diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md new file mode 100644 index 0000000..1c17aa0 --- /dev/null +++ b/docs/getting-started/index.md @@ -0,0 +1,10 @@ +--- +title: Getting Started +layout: default +nav_order: 2 +has_children: true +--- + +# Getting Started with Roo + +This section will help you get up and running with Roo quickly. \ No newline at end of file diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..3f18353 --- /dev/null +++ b/docs/index.md @@ -0,0 +1,9 @@ +--- +title: Home +layout: home +nav_order: 1 +--- + +# Welcome to Roo Documentation + +This is the documentation for Roo. Choose a section from the navigation menu to get started. \ No newline at end of file