mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Initial documentation setup with Jekyll and Just the Docs
This commit is contained in:
15
docs/_config.yml
Normal file
15
docs/_config.yml
Normal file
@@ -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
|
||||||
10
docs/getting-started/index.md
Normal file
10
docs/getting-started/index.md
Normal file
@@ -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.
|
||||||
9
docs/index.md
Normal file
9
docs/index.md
Normal file
@@ -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.
|
||||||
Reference in New Issue
Block a user